Skip to content

Add --parallel option

George Koltsov requested to merge add-parallel-option into master

Pass through the --parallel option to the QA framework.

This also removes the change to LOAD_PATH so that gitlab-qa can be used as a library. Without this change autoload failed to correctly load some files and so constants could not be resolved.

There is another MR to enable the --parallel option for all jobs: https://gitlab.com/gitlab-org/gitlab-qa/merge_requests/255

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29654 depends on this change. It's part of https://gitlab.com/groups/gitlab-org/-/epics/1276

Edited by George Koltsov

Merge request reports