Skip to content

Run smoke tests in parallel

Nailia Iskhakova requested to merge parallel-smoke-qa-jobs into master

The amount of tests in Smoke suite grew over the year, last year it took about 7 min to run a smoke job and now it's ~14 (example). Proposing to split the current smoke suite into 2 parallel jobs that should take ~7 min so that Smoke suite finishes at the same time as Reliable suite.

MR adds parallel keyword and knapsack variables to the Smoke job so that they will run in 2 parallel jobs. Thanks to the great work that Anastasia did in !73 (merged) I hope this should be an easy addition.

Merge request reports