From 32bb18df28aeca54f4271b874d8e8a6c87386747 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 28 Apr 2022 13:35:31 +0200 Subject: [PATCH] build: temporarily disable queue orb causing snapshot deployment failures (#24843) See: https://github.com/eddiewebb/circleci-queue/issues/79. (cherry picked from commit 8cb02be6f7bdf5a7351ff46032d2ef4c8d92948c) --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94172d77b422..dbf6beb4a99e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -465,8 +465,9 @@ 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. - - queue/until_front_of_line: - confidence: '2' + # TODO(devversion): re-enable once https://github.com/eddiewebb/circleci-queue/issues/79 is resolved. + # - queue/until_front_of_line: + # confidence: '2' - run: ./scripts/circleci/publish-snapshots.sh - *slack_notify_on_failure