Skip to content

Commit fd9d326

Browse files
authored
ci: re-enable until front of line blocking in publish snapshot job (#25602)
We had to temporarily disable the CircleCI orb command that helps ensuring snapshot jobs do not conflict when running concurrently. It seems like the CircleCI API has been fixed to no longer cause issues with the Orb. This commit attempts to re-enable the command.
1 parent 4497441 commit fd9d326

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,8 @@ jobs:
459459
# after a delay. We do this as the CircleCI API does not refresh immediately when a job
460460
# completes/starts, and this will improve stability of the queue step. See source:
461461
# https://github.com/eddiewebb/circleci-queue/commit/5d42add5bbcff5e8ac7fe189448a61fea98b0839.
462-
# TODO(devversion): re-enable once https://github.com/eddiewebb/circleci-queue/issues/79 is resolved.
463-
# - queue/until_front_of_line:
464-
# confidence: '2'
462+
- queue/until_front_of_line:
463+
confidence: '2'
465464

466465
- run: ./scripts/circleci/publish-snapshots.sh
467466
- *slack_notify_on_failure

0 commit comments

Comments
 (0)