Skip to content

Commit 333bf6d

Browse files
authored
use stateless agents on non qa tests (#784)
* use stateless agents on non qa tests * use stateless queue, not job
1 parent 58fbd83 commit 333bf6d

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: standard }
16+
agents: { queue: "stateless" }
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: "standard" }
36+
agents: { queue: "stateless" }

0 commit comments

Comments
 (0)