From: Jessica Wagantall Date: Wed, 10 Jan 2018 02:37:43 +0000 (-0800) Subject: Update testng CSIT template X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F27771%2F1;p=ci-management.git 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 --- 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