Skip to content

Commit

Permalink
Remove concurrency from nightly/test and release step groups
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jan 13, 2025
1 parent 418fd67 commit e6a9202
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .buildkite/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ steps:
RELEASE: false
agents:
system: x86_64-linux
concurrency: 1
concurrency_group: push-swagger-nightly-or-test

- label: Push nightly or test release tag
key: push-nightly-or-test-tag
Expand All @@ -66,6 +68,8 @@ steps:
system: x86_64-linux
env:
RELEASE: false
concurrency: 1
concurrency_group: push-release-nightly-or-test

- label: Push nightly or test release artifacts
depends_on: push-nightly-or-test-release
Expand All @@ -75,6 +79,8 @@ steps:
system: x86_64-linux
env:
RELEASE: false
concurrency: 1
concurrency_group: push-release-nightly-or-test

- label: Push image to dockerhub
commands:
Expand All @@ -83,6 +89,8 @@ steps:
system: x86_64-linux
env:
RELEASE: false
concurrency: 1
concurrency_group: push-dockerhub-nightly-or-test

- group: Release
depends_on: nightly-or-test
Expand All @@ -101,6 +109,8 @@ steps:
RELEASE: true
agents:
system: x86_64-linux
concurrency: 1
concurrency_group: push-swagger-release

- label: Push release tag
key: push-release-tag
Expand All @@ -121,6 +131,8 @@ steps:
system: x86_64-linux
env:
RELEASE: true
concurrency: 1
concurrency_group: push-release-release

- label: Push release artifacts
depends_on: push-release
Expand All @@ -130,6 +142,8 @@ steps:
system: x86_64-linux
env:
RELEASE: true
concurrency: 1
concurrency_group: push-release-release

- block: Push to dockerhub
key: push-dockerhub
Expand All @@ -145,6 +159,8 @@ steps:
system: x86_64-linux
env:
RELEASE: true
concurrency: 1
concurrency_group: push-dockerhub-release

- label: Update Documentation Links
depends_on: create-release
Expand Down

0 comments on commit e6a9202

Please sign in to comment.