Skip to content

Commit 1b5ae4b

Browse files
committed
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. (cherry picked from commit fd9d326)
1 parent b3e35f3 commit 1b5ae4b

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
@@ -461,9 +461,8 @@ jobs:
461461
# after a delay. We do this as the CircleCI API does not refresh immediately when a job
462462
# completes/starts, and this will improve stability of the queue step. See source:
463463
# https://github.com/eddiewebb/circleci-queue/commit/5d42add5bbcff5e8ac7fe189448a61fea98b0839.
464-
# TODO(devversion): re-enable once https://github.com/eddiewebb/circleci-queue/issues/79 is resolved.
465-
# - queue/until_front_of_line:
466-
# confidence: '2'
464+
- queue/until_front_of_line:
465+
confidence: '2'
467466

468467
- run: ./scripts/circleci/publish-snapshots.sh
469468
- *slack_notify_on_failure

0 commit comments

Comments
 (0)