Skip to content

Commit 82bcb25

Browse files
committed
Don't use Amazon Linux 2 host from this pipeline
We may need to have that in future, but we shouldn't mix both in here. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 71927eb commit 82bcb25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ steps:
130130
- test -z "$(git status --porcelain)" && exit 0 || git --no-pager diff && echo -e '\ngo.mod and/or go.sum differ from committed, please run "go mod tidy" and commit the updated files.\n' && exit 42
131131
soft_fail:
132132
- exit_status: 42 # Dependabot doesn't modify go.mod and go.sum
133+
agents:
134+
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
135+
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
136+
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
133137

134138
# This allows the cleanup step to always run, regardless of test failure
135139
- wait: ~

0 commit comments

Comments
 (0)