Run scenario010 standalone for changes to relevant file in tqe

In [1] a new ceph-install task file is added to the standalone role
The scenario1/4 job matches against standalone/* already but scen010
is not triggered. This adds the new ceph-install file to the
scen010 files:

[1] https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/834352

Change-Id: I06adec92cc19214878f41001ea2999eb7923b9bd
This commit is contained in:
John Fulton 2022-05-22 12:27:30 -04:00
parent 64ffe2ce9b
commit eeb507dfeb
1 changed files with 2 additions and 0 deletions

View File

@ -278,6 +278,8 @@
- ^manifests/profile/base/octavia.*$
# tripleo-quickstart-extras
- 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.