X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-macros.yaml;h=df48a4cd1ff6690ea24a8210f500c7ba5f0381f1;hb=f05189249163b371fb5acb80e1a53a117c8c636a;hp=10b0437ab9a07bb6d0411dc4cf4737a2625a1f4d;hpb=f8027aad0a1a06acb5d60705af96311a860e3310;p=ci-management.git diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml index 10b0437ab..df48a4cd1 100644 --- a/jjb/integration/integration-macros.yaml +++ b/jjb/integration/integration-macros.yaml @@ -43,6 +43,11 @@ builders: - shell: "${WORKSPACE}/run-csit.sh ${TESTPLAN} ${TESTOPTIONS}" +- builder: + name: integration-run-project-test + builders: + - shell: "${WORKSPACE}/csit/run-project-csit.sh ${TESTOPTIONS}" + - builder: name: integration-autorelease-fix-relativepaths builders: @@ -78,6 +83,22 @@ publishers: - robot: output-path: 'archives' + output-xml: '**/output.xml' + report-html: '**/report.html' + log-html: '**/log.html' + other-files: '' + unstable-threshold: '{unstable-if}' + pass-threshold: '{pass-if}' + only-critical: false + +- publisher: + name: integration-project-robot + publishers: + - robot: + output-path: 'csit/archives' + output-xml: '**/output.xml' + report-html: '**/report.html' + log-html: '**/log.html' other-files: '' unstable-threshold: '{unstable-if}' pass-threshold: '{pass-if}'