Stop using irrelevant-filed for whitebox-devstack-ceph-multinode

Use the positive version of that, which is just `files`. This fixes
Zuul complaining about the deprecated Perl-style syntax, and is just
easier to read.

Change-Id: I2b37f7397ef88ed24a7cc82ecc25fd9c26383407
This commit is contained in:
Artom Lifshitz 2024-06-11 10:17:29 -04:00
parent d78d93803e
commit cceaaf38b5

View File

@ -148,8 +148,8 @@
required-projects: required-projects:
openstack/whitebox-tempest-plugin openstack/whitebox-tempest-plugin
pre-run: playbooks/whitebox/pre.yaml pre-run: playbooks/whitebox/pre.yaml
irrelevant-files: files:
- ^whitebox_tempest_plugin/api/compute/(?!test_rbd_direct_download).*py$ - whitebox_tempest_plugin/api/compute/test_rbd_direct_download.py$
vars: vars:
tox_envlist: all tox_envlist: all
compute_node_template_name: whitebox-devstack-ceph-multinode.yaml.j2 compute_node_template_name: whitebox-devstack-ceph-multinode.yaml.j2