Skip rspec fail-fast jobs if pipeline:skip-rspec-fail-fast label is set
What does this MR do and why?
Skip rspec fail-fast jobs if pipeline:skip-rspec-fail-fast label is set
We introduced the pipeline:skip-rspec-fail-fast label to skip rspec fail-fast and rspec-ee fail-fast jobs when needed. This change is necessary because one MR failed because a rspec-ee fail-fast job took more than 80 minutes to run. Skipping these jobs is safe since they always run a subset of the RSpec predictive child pipeline in tier-1 pipelines.
Related to #493857
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.
Edited by Nao Hashizume
