Update testng CSIT template 71/27771/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 10 Jan 2018 02:37:43 +0000 (18:37 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 10 Jan 2018 02:37:43 +0000 (18:37 -0800)
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>
jjb/integration/integration-templates-csit.yaml

index dac4c28..71f8ab6 100644 (file)
       - 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}'
           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}'
           files: '{html-files}'
           keep-all: false
           link-to-last-build: false
-          name: ExtentReport
\ No newline at end of file
+          name: ExtentReport