X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fiec%2Fiec.yaml;h=b0cc699a8b7026384f3c300ec2e95bbf24bd639c;hb=6f714fdac06a476b776a0019eef4ea7983a2253d;hp=6594ec5327d754452ab3efd90f34b968d42cd186;hpb=952b8e31a099b3c9d7a8c40b126c26a11220e2ad;p=ci-management.git diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 6594ec5..b0cc699 100644 --- a/jjb/iec/iec.yaml +++ b/jjb/iec/iec.yaml @@ -24,6 +24,9 @@ - fuel-virtual: slave-label: 'aarch64_dev' scenario: 'k8-calico-iec-noha' + - compass-virtual: + slave-label: 'aarch64_dev' + scenario: 'k8-calico-iec-noha' jobs: - 'iec-{deploy-type}-daily-{stream}' @@ -130,18 +133,41 @@ name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO' scm: - - lf-infra-gerrit-scm: - jenkins-ssh-credential: '{jenkins-ssh-credential}' - git-url: '{git-url}/{project}.git' + - git: + credentials-id: '{jenkins-ssh-credential}' + url: '{git-url}/{project}.git' refspec: '' - branch: '{branch}' - submodule-recursive: false - submodule-timeout: '{submodule-timeout}' + branches: + - 'refs/heads/{branch}' + skip-tag: true + wipe-workspace: true + submodule: + disable: true + recursive: false + timeout: '{submodule-timeout}' choosing-strategy: default builders: - - shell: - !include-raw-escape: ./iec-fuel-deploy.sh + - description-setter: + description: "POD: $NODE_NAME" + - conditional-step: + condition-kind: regex-match + regex: 'compass-.*' + label: '{deploy-type}' + steps: + - shell: + !include-raw-escape: ./iec-compass-build.sh + - shell: + !include-raw-escape: ./iec-compass-deploy.sh + - shell: + !include-raw-escape: ./iec-compass-destroy.sh + - conditional-step: + condition-kind: regex-match + regex: 'fuel-.*' + label: '{deploy-type}' + steps: + - shell: + !include-raw-escape: ./iec-fuel-deploy.sh publishers: - email: @@ -162,3 +188,7 @@ name: 'iec-fuel-baremetal-daily-master-trigger' triggers: - timed: '' +- trigger: + name: 'iec-compass-virtual-daily-master-trigger' + triggers: + - timed: '0 13 * * *'