Skip to content

Update coverage and windows tests to rules

Marcel Amirault requested to merge runner-pipeline-to-rules-2 into master

What does this MR do?

Step 2 of the related issue.

This MR works on updating Coverage jobs and Windows test jobs to use rules as well. Smaller than the previous MR, thankfully.

The .runner-master extends was repeating config included in .merge_request_pipelines, so we can delete it and replace it with the MR rules, like in the previous MR. A few other jobs could be easily updated to use the MR rules as well.

It also fixes two minor issues raised in the previous MR:

  1. Rename rule: !2728 (comment 509398342)
  2. Add spacing: !2728 (comment 509398352)

Related to #5019 (closed)

Edited by Marcel Amirault

Merge request reports