Run more test jobs when helm-toolkit updated

Specifically we would like at least the following
deployments to be tested when helm-toolkit is updated
- compute-kit
- cinder
- tls

Change-Id: I3991d6984563813d5a3a776eabd52e2e89933bd8
This commit is contained in:
Vladimir Kozhukalov 2024-04-03 14:07:23 -05:00
parent 9a01b22b0b
commit 51c7affc72
1 changed files with 3 additions and 0 deletions

View File

@ -322,6 +322,7 @@
- ^mariadb/.*
- ^openvswitch/.*
- ^roles/deploy-env.*
- ^helm-toolkit/.*
- job:
name: openstack-helm-infra-cinder-2023-2-ubuntu_jammy
@ -331,6 +332,7 @@
- ^rabbitmq/.*
- ^mariadb/.*
- ^roles/deploy-env.*
- ^helm-toolkit/.*
- job:
name: openstack-helm-infra-tls-2023-1-ubuntu_focal
@ -341,4 +343,5 @@
- ^mariadb/.*
- ^openvswitch/.*
- ^roles/deploy-env.*
- ^helm-toolkit/.*
...