Skip to content

Make the review job dependent from the compile_dev job

We need the review job to be able to run as soon as compile_dev has finished.

Since we made the upstream_global_nav_test jobs manual in !3348 (merged), we see failures when deploying a review app in an upstream project because you have to manually run the upstream_global_nav_test job after compile_dev has finished, and only then will the review job start.

The upstream project is shown as failed because the review app is blocked by the manual action. Screenshot_2022-12-09_at_20-47-45_Clean_up_packages_admin_documentation___106421____Merge_requests___GitLab.org___GitLab___GitLab

For example, https://gitlab.com/gitlab-org/gitlab/-/jobs/3450768017.

Screenshot_2022-12-09_at_20-45-35_Pipeline___GitLab.org___GitLab_Docs___GitLab


Closes #1335 (closed)

Edited by Achilleas Pipinellis

Merge request reports

Loading