diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-01-10 14:07:26 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-01-10 14:07:26 +0200 |
commit | 4708df95a181b1ac8ca350fd4407222fc3cb383b (patch) | |
tree | 3ed2a78ffa612ba9fc0ef2175c1bc6b939a799ca /jjb | |
parent | de393206ec7d9148bceddbdab32a1e15a72d8bcf (diff) |
Update plugin parameters
Add new parameters to testNG and Junit plugins
Change-Id: Iaced836f9e57fbf156514a69481e997b66a79ef2
Issue-ID: SDC-612
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/integration-templates-csit.yaml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index 71f8ab6d2..7bb16cb6b 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -111,14 +111,17 @@ escape-test-description: true escape-exception-msg: true show-failed-builds: true + unstable-on-skipped-tests: false + failure-on-failed-test-config: false - junit: results: archives/testng-results.xml health-scale-factor: 1.0 + allow-empty-results: true - integration-robot: unstable-if: 0.0 pass-if: 100.0 - html-publisher: - allow-missing: false + allow-missing: true dir: '{html-dir}' files: '{html-files}' keep-all: false @@ -248,8 +251,14 @@ escape-test-description: true escape-exception-msg: true show-failed-builds: true + unstable-on-skipped-tests: false + failure-on-failed-test-config: false + - junit: + results: archives/testng-results.xml + health-scale-factor: 1.0 + allow-empty-results: true - html-publisher: - allow-missing: false + allow-missing: true dir: '{html-dir}' files: '{html-files}' keep-all: false |