X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fakraino-templates%2Fakraino-validation-templates.yaml;h=cb74915001174045998772d1e4e9bcc3e7641749;hb=4c4a98f89de1535dec8cbf821155cd773c8d4d33;hp=33fb9be97621662793c217f583d844a377ac7b55;hpb=347ec51b6f779e870e5b3c25730be4ed3732fc11;p=ci-management.git diff --git a/jjb/akraino-templates/akraino-validation-templates.yaml b/jjb/akraino-templates/akraino-validation-templates.yaml index 33fb9be..cb74915 100644 --- a/jjb/akraino-templates/akraino-validation-templates.yaml +++ b/jjb/akraino-templates/akraino-validation-templates.yaml @@ -43,6 +43,7 @@ <<: *docker-build-job-settings publishers: + - lf-infra-publish - email: recipients: > cristina.pauna@enea.com @@ -88,10 +89,13 @@ make -k -C docker push-all docker system prune -af + publishers: + - lf-infra-publish + - job-template: id: akraino-validation-docker-manifest name: 'validation-docker-manifest-{stream}' - node: 'ubuntu1604-docker-8c-8g' + node: 'ubuntu1804-docker-8c-8g' build-timeout: 15 parameters: @@ -110,6 +114,9 @@ if [ "{branch}" != "{stream}" ]; then export TAG_VER=$STREAM; fi for sd in docker/*/.; do make -k -C $sd .push_manifest; done + publishers: + - lf-infra-publish + - job-template: id: akraino-validation-lab-daily name: 'validation-{validation_lab}-daily-{stream}' @@ -126,6 +133,9 @@ current-parameters: true block: true + publishers: + - lf-infra-publish + - job-template: id: bluval-run-daily-tests name: 'bluval-daily-{stream}' @@ -151,16 +161,22 @@ builders: - description-setter: - description: "POD: $NODE_NAME" + description: "POD: $NODE_NAME
BLUEPRINT: $BLUEPRINT
LAB: $LAB_SILO
LAYER: $LAYER" - lf-infra-create-netrc: server-id: logs - shell: !include-raw-escape: - ../shell/run_bluval.sh publishers: + - lf-infra-publish + - robot: + output-path: 'results' + report-html: '**/report.html' + log-html: '**/log.html' + output-xml: '**/output.xml' - logparser: use-project-rules: true parse-rules: "./bluval/rules.txt" - unstable-on-warning: true + unstable-on-warning: false fail-on-error: true - show-graphs: false + show-graphs: true