Skip to content

Fix Vue 3 Jest with fixtures parallelism

Mark Florian requested to merge fix-vue3-job-parallelism into master

What does this MR do and why?

Fix Vue 3 Jest with fixtures parallelism

This fixes an oversight related to this comment: !162483 (comment 2045955318)

The parallel key was removed from the job definition, causing it to inherit from the job it extends, which has parallel: 6.

This propagated to the jest-with-fixtures vue3 predictive job as well.

You can see the incorrect parallism in these pipelines:

You can see the full configurations here:

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.

Edited by Mark Florian

Merge request reports