X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ci%2Fjjb%2Fakraino-icn-templates.yaml;h=7706fb497720b43cd901e28594cd90fd944963f5;hb=a9e5b6c6e3cefdd335dcecb6031e557db7cb2e30;hp=f15154ee84aee9bd344a6d263da4d3afa00adcfc;hpb=e67da41b552179482f39a413b61ef0beff8ab12a;p=icn.git diff --git a/ci/jjb/akraino-icn-templates.yaml b/ci/jjb/akraino-icn-templates.yaml index f15154e..7706fb4 100644 --- a/ci/jjb/akraino-icn-templates.yaml +++ b/ci/jjb/akraino-icn-templates.yaml @@ -149,3 +149,44 @@ # - email: # recipients: icn.jenkins@intel.com +- job-template: + id: icn-bluval-run-daily-tests + name: 'icn-bluval-daily-{stream}' + concurrent: true + node: '{build-node}' + parameters: + - lf-infra-parameters: *validation_lf_infra_parameters + - string: + name: DEPLOY_SCENARIO + default: '' + - {'bluval-defaults'} + + scm: + - lf-infra-github-scm: + jenkins-ssh-credential: '{jenkins-ssh-credential}' + url: '{git-url}/{project}.git' + refspec: '$GERRIT_REFSPEC' + branch: '$GERRIT_BRANCH' + submodule-recursive: false + submodule-timeout: '{submodule-timeout}' + submodule-disable: true + choosing-strategy: default + + builders: + - description-setter: + description: "POD: $NODE_NAME
BLUEPRINT: $BLUEPRINT
LAB: $LAB_SILO
LAYER: $LAYER" + - shell: !include-raw-escape: + shell/bluval.sh + + publishers: + - 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: false + fail-on-error: true + show-graphs: true