X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=blobdiff_plain;f=jjb%2Fiec%2Fiec.yaml;h=b0cc699a8b7026384f3c300ec2e95bbf24bd639c;hp=391cdfa084f217b7c2dfd4f1d074753443ac1967;hb=6f714fdac06a476b776a0019eef4ea7983a2253d;hpb=3458cdfbe5d100b1f7eff2dd6f98bb3c26bc90ea diff --git a/jjb/iec/iec.yaml b/jjb/iec/iec.yaml index 391cdfa..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}' @@ -145,8 +148,26 @@ 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: @@ -167,3 +188,7 @@ name: 'iec-fuel-baremetal-daily-master-trigger' triggers: - timed: '' +- trigger: + name: 'iec-compass-virtual-daily-master-trigger' + triggers: + - timed: '0 13 * * *'