Fix regex lines in zuul.d/* files

See details in [1]

[1] https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/921330

Change-Id: I541c254ca4eb1cdab63a8482136730f802a5e1b9
This commit is contained in:
Roman Safronov 2024-06-05 12:16:49 +03:00
parent c393162860
commit 81ed66acb6

View File

@ -256,7 +256,9 @@
- ^roles/.*functional.*$
- ^playbooks/.*functional.*$
- ^vagrant/.*$
- ^zuul.d/(?!(project)).*\.yaml
# Ignore everything except for zuul.d/project.yaml
- ^zuul.d/base-nested-switch.yaml
- ^zuul.d/master_jobs.yaml
- job:
name: whitebox-neutron-tempest-plugin-ovn
@ -411,7 +413,9 @@
- ^playbooks/.*functional.*$
- ^playbooks/.*linuxbridge.*$
- ^vagrant/.*$
- ^zuul.d/(?!(project)).*\.yaml
# Ignore everything except for zuul.d/project.yaml
- ^zuul.d/base-nested-switch.yaml
- ^zuul.d/master_jobs.yaml
- job:
name: whitebox-neutron-tempest-plugin-ovn-single-thread
@ -563,4 +567,6 @@
- ^playbooks/.*functional.*$
- ^playbooks/.*linuxbridge.*$
- ^vagrant/.*$
- ^zuul.d/(?!(project)).*\.yaml
# Ignore everything except for zuul.d/project.yaml
- ^zuul.d/base-nested-switch.yaml
- ^zuul.d/master_jobs.yaml