Trigger standalone jobs by change in tripleo_cephadm role

This change fixes the file pattern used to trigger standalone jobs
with Ceph enabled, so that any change in the tripleo_cephadm role is
tested by these jobs.

Change-Id: I9ec6b3d93f0643455da650d0b0a55335084cb61a
This commit is contained in:
Takashi Kajinami 2022-06-30 18:39:56 +09:00
parent 7fb5373a0b
commit a9b3c08b89
1 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@
- roles/prepare-node/.*
- roles/ceph-loop-device/.* # scen1/4 ceph
# tripleo-ansible
- ^tripleo_ansible/roles/tripleo_ceph_.*/.*
- ^tripleo_ansible/roles/tripleo_ceph.*/.*
- ^tripleo_ansible/roles/tripleo_hieradata/.*
- ^tripleo_ansible/roles/tripleo_upgrade_hiera/.*
- ^tripleo_ansible/roles/tripleo_lvmfilter/.*
@ -253,7 +253,7 @@
- ^manifests/profile/(base|pacemaker)/manila.*$
- ^manifests/profile/(base|pacemaker)/ceph.*$ # ceph_nfs / ganesha
# tripleo-ansible
- ^tripleo_ansible/roles/tripleo_ceph_.*/.*
- ^tripleo_ansible/roles/tripleo_ceph.*/.*
# tripleo-quickstart-extras (including standalone ceph)
- roles/standalone/tasks/.*
- tripleo-ci-centos-8-scenario007-standalone: &c8_scen7