Commit 641dfe75 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'acunskis-separate-ff-reports' into 'master'

Generate separate allure reports for ff on and off runs

See merge request gitlab-org/gitlab!76658
parents 29497ed9 bf228d7b
......@@ -89,6 +89,7 @@ update-qa-cache:
CHANGES_FILE: tmp/changed_files.txt
ONLY_QA_CHANGES_FILE: tmp/qa_only_changed_files.txt
CHANGES_DIFFS_DIR: tmp/diffs
ALLURE_JOB_NAME: $CI_JOB_NAME
.package-and-qa-ff-base:
script:
......
......@@ -156,7 +156,8 @@ module Trigger
'QA_BRANCH' => ENV['QA_BRANCH'] || 'master',
'CACHE_UPDATE' => ENV['OMNIBUS_GITLAB_CACHE_UPDATE'],
'GITLAB_QA_OPTIONS' => ENV['GITLAB_QA_OPTIONS'],
'QA_TESTS' => ENV['QA_TESTS']
'QA_TESTS' => ENV['QA_TESTS'],
'ALLURE_JOB_NAME' => ENV['ALLURE_JOB_NAME']
}
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment