Skip to content

Commit

Permalink
[ADP-3424] Add a concurrency group to avoid mithril parallel restorat…
Browse files Browse the repository at this point in the history
…ions (#4764)

ADP-3424
  • Loading branch information
paolino authored Sep 3, 2024
2 parents d6e8da4 + c8eeef8 commit 5d79212
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ steps:
CLEANUP_DB: true
NETWORK: mainnet
USE_MITHRIL: true
concurrency: 1
concurrency_group: 'mithril-mainnet-full-sync'

- block: Sanchonet Full Sync
if: build.env("RELEASE_CANDIDATE") == null
Expand Down Expand Up @@ -707,6 +709,8 @@ steps:
SUCCESS_STATUS: ready
USE_MITHRIL: true
USE_LOCAL_IMAGE: true
concurrency: 1
concurrency_group: 'mithril-mainnet-full-sync'

- label: Private Network Full Sync
timeout_in_minutes: 30
Expand Down

0 comments on commit 5d79212

Please sign in to comment.