Skip to content

Update rules breaking change in 13.0: rules and only/except cannot co-exist

Philippe Lafoucrière requested to merge rules-13.0-breaking-change into master

Why is this change being made?

The current text is confusing, it might lead to think that rules and only/except can coexist in some "occasional" cases. This is not true, and users MUST update their configuration if they use only/except (https://docs.gitlab.com/ee/ci/yaml/#rules).

Author Checklist

  • Provided a concise title for the MR
  • Added a description to this MR explaining the reasons for the proposed change, per say-why-not-just-what
  • Assign this change to the correct DRI
    • If the change relates to any part of the project other than updates to content and/or data files (e.g. team.yml) please make sure to ping @gl-static-site-editor in a comment for a review and merge.
    • If the DRI for the page/s being updated isn't immediate clear, then assign it to your manager.
    • If your manager does not have merge rights, please ask someone to merge it AFTER it has been approved by your manager in #mr-buddies

For help with failing pipelines reach out in #mr-buddies in Slack

@tmccaslin could you please take a look? Thanks

/cc @theoretick

Edited by Philippe Lafoucrière

Merge request reports