Skip to content

Final cleanup of pipeline code

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

This MR cleans up a final few things in the pipeline rules:

  • The generic MR pipeline rule needed to be after the Google and Algolia rules, otherwise (due to order of operations) the generic rule would always match first, and the Google and Algolia rules would never be reached. Resolves #1533 (closed)
  • Use a single $PIPELINE_SCHEDULE_TYPE for all 4 pipeline schedules, which makes it much easier to understand and update that config if needed. I've already added this variable to all scheduled pipelines, matching the values I've added to the pipeline config.
  • Remove config that doesn't do anything anymore.

Related issues

Edited by Marcel Amirault

Merge request reports