Run jest minimal jobs by default in all MR pipelines
What does this MR do and why?
This MR runs jest minimal
for both pre-approved MRs and approved MRs since the data for jest minimal to full pipeline transition success rate seems to indicatejest minimal
job generally has the same results and feedbacks as jest
job after approval.
The jest
job is still available to run in the pipeline with the pipeline:run-all-jest label modifier to override.
We will still be running jest
full jobs on master
pipeline.
Closes #372479 (closed)
Testing
Tested this MR's change by making the below file changes in !97440 (closed).
Changes | Pipeline (Before Approval) | Pipeline (After Approval) |
---|---|---|
app/assets/javascripts/pipelines.js (c87a1e9b) |
jest minimal jobs are created in pipelines/638106116
|
jest minimal jobs are created in pipelines/638116444
|
with pipeline:run-all-jest |
jest full jobs are created in pipelines/638099232
|
- |
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.