Skip to content

Commit 605ef44

Browse files
authored
Revert "use stateless agents on non qa tests (#784)" (#786)
This reverts commit 333bf6d. ### Checklist <!-- Kubernetes and Docker Compose MUST be kept in sync. You should not merge a change here without a corresponding change in the other repository, unless it truly is specific to this repository. If uneeded, add link or explanation of why it is not needed here. --> * [ ] Sister [deploy-sourcegraph](https://github.com/sourcegraph/deploy-sourcegraph) change: * [ ] All images have a valid tag and SHA256 sum ### Test plan not required
1 parent 333bf6d commit 605ef44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313

1414
- label: ":git: :sleuth_or_spy:"
1515
command: .buildkite/verify-release/verify-release.sh
16-
agents: { queue: "stateless" }
16+
agents: { queue: standard }
1717

1818
- label: ":rice: pure-docker-test"
1919
command: .buildkite/vagrant-run.sh docker-test
@@ -33,4 +33,4 @@ steps:
3333
# https://www.checkov.io/
3434
- command: .buildkite/ci-checkov.sh
3535
label: ":lock: security - checkov"
36-
agents: { queue: "stateless" }
36+
agents: { queue: "standard" }

0 commit comments

Comments
 (0)