11steps :
22 - label : " :k8s:"
33 command : .buildkite/verify-yaml.sh
4- agents : { queue: standard }
4+ agents : { queue: aspect-ubuntu-lts }
55
66 - label : " :k8s:"
77 command : .buildkite/verify-label.sh
8- agents : { queue: standard }
8+ agents : { queue: aspect-ubuntu-lts }
99
1010 - label : " :k8s:"
1111 command : .buildkite/verify-rbac-labels.sh
12- agents : { queue: standard }
12+ agents : { queue: aspect-ubuntu-lts }
1313
1414 - label : " :git: :sleuth_or_spy:"
1515 command : .buildkite/verify-release/verify-release.sh
16- agents : { queue: standard }
16+ agents : { queue: aspect-ubuntu-lts }
1717
1818 - label : " :k8s: :sleuth_or_spy:"
1919 command : .buildkite/check-image-names.sh
20- agents : { queue: standard }
20+ agents : { queue: aspect-ubuntu-lts }
2121
2222 - label : " :k8s:"
2323 command : .buildkite/verify-overlays.sh
24- agents : { queue: standard }
24+ agents : { queue: aspect-ubuntu-lts }
2525
2626 # Please keep in mind that the release manifest uses specific branch names when creating releases.
2727 # Therefore, if you update them, or if you decide to change how we detect what kind of build we're dealing
2828 # with, please update this file as well.
2929 - label : " (internal) Release: test"
3030 if : build.branch =~ /^internal\/release-.*/
31+ agents : { queue: aspect-ubuntu-lts }
3132 plugins :
3233 - ssh://git@github.com/sourcegraph/sg-buildkite-plugin.git#main: ~
3334 command : |
3435 sg release run test --workdir=. --config-from-commit
3536
3637 - label : " (promote) Release: test"
3738 if : build.branch =~ /^promote\/release-.*/
39+ agents : { queue: aspect-ubuntu-lts }
3840 plugins :
3941 - ssh://git@github.com/sourcegraph/sg-buildkite-plugin.git#main: ~
4042 command : |
4143 sg release run test --workdir=. --config-from-commit
4244
4345 - label : " Release: test"
4446 if : " build.branch =~ /^wip_/"
47+ agents : { queue: aspect-ubuntu-lts }
4548 plugins :
4649 - ssh://git@github.com/sourcegraph/sg-buildkite-plugin.git#main: ~
4750 command : |
@@ -51,13 +54,15 @@ steps:
5154
5255 - label : " (internal) Release: finalize"
5356 if : build.branch =~ /^internal\/release-.*/
57+ agents : { queue: aspect-ubuntu-lts }
5458 plugins :
5559 - ssh://git@github.com/sourcegraph/sg-buildkite-plugin.git#main: ~
5660 command : |
5761 sg release run internal finalize --workdir=. --config-from-commit
5862
5963 - label : " (promote) Release: finalize"
6064 if : build.branch =~ /^promote\/release-.*/
65+ agents : { queue: aspect-ubuntu-lts }
6166 plugins :
6267 - ssh://git@github.com/sourcegraph/sg-buildkite-plugin.git#main: ~
6368 command : |
0 commit comments