From 51c7affc72020bac5035476b0f8c36fa098f253e Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Wed, 3 Apr 2024 14:07:23 -0500 Subject: [PATCH] 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 --- zuul.d/jobs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 1e8e8af8d..d4b084e53 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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/.* ...