Skip to content

Commit 2e5747f

Browse files
committed
use beta agent for mise default test
1 parent 4f0a550 commit 2e5747f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.buildkite/pipeline.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
1+
agents:
2+
queue: beta
13
steps:
24
- label: ":k8s:"
35
command: .buildkite/verify-yaml.sh
4-
agents: { queue: standard }
56

67
- label: ":k8s:"
78
command: .buildkite/verify-label.sh
8-
agents: { queue: standard }
99

1010
- label: ":k8s:"
1111
command: .buildkite/verify-rbac-labels.sh
12-
agents: { queue: standard }
1312

1413
- label: ":git: :sleuth_or_spy:"
1514
command: .buildkite/verify-release/verify-release.sh
16-
agents: { queue: standard }
1715

1816
- label: ":k8s: :sleuth_or_spy:"
1917
command: .buildkite/check-image-names.sh
20-
agents: { queue: standard }
2118

2219
- label: ":k8s:"
2320
command: .buildkite/verify-overlays.sh
24-
agents: { queue: standard }
2521

2622
# Please keep in mind that the release manifest uses specific branch names when creating releases.
2723
# Therefore, if you update them, or if you decide to change how we detect what kind of build we're dealing

0 commit comments

Comments
 (0)