Skip to content

Commit

Permalink
buildkite: upgrade to v6-amd64-builders
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu committed Sep 3, 2024
1 parent 5787777 commit 6176d3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
- |
TAG_NAME=$(ci/scripts/tag-check.sh) ./ci/scripts/run-in-nix-docker.sh ./task ci:k8s
agents:
queue: amd64-builders
queue: v6-amd64-builders
artifact_paths:
- src/go/k8s/*.tar.gz
- src/go/k8s/tests/_e2e_artifacts/kuttl-report.xml
Expand Down Expand Up @@ -80,7 +80,7 @@ steps:
- |
TAG_NAME=$(ci/scripts/tag-check.sh) ./ci/scripts/run-in-nix-docker.sh ./task ci:run-k8s-tests-with-flags
agents:
queue: amd64-builders
queue: v6-amd64-builders
artifact_paths:
- src/go/k8s/*.tar.gz
- src/go/k8s/tests/_e2e_with_flags_artifacts/kuttl-report.xml
Expand Down Expand Up @@ -147,7 +147,7 @@ steps:
commands:
- ./ci/scripts/run-in-nix-docker.sh ./task ci:k8s-v2
agents:
queue: amd64-builders
queue: v6-amd64-builders
artifact_paths:
- src/go/k8s/*.tar.gz
- src/go/k8s/tests/_e2e_artifacts_v2/kuttl-report.xml
Expand Down Expand Up @@ -196,7 +196,7 @@ steps:
- touch src/go/k8s/tests/_e2e_helm_artifacts_v2/kuttl-report.xml
- echo Noop
agents:
queue: amd64-builders
queue: v6-amd64-builders
artifact_paths:
- src/go/k8s/*.tar.gz
- src/go/k8s/tests/_e2e_helm_artifacts_v2/kuttl-report.xml
Expand Down

0 comments on commit 6176d3a

Please sign in to comment.