Skip to content

Commit 3e75b4f

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[CI] Replace deprecated regex" into stable/2023.1
2 parents fde9368 + 197b14d commit 3e75b4f

File tree

1 file changed

+16
-38
lines changed

1 file changed

+16
-38
lines changed

.zuul.yaml

Lines changed: 16 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -224,24 +224,11 @@
224224
parent: devstack-tempest
225225
description: |
226226
Run tempest compute API tests using LVM image backend. This only runs
227-
against nova/virt/libvirt/* changes.
228-
# Copy irrelevant-files from nova-dsvm-multinode-base and then exclude
229-
# anything that is not in nova/virt/libvirt/* or nova/privsep/*.
230-
irrelevant-files:
231-
- ^(?!.zuul.yaml)(?!nova/virt/libvirt/)(?!nova/privsep/).*$
232-
- ^api-.*$
233-
- ^(test-|)requirements.txt$
234-
- ^.*\.rst$
235-
- ^.git.*$
236-
- ^doc/.*$
237-
- ^nova/hacking/.*$
238-
- ^nova/locale/.*$
239-
- ^nova/tests/.*$
240-
- ^nova/test.py$
241-
- ^releasenotes/.*$
242-
- ^setup.cfg$
243-
- ^tools/.*$
244-
- ^tox.ini$
227+
against nova/virt/libvirt/*, nova/privsep/* and .zuul.yaml changes.
228+
files:
229+
- ^nova/virt/libvirt/.*$
230+
- ^nova/privsep/.*$
231+
- .zuul.yaml
245232
vars:
246233
# We use the "all" environment for tempest_test_regex and
247234
# tempest_exclude_regex.
@@ -281,22 +268,11 @@
281268
# NOTE(chateaulav): due to constraints with no IDE support for aarch64,
282269
# tests have been limited to eliminate any items that are incompatible.
283270
# This is to be re-evaluated as greater support is added and defined.
284-
irrelevant-files:
285-
- ^(?!.zuul.yaml)(?!nova/virt/libvirt/)(?!nova/objects/)(?!nova/scheduler/).*$
286-
- ^api-.*$
287-
- ^(test-|)requirements.txt$
288-
- ^.*\.rst$
289-
- ^.git.*$
290-
- ^doc/.*$
291-
- ^nova/hacking/.*$
292-
- ^nova/locale/.*$
293-
- ^nova/policies/.*$
294-
- ^nova/tests/.*$
295-
- ^nova/test.py$
296-
- ^releasenotes/.*$
297-
- ^setup.cfg$
298-
- ^tools/.*$
299-
- ^tox.ini$
271+
files:
272+
- ^nova/virt/libvirt/.*$
273+
- ^nova/objects/.*$
274+
- ^nova/scheduler/.*$
275+
- .zuul.yaml
300276
vars:
301277
tox_envlist: all
302278
tempest_test_regex: ^tempest\.(api\.compute\.servers|scenario\.test_network_basic_ops)
@@ -718,11 +694,12 @@
718694
- nova-ceph-multistore:
719695
irrelevant-files: *nova-base-irrelevant-files
720696
- neutron-linuxbridge-tempest:
721-
irrelevant-files:
697+
files:
722698
# NOTE(mriedem): This job has its own irrelevant-files section
723699
# so that we only run it on changes to networking and libvirt/vif
724700
# code; we don't need to run this on all changes.
725-
- ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
701+
- ^nova/network/.*$
702+
- nova/virt/libvirt/vif.py
726703
- nova-live-migration
727704
- nova-live-migration-ceph
728705
- nova-lvm
@@ -783,11 +760,12 @@
783760
- nova-ceph-multistore:
784761
irrelevant-files: *nova-base-irrelevant-files
785762
- neutron-linuxbridge-tempest:
786-
irrelevant-files:
763+
files:
787764
# NOTE(mriedem): This job has its own irrelevant-files section
788765
# so that we only run it on changes to networking and libvirt/vif
789766
# code; we don't need to run this on all changes.
790-
- ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
767+
- ^nova/network/.*$
768+
- nova/virt/libvirt/vif.py
791769
- tempest-integrated-compute:
792770
irrelevant-files: *policies-irrelevant-files
793771
- tempest-integrated-compute-ubuntu-focal:

0 commit comments

Comments
 (0)