Skip to content

Run jest minimal jobs by default in all MR pipelines

Nao Hashizume requested to merge 372479-run-jest-minimal-as-default into master

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.

Edited by Nao Hashizume

Merge request reports

Loading