Run scenario004/010 if TQE roles/standalone/tasks/.* changes

This is a follow up for [1]. If there's any change to the
tasks in the TQE Ansible role standalone, then test not only
standalone 001 but also 004 and 010 since changes in those
files could also break the Ceph portion of those jobs. This
patch is depended on by [2] so we can see all Ceph jobs for
Wallaby run when that branch is moved to deployed Ceph.

[1] https://review.opendev.org/c/openstack/tripleo-ci/+/842900
[2] https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/845054

Change-Id: I3325b20945f78bd34cfac24f0e5747f43fc056a7
This commit is contained in:
John Fulton 2022-06-29 17:08:14 -04:00
parent 46871a6015
commit a1a1d7275d
1 changed files with 4 additions and 5 deletions

View File

@ -252,8 +252,8 @@
- ^manifests/profile/(base|pacemaker)/ceph.*$ # ceph_nfs / ganesha
# tripleo-ansible
- ^tripleo_ansible/roles/tripleo_ceph_.*/.*
# tripleo-quickstart-extras
- roles/standalone/tasks/ceph-install.yml
# tripleo-quickstart-extras (including standalone ceph)
- roles/standalone/tasks/.*
- tripleo-ci-centos-8-scenario007-standalone: &c8_scen7
<<: *c8_scen1
files: &scen7_files
@ -279,10 +279,9 @@
- ^manifests/haproxy.*$
- ^manifests/profile/base/database/mysql.*$
- ^manifests/profile/base/octavia.*$
# tripleo-quickstart-extras
# tripleo-quickstart-extras (including standalone ceph)
- roles/standalone/tasks/.*
- roles/octavia-amphora-download/.*
- roles/standalone/tasks/ceph-install.yml
- roles/standalone/tasks/storage-network.yml
# tripleo-heat-templates
# TODO(beagles): octavia testing touches neutron, glance and nova.
# It may be sensible to expand this list after it has proven itself.