Skip to content

Commit

Permalink
Merge pull request #64 from buildkite/release-on-default-queue
Browse files Browse the repository at this point in the history
Perform releases from agents on the default queue, rather than from on-demand agents
  • Loading branch information
moskyb authored Jun 9, 2022
2 parents 9574488 + d2e79d8 commit 30b4230
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .buildkite/pipeline-sar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ steps:
- sam package --region us-east-1 --s3-bucket buildkite-serverless-apps-us-east-1 --s3-prefix elastic-ci/agent-scaler --output-template-file packaged.yml
- buildkite-agent artifact upload 'packaged.yml'
- echo "--- Template"; echo "$(< packaged.yml)"
agents:
queue: on-demand
image: 172840064832.dkr.ecr.us-east-1.amazonaws.com/agent/sam
task-role: PublishBuildkiteAgentScalerServerlessRepo
depends_on:
- test
- build
Expand All @@ -38,9 +34,5 @@ steps:
command:
- buildkite-agent artifact download 'packaged.yml' .
- aws serverlessrepo create-application-version --application-id arn:aws:serverlessrepo:us-east-1:172840064832:applications/buildkite-agent-scaler --template-body file://packaged.yml --semantic-version "$(buildkite-agent meta-data get version)" --source-code-url "https://github.com/buildkite/buildkite-agent-scaler/tree/$(git rev-parse HEAD)/"
agents:
queue: on-demand
image: 172840064832.dkr.ecr.us-east-1.amazonaws.com/agent/sam
task-role: PublishBuildkiteAgentScalerServerlessRepo
depends_on:
- release

0 comments on commit 30b4230

Please sign in to comment.