Run tempest-full(-py3) in stable/rocky
Nova noticed that we aren't running any tempest-full* job in stable/rocky. This makes the tempest-full and tempest-full-py3 job run on stable/rocky changes. Change-Id: I7a05aeb244c5719a6b5c30f99c95789a44414a2e
This commit is contained in:
parent
138807b7e3
commit
55e0065ab1
14
.zuul.yaml
14
.zuul.yaml
@ -41,10 +41,9 @@
|
||||
name: tempest-full
|
||||
parent: devstack-tempest
|
||||
# This currently works from stable/pike on.
|
||||
branches:
|
||||
- master
|
||||
- stable/queens
|
||||
- stable/pike
|
||||
# Before stable/pike, legacy version of tempest-full
|
||||
# 'legacy-tempest-dsvm-neutron-full' run.
|
||||
branches: ^(?!stable/ocata).*$
|
||||
description: |
|
||||
Base integration test with Neutron networking and py27.
|
||||
Former names for this job where:
|
||||
@ -71,9 +70,10 @@
|
||||
- job:
|
||||
name: tempest-full-py3
|
||||
parent: devstack-tempest
|
||||
branches:
|
||||
- master
|
||||
- stable/queens
|
||||
# This currently works from stable/pike on.
|
||||
# Before stable/pike, legacy version of tempest-full
|
||||
# 'legacy-tempest-dsvm-neutron-full' run.
|
||||
branches: ^(?!stable/ocata).*$
|
||||
description: |
|
||||
Base integration test with Neutron networking and py3.
|
||||
Former names for this job where:
|
||||
|
Loading…
x
Reference in New Issue
Block a user