X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ci%2Fjjb%2Fakraino-icn-templates.yaml;h=f0cac3890c448f31e40f4527e1223719ab3d4beb;hb=023a03abb5c23aefc33fb0f3507bb8dc7456423f;hp=730c2b43da2ff82d88a04b5dd9b23cb269487cc3;hpb=976343cea0c565ffc6271603ad365b0c04d83785;p=icn.git diff --git a/ci/jjb/akraino-icn-templates.yaml b/ci/jjb/akraino-icn-templates.yaml index 730c2b4..f0cac38 100644 --- a/ci/jjb/akraino-icn-templates.yaml +++ b/ci/jjb/akraino-icn-templates.yaml @@ -154,12 +154,45 @@ name: 'icn-bluval-daily-{stream}' concurrent: true node: '{build-node}' + defaults: icn parameters: - lf-infra-parameters: *validation_lf_infra_parameters - string: - name: DEPLOY_SCENARIO - default: '' - - {'bluval-defaults'} + name: CLUSTER_MASTER_IP + default: '{bluval-cluster-master-ip}' + description: 'IP address to connect to the cluster master' + - string: + name: CLUSTER_SSH_USER + default: '{bluval-cluster-ssh-user}' + description: 'SSH username to connect to the cluster master ' + - string: + name: CLUSTER_SSH_KEY + default: '{bluval-cluster-ssh-key}' + description: 'SSH key to connect to the cluster master' + - string: + name: BLUEPRINT + default: '{bluval-blueprint}' + description: 'Blueprint used' + - string: + name: LAYER + default: '{bluval-layer}' + description: 'Layer ("os", "k8s" or blank to run all)' + - string: + name: VERSION + default: '{bluval-version}' + description: 'Version or branch' + - string: + name: OPTIONAL + default: '{bluval-optional}' + description: 'If set to yes run optional tests' + - string: + name: PULL + default: '{bluval-pull}' + description: 'If set to yes pull docker images before run' + - string: + name: LAB_SILO + default: '{bluval-lab-silo}' + description: 'Name of silo in Nexus' scm: - lf-infra-github-scm: @@ -172,6 +205,9 @@ submodule-disable: true choosing-strategy: default + triggers: + - timed: "@midnight" + builders: - description-setter: description: "POD: $NODE_NAME
BLUEPRINT: $BLUEPRINT
LAB: $LAB_SILO
LAYER: $LAYER" @@ -190,13 +226,3 @@ unstable-on-warning: false fail-on-error: true show-graphs: true - - postbuildscript: - mark-unstable-if-failed: true - builders: - - build-on: - - SUCCESS - - UNSTABLE - - FAILURE - build-steps: - - shell: !include-raw-escape: - shell/bluval-postbuild.sh