Pipeline gets stuck due to review-app jobs in deadlock state
https://gitlab.com/gitlab-org/gitlab/-/pipelines/684148423#/
Explanation provided in gitlab-org/quality/triage-ops#1153 (comment 1158857278)
review-cleanup
was deadlocked, and thenrspec:coverage
cannot run because it's waiting for all the jobs from previous stages to finish (we may fix this by usingneeds
to replacedependencies
), and finallypages
which publishes this page is waiting forrspec:coverage
to finish because it needs to publish coverage report.
Edited by Jennifer Li