From 2e5747f0a22207117b1ef5fe713c96076f8ca509 Mon Sep 17 00:00:00 2001 From: William Bezuidenhout Date: Fri, 18 Jul 2025 11:53:24 +0200 Subject: [PATCH] use beta agent for mise default test --- .buildkite/pipeline.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index be3c06e1..ebd9cd97 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -1,27 +1,23 @@ +agents: + queue: beta steps: - label: ":k8s:" command: .buildkite/verify-yaml.sh - agents: { queue: standard } - label: ":k8s:" command: .buildkite/verify-label.sh - agents: { queue: standard } - label: ":k8s:" command: .buildkite/verify-rbac-labels.sh - agents: { queue: standard } - label: ":git: :sleuth_or_spy:" command: .buildkite/verify-release/verify-release.sh - agents: { queue: standard } - label: ":k8s: :sleuth_or_spy:" command: .buildkite/check-image-names.sh - agents: { queue: standard } - label: ":k8s:" command: .buildkite/verify-overlays.sh - agents: { queue: standard } # Please keep in mind that the release manifest uses specific branch names when creating releases. # Therefore, if you update them, or if you decide to change how we detect what kind of build we're dealing