Skip to content

Commit

Permalink
Make gh release and s3 upload parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
triarius committed Apr 9, 2023
1 parent 554302e commit abaee24
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .buildkite/pipeline.release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
steps:
- block: ":rocket: Release ${BUILDKITE_TAG}?"
key: block-release

- label: ":s3: Upload"
command: ".buildkite/steps/release-s3-version.sh"
depends_on:
- block-release
agents:
queue: "elastic-runners"
concurrency: 1
Expand All @@ -13,10 +16,10 @@ steps:

- label: ":github: Release"
command: ".buildkite/steps/release-github.sh"
depends_on:
- block-release
agents:
queue: "elastic-runners"
concurrency: 1
concurrency_group: 'release_buildkite_metrics_github'
plugins:
- aws-assume-role-with-web-identity:
role-arn: arn:aws:iam::445615400570:role/pipeline-buildkite-agent-metrics
Expand Down

0 comments on commit abaee24

Please sign in to comment.