Skip to content
Snippets Groups Projects

ci: adjust rule order for scheduled e2e runs

Merged Désirée Chevalier requested to merge e2e-adjust-job-rules-order into main
All threads resolved!

Description

Follow up from !1580 (merged)

Adjusts the rule order so that 2 jobs don't run in e2e scheduled pipelines against main. They were matching on

- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
      when: always

when run against main so they never got to

- <<: *if-scheduled-e2e
      when: never

Related Issues

Resolves #[issue_number]

How has this been tested?

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Désirée Chevalier

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading