Skip to content

Commit 32bb18d

Browse files
devversionandrewseguin
authored andcommitted
build: temporarily disable queue orb causing snapshot deployment failures (#24843)
See: eddiewebb/circleci-queue#79. (cherry picked from commit 8cb02be)
1 parent ff8ffaf commit 32bb18d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

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

471472
- run: ./scripts/circleci/publish-snapshots.sh
472473
- *slack_notify_on_failure

0 commit comments

Comments
 (0)