Skip to content

Allow skip/bypass of review app jobs in CI with '[SKIP REVIEW]' in MR title

Chad Woolley requested to merge allow-skip-of-review-app-in-ci into master

What does this MR do?

Allow skipping/bypassing of review app jobs in CI if the string [SKIP REVIEW] or [REVIEW SKIP] (case insensitive) is in MR title.

This will help support our values of Efficiency and Results by:

  • helping get urgent changes to production faster
  • allowing faster iteration on non-content-related MR
  • Saving cost on CI for MRs which do not need to run these jobs

This was raised as an action item in the Root Cause Analysis for this incident: https://gitlab.com/gitlab-com/www-gitlab-com/-/issues/7167

Edited by Chad Woolley

Merge request reports