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-cleanupwas deadlocked, and thenrspec:coveragecannot run because it's waiting for all the jobs from previous stages to finish (we may fix this by usingneedsto replacedependencies), and finallypageswhich publishes this page is waiting forrspec:coverageto finish because it needs to publish coverage report.
Edited by Jennifer Li