X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fvalidation%2Flab.yaml;fp=jjb%2Fvalidation%2Flab.yaml;h=1a00f9bf1c41a4ce2b02290dc98bbe63843be7fb;hp=0000000000000000000000000000000000000000;hb=7cb83b7f5818727f5293fc02b96d5e5f065a78a1;hpb=3e56727601d0017599732254185a97e68cf9ee66 diff --git a/jjb/validation/lab.yaml b/jjb/validation/lab.yaml new file mode 100644 index 0000000..1a00f9b --- /dev/null +++ b/jjb/validation/lab.yaml @@ -0,0 +1,64 @@ +--- +# +# copyright (c) 2019 at&t intellectual property. +# copyright (c) 2019 enea +# +# licensed under the apache license, version 2.0 (the "license"); you may +# not use this file except in compliance with the license. +# +# you may obtain a copy of the license at +# http://www.apache.org/licenses/license-2.0 +# +# unless required by applicable law or agreed to in writing, software +# distributed under the license is distributed on an "as is" basis, without +# warranties or conditions of any kind, either express or implied. +# see the license for the specific language governing permissions and +# limitations under the license. +# +- project: + name: lab + project-name: validation + project: validation + build-node: '{build-node}' + stream: + - master: + branch: '{stream}' + gs-pathname: '' + disabled: false + validation_lab: + - enea + jobs: + - validation-{validation_lab}-daily-{stream} + +############## +# PARAMETERS # +############## +- parameter: + name: 'lab_params' + parameters: + - string: + <<: *k8s_master_ip + - string: + <<: *k8s_ssh_user + - string: + <<: *k8s_ssh_password + - string: + <<: *k8s_ssh_key + - string: + <<: *blueprint_name + - string: + <<: *layer + - string: + <<: *version + - string: + <<: *optional + +- job-template: + name: 'validation-{validation_lab}-daily-{stream}' + parameters: + - {'lab_params'} + builders: + - trigger-builds: + - project: 'bluval-daily-{stream}' + same-node: true + current-parameters: true