Skip to content

use beta agent for mise default test #308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down