Skip to content

Remove rules that are not needed

Marcel Amirault requested to merge simplify-pipeline-rules-1 into main

This is a part of !3605 (closed), which was too big to review. This MR simply removes two rules blocks that were no longer needed:

  • .rules_scheduled -> Not used for any job anymore.
  • .rules_global_nav_test -> Identical to .rules_site_tests, so let's just use that one.

I've also added one more pipeline name, for if: '$CI_PIPELINE_SOURCE == "pipeline", to make it clearer to see if any pipelines are triggered from that source. We can monitor the pipeline list and see if any pipelines ever show up that are named Pipeline source = pipeline

Related issues

Edited by Marcel Amirault

Merge request reports