diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-20 09:40:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-10-20 09:40:42 +0000 |
commit | ee664acb356f8123f4f6b00b73c1e1cf0866c7fb (patch) | |
tree | f8479f94a28f66654c6a4f6fb99bad6b4e86a40e /qa/tasks | |
parent | 62f7d5c5b69180e82ae8196b7b429eeffc8e7b4f (diff) | |
download | gitlab-ce-15.5.0-rc42.tar.gz |
Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42
Diffstat (limited to 'qa/tasks')
-rw-r--r-- | qa/tasks/ci.rake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qa/tasks/ci.rake b/qa/tasks/ci.rake index 44a794d9f94..435fe8ebb77 100644 --- a/qa/tasks/ci.rake +++ b/qa/tasks/ci.rake @@ -13,8 +13,10 @@ namespace :ci do diff = mr_diff labels = mr_labels + # Assign mapping of groups to tests in stages other than the groups defined stage + additional_group_spec_list = { 'gitaly' => %w[create] } - qa_changes = QA::Tools::Ci::QaChanges.new(diff, labels) + qa_changes = QA::Tools::Ci::QaChanges.new(diff, labels, additional_group_spec_list) logger = qa_changes.logger logger.info("Analyzing merge request changes") |