Skip to run all integration jobs for policy-only changes.
Currently we run all the integration jobs for policies only changes which is not required. Policy-only changes can be covered by unit, functional and single tempest, grenade job. Change-Id: I4b2d321b7243ec149e9445035d1feb7a425e9a4b
This commit is contained in:
parent
4bdecee385
commit
db39391fe0
26
.zuul.yaml
26
.zuul.yaml
@ -21,6 +21,7 @@
|
||||
- ^doc/.*$
|
||||
- ^nova/hacking/.*$
|
||||
- ^nova/locale/.*$
|
||||
- ^nova/policies/.*$
|
||||
- ^nova/tests/.*$
|
||||
- ^nova/test.py$
|
||||
- ^releasenotes/.*$
|
||||
@ -378,9 +379,26 @@
|
||||
- nova-next
|
||||
- nova-tox-functional-py36
|
||||
- tempest-integrated-compute:
|
||||
irrelevant-files: *dsvm-irrelevant-files
|
||||
# NOTE(gmann): Policies changes do not need to run all the
|
||||
# integration test jobs. Running only tempest and grenade
|
||||
# common jobs will be enough along with nova functional
|
||||
# and unit tests.
|
||||
irrelevant-files: &policies-irrelevant-files
|
||||
- ^api-.*$
|
||||
- ^(test-|)requirements.txt$
|
||||
- ^.*\.rst$
|
||||
- ^.git.*$
|
||||
- ^doc/.*$
|
||||
- ^nova/hacking/.*$
|
||||
- ^nova/locale/.*$
|
||||
- ^nova/tests/.*$
|
||||
- ^nova/test.py$
|
||||
- ^releasenotes/.*$
|
||||
- ^setup.cfg$
|
||||
- ^tools/.*$
|
||||
- ^tox.ini$
|
||||
- grenade-py3:
|
||||
irrelevant-files: *dsvm-irrelevant-files
|
||||
irrelevant-files: *policies-irrelevant-files
|
||||
- tempest-ipv6-only:
|
||||
irrelevant-files: *dsvm-irrelevant-files
|
||||
gate:
|
||||
@ -391,9 +409,9 @@
|
||||
- nova-multi-cell
|
||||
- nova-next
|
||||
- tempest-integrated-compute:
|
||||
irrelevant-files: *dsvm-irrelevant-files
|
||||
irrelevant-files: *policies-irrelevant-files
|
||||
- grenade-py3:
|
||||
irrelevant-files: *dsvm-irrelevant-files
|
||||
irrelevant-files: *policies-irrelevant-files
|
||||
- tempest-ipv6-only:
|
||||
irrelevant-files: *dsvm-irrelevant-files
|
||||
experimental:
|
||||
|
Loading…
Reference in New Issue
Block a user