From 1b5ae4bdbe5933ee0482dcd38b68b02baee71fea Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 14 Sep 2022 11:08:32 +0200 Subject: [PATCH] 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 fd9d3263b301fe3c54aa45c68b3dc67cd0b62aa9) --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0292dd6d9eea..297c706b6508 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -461,9 +461,8 @@ jobs: # after a delay. We do this as the CircleCI API does not refresh immediately when a job # completes/starts, and this will improve stability of the queue step. See source: # https://github.com/eddiewebb/circleci-queue/commit/5d42add5bbcff5e8ac7fe189448a61fea98b0839. - # TODO(devversion): re-enable once https://github.com/eddiewebb/circleci-queue/issues/79 is resolved. - # - queue/until_front_of_line: - # confidence: '2' + - queue/until_front_of_line: + confidence: '2' - run: ./scripts/circleci/publish-snapshots.sh - *slack_notify_on_failure