Skip to content

Add parallel version of custom job

Mark Lapierre requested to merge add-parallel-custom-job into master

We currently can't retry a job with custom variables (e.g., this job: !362 (merged))

See gitlab#32712 (closed) and gitlab#31367

We need that ability to check for flakiness.

For now, let's have the option to run a custom job 10 times in parallel.

The downside to this option is that you have to specify the custom variables for each of the 10 custom jobs (or however many of the 10 jobs you want to run)

Edited by Mark Lapierre

Merge request reports