Skip to content

Commit c710a3f

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Run voting jobs in gate pipeline also"
2 parents 18bae88 + 049c0e6 commit c710a3f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.zuul.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,7 @@
435435
irrelevant-files:
436436
# NOTE(mriedem): This job has its own irrelevant-files section
437437
# so that we only run it on changes to networking and libvirt/vif
438-
# code; we don't need to run this on all changes, nor do we run
439-
# it in the gate.
438+
# code; we don't need to run this on all changes.
440439
- ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
441440
- nova-grenade-multinode
442441
- nova-live-migration
@@ -484,6 +483,14 @@
484483
- nova-tox-functional-py38
485484
- nova-multi-cell
486485
- nova-next
486+
- nova-ceph-multistore:
487+
irrelevant-files: *dsvm-irrelevant-files
488+
- neutron-tempest-linuxbridge:
489+
irrelevant-files:
490+
# NOTE(mriedem): This job has its own irrelevant-files section
491+
# so that we only run it on changes to networking and libvirt/vif
492+
# code; we don't need to run this on all changes.
493+
- ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
487494
- tempest-integrated-compute:
488495
irrelevant-files: *policies-irrelevant-files
489496
- grenade:

0 commit comments

Comments
 (0)