From f42a54532cb76bc81ba9acd9ef90a9376d256ebe Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Thu, 4 Nov 2021 15:17:40 -0500 Subject: [PATCH] Only run cinder jobs on cinder changes We currently run multiple jobs that deploy cinder on changes that have no relation to the service. This change modifies the job to only run when we modify the cinder chart, test scripts, or the zuul files themselves. Change-Id: Ia188193929143cb6ae52266a5a87d2662626d42e --- zuul.d/jobs-openstack-helm.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zuul.d/jobs-openstack-helm.yaml b/zuul.d/jobs-openstack-helm.yaml index e2c67fc27d..26ecca74df 100644 --- a/zuul.d/jobs-openstack-helm.yaml +++ b/zuul.d/jobs-openstack-helm.yaml @@ -73,6 +73,10 @@ - job: name: openstack-helm-cinder parent: openstack-helm-chart-deploy + files: + - ^cinder/.*$ + - ^zuul\.d/.*$ + - ^tools/deployment/component/cinder/. vars: osh_params: openstack_release: train