Merge "add k8s scenario to compass4nfv"
authorJun Li <lijun_1203@126.com>
Fri, 15 Sep 2017 02:17:11 +0000 (02:17 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 15 Sep 2017 02:17:11 +0000 (02:17 +0000)
1  2 
jjb/compass4nfv/compass-ci-jobs.yml

          # here the stream means the SUT stream, dovetail stream is defined in its own job
          # only run on os-(nosdn|odl_l2|onos|odl_l3)-nofeature-ha scenario
          # run against SUT master branch, dovetail docker image with latest tag
 -        # run against SUT danube branch, dovetail docker image with latest tag(odd days)and cvp.X.X.X tag(even days)
 +        # run against SUT danube branch, dovetail docker image with latest tag(Monday and Sunday)
 +        # run against SUT danube branch, dovetail docker image with cvp.X.X.X tag(Tuesday, Thursday, Friday and Saturday)
          - conditional-step:
              condition-kind: and
              condition-operands:
                    regex: danube
                    label: '{stream}'
                  - condition-kind: regex-match
 -                  regex: os-(nosdn|odl_l2|onos|odl_l3)-nofeature-ha
 +                  regex: os-(nosdn|odl_l2|odl_l3)-nofeature-ha
                    label: '{scenario}'
                  - condition-kind: day-of-week
                    day-selector: select-days
                    days:
                        MON: true
 -                      WED: true
 -                      FRI: true
                        SUN: true
                    use-build-time: true
              steps:
                    regex: danube
                    label: '{stream}'
                  - condition-kind: regex-match
 -                  regex: os-(nosdn|odl_l2|onos|odl_l3)-nofeature-ha
 +                  regex: os-(nosdn|odl_l2|odl_l3)-nofeature-ha
                    label: '{scenario}'
                  - condition-kind: day-of-week
                    day-selector: select-days
                    days:
                        TUES: true
 +                      WED: true
                        THURS: true
 +                      FRI: true
                        SAT: true
                    use-build-time: true
              steps:
              condition-kind: and
              condition-operands:
                  - condition-kind: regex-match
 -                  regex: os-(nosdn|odl_l2|onos|odl_l3)-nofeature-ha
 +                  regex: os-(nosdn|odl_l2|odl_l3)-nofeature-ha
                    label: '{scenario}'
                  - condition-kind: regex-match
                    regex: master
  - trigger:
      name: 'compass-k8-nosdn-nofeature-ha-virtual-master-trigger'
      triggers:
-         - timed: ''
+         - timed: '0 12 * * *'
  - trigger:
      name: 'compass-os-odl-sfc-ha-virtual-master-trigger'
      triggers: