Skip to content

Add FP testing CI job

Vishwa Bhat requested to merge fp-testing into main

What does this MR do?

This MR adds a provision to trigger the FP testing CI job on-demand basis. The added job would possess the following criteria:

  • Is a manual job that should be explicitly triggered.
  • Triggers only if the commit branch is a non-default branch.
  • Triggers for Merge Request change and Commit Push events
  • Is disabled for the pipelines that are triggered for default-branch merge event (example)
  • Is disabled for the pipelines that are triggered for tag creation event (example)

What are the relevant issue numbers?

Edited by Vishwa Bhat

Merge request reports