Skip to content

Simplify rules for package-and-test-ee and trigger-omnibus-env

Lin Jen-Shin requested to merge 452508-simplify-e2e-rules into master

What does this MR do and why?

Simplify rules for package-and-test-ee and trigger-omnibus-env

This is based on:

  • Use allow_failure: true on the job so that we don't mess with rules
  • Use the same rules for both because manual actions are done by the other means, and we no longer need to mix the rules with manual vs automated one.

This also drops rules around if-force-ci because it should not be used

This is a follow up from !147908 (merged) and see #452508 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #452508 (closed)

Edited by Lin Jen-Shin

Merge request reports