X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-macros.yaml;h=7d831c67359b8a796cefe4877565a7ed83670480;hb=fd9c330b44cf9d94aa5fc16713928759f6972834;hp=11680b6b0f4236a16f959b73bd884df3b76ae2e4;hpb=30c9a11331dd30cdfa51b31b74013f5e3ddd7f26;p=ci-management.git diff --git a/jjb/integration/integration-macros.yaml b/jjb/integration/integration-macros.yaml index 11680b6b0..7d831c673 100644 --- a/jjb/integration/integration-macros.yaml +++ b/jjb/integration/integration-macros.yaml @@ -38,11 +38,23 @@ !include-raw: - include-raw-integration-install-robotframework.sh +- builder: + name: integration-install-robotframework-py3 + builders: + - shell: + !include-raw: + - include-raw-integration-install-robotframework-py3.sh + - builder: name: integration-run-test 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: @@ -65,6 +77,7 @@ vagrant plugin install vagrant-libvirt vagrant plugin install vagrant-disksize vagrant plugin install vagrant-sshfs + vagrant plugin install vagrant-reload mkdir -p ~/.ssh - builder: @@ -77,6 +90,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}'