diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-01-09 18:37:43 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-01-09 18:37:43 -0800 |
commit | de393206ec7d9148bceddbdab32a1e15a72d8bcf (patch) | |
tree | 0b89b08893754435eca94bc006eb22e1ac711d20 /jjb | |
parent | 67731d5bd57b9f30e800ebefdd8432cf8fec4110 (diff) |
Update testng CSIT template
Re-order steps for post build actions for
csit testng template.
Change-Id: Id1a9eee7cb05abeccb1570e55aa5477d154fab38
Issue-ID: CIMAN-119
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/integration-templates-csit.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/integration/integration-templates-csit.yaml b/jjb/integration/integration-templates-csit.yaml index dac4c2846..71f8ab6d2 100644 --- a/jjb/integration/integration-templates-csit.yaml +++ b/jjb/integration/integration-templates-csit.yaml @@ -106,15 +106,17 @@ - integration-run-test publishers: - - integration-robot: - unstable-if: 0.0 - pass-if: 100.0 - - lf-infra-publish - testng: pattern: archives/testng-results.xml escape-test-description: true escape-exception-msg: true show-failed-builds: true + - junit: + results: archives/testng-results.xml + health-scale-factor: 1.0 + - integration-robot: + unstable-if: 0.0 + pass-if: 100.0 - html-publisher: allow-missing: false dir: '{html-dir}' @@ -122,9 +124,7 @@ keep-all: false link-to-last-build: false name: ExtentReport - - junit: - results: archives/testng-results.xml - health-scale-factor: 1.0 + - lf-infra-publish - job-template: name: '{project-name}-{stream}-csit-{functionality}' @@ -254,4 +254,4 @@ files: '{html-files}' keep-all: false link-to-last-build: false - name: ExtentReport
\ No newline at end of file + name: ExtentReport |