Skip to content

Run only minimal jobs in fork pipelines

Rémy Coutable requested to merge only-run-minimal-jobs-in-forks into master

What does this MR do and why?

In order to reduce the CI minutes consumed by fork pipelines, we're considering only running minimal jobs in fork pipelines.

The "full" jobs would only run for canonical pipelines (i.e. pipelines manually started by a member of the project) once the MR is approved.

Use cases can be seen at !78710 (closed).

Experiment issue: https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/1170

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Rémy Coutable

Merge request reports