Merge "Enable tempest-full on stable/pike"
This commit is contained in:
commit
49bc282ff1
19
.zuul.yaml
19
.zuul.yaml
@ -29,10 +29,11 @@
|
|||||||
- job:
|
- job:
|
||||||
name: tempest-full
|
name: tempest-full
|
||||||
parent: devstack-tempest
|
parent: devstack-tempest
|
||||||
# This currently works from stable/queens on.
|
# This currently works from stable/pike on.
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- stable/queens
|
- stable/queens
|
||||||
|
- stable/pike
|
||||||
description: |
|
description: |
|
||||||
Base integration test with Neutron networking and py27.
|
Base integration test with Neutron networking and py27.
|
||||||
Former names for this job where:
|
Former names for this job where:
|
||||||
@ -77,6 +78,11 @@
|
|||||||
parent: tempest-full-py3
|
parent: tempest-full-py3
|
||||||
override-checkout: stable/queens
|
override-checkout: stable/queens
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: tempest-full-pike
|
||||||
|
parent: tempest-full
|
||||||
|
override-checkout: stable/pike
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tempest-tox-plugin-sanity-check
|
name: tempest-tox-plugin-sanity-check
|
||||||
parent: tox
|
parent: tox
|
||||||
@ -182,6 +188,16 @@
|
|||||||
- ^setup.cfg$
|
- ^setup.cfg$
|
||||||
- ^tempest/hacking/.*$
|
- ^tempest/hacking/.*$
|
||||||
- ^tempest/tests/.*$
|
- ^tempest/tests/.*$
|
||||||
|
- tempest-full-pike:
|
||||||
|
irrelevant-files:
|
||||||
|
- ^(test-|)requirements.txt$
|
||||||
|
- ^.*\.rst$
|
||||||
|
- ^doc/.*$
|
||||||
|
- ^etc/.*$
|
||||||
|
- ^releasenotes/.*$
|
||||||
|
- ^setup.cfg$
|
||||||
|
- ^tempest/hacking/.*$
|
||||||
|
- ^tempest/tests/.*$
|
||||||
- tempest-tox-plugin-sanity-check
|
- tempest-tox-plugin-sanity-check
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
@ -190,3 +206,4 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- tempest-full-queens
|
- tempest-full-queens
|
||||||
- tempest-full-queens-py3
|
- tempest-full-queens-py3
|
||||||
|
- tempest-full-pike
|
||||||
|
Loading…
Reference in New Issue
Block a user