commit | 74d7e757bee611bf197cc73a9014552433b28782 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Mon Oct 01 17:37:49 2018 +0300 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Mon Oct 01 17:37:49 2018 +0300 |
tree | e1b67a27644d6ade6bf1e3c5f650d2bcdf94a7b4 | |
parent | 532d32a7e9a7ee6a11b46d06d53e5d3d583a8db6 [diff] |
Add --send-duplicates for k8s_conformance reporting Change-Id: Ia3edaa072005d6f723820932ed124da18e713d38
diff --git a/jobs/pipelines/swarm-testrail-report.groovy b/jobs/pipelines/swarm-testrail-report.groovy index 6cd81f2..f31db14 100644 --- a/jobs/pipelines/swarm-testrail-report.groovy +++ b/jobs/pipelines/swarm-testrail-report.groovy
@@ -115,6 +115,7 @@ methodname = "{methodname}" testrail_name_template = "{title}" reporter_extra_options = [ + "--send-duplicates", "--testrail-add-missing-cases", "--testrail-case-custom-fields {\\\"custom_qa_team\\\":\\\"9\\\"}", "--testrail-case-section-name \'Conformance\'",