Skip to content

Start to use the 'rules' keyword for the 'package-and-qa' job

Rémy Coutable requested to merge 31648-use-rules-iteration-1 into master

What does this MR do?

Challenges

  • Screen_Shot_2019-12-17_at_17.54.44
  • We need to duplicate the pattern arrays because they're YAML anchors and they aren't accessible in included Ci config (they're only accessible when using extends but we cannot use extends to reference a plain YAML array...)
  • When two rules have the same if but their changes are different, be mindful of the rules order since rules are evaluated from top to bottom.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Relates to #31648 (closed).

Edited by Rémy Coutable

Merge request reports

Loading