Merge "[Daisy] Add docker image tarball builder"
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 3 Nov 2017 20:45:21 +0000 (20:45 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 3 Nov 2017 20:45:21 +0000 (20:45 +0000)
1  2 
jjb/daisy4nfv/daisy-daily-jobs.yml

@@@ -94,6 -94,7 +94,7 @@@
            use-build-blocker: true
            blocking-jobs:
              - 'daisy-daily-.*'
+             - 'daisy-kolla-build-.*'
            block-level: 'NODE'
  
      wrappers:
                build-step-failure-threshold: 'never'
                failure-threshold: 'never'
                unstable-threshold: 'FAILURE'
 +      - conditional-step:
 +          condition-kind: and
 +          condition-operands:
 +            - condition-kind: regex-match
 +              regex: 'baremetal'
 +              label: '{pod}'
 +            - condition-kind: regex-match
 +              regex: 'master'
 +              label: '{stream}'
 +          steps:
 +            - trigger-builds:
 +                - project: 'yardstick-daisy-{pod}-daily-{stream}'
 +                  current-parameters: false
 +                  predefined-parameters:
 +                    DEPLOY_SCENARIO={scenario}
 +                  block: true
 +                  same-node: true
 +                  block-thresholds:
 +                    build-step-failure-threshold: 'never'
 +                    failure-threshold: 'never'
 +                    unstable-threshold: 'FAILURE'
  
  - job-template:
      name: '{project}-deploy-{pod}-daily-{stream}'
            use-build-blocker: true
            blocking-jobs:
              - 'daisy.*-deploy-({pod})?-daily-.*'
+             - 'daisy-kolla-build-.*'
            block-level: 'NODE'
  
      parameters:
  - trigger:
      name: 'daisy-os-nosdn-nofeature-ha-baremetal-daily-master-trigger'
      triggers:
 -      - timed: '0 16 * * *'
 +      - timed: '0 18 * * *'
  # Basic NOHA Scenarios
  - trigger:
      name: 'daisy-os-nosdn-nofeature-noha-baremetal-daily-master-trigger'