From a23f0c4d5bebf438aa826406447d2e284150f280 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Wed, 11 Mar 2020 14:32:43 -0500 Subject: [PATCH] Only run horizon check for horizon changes This change sets the files attribute for the zuul job that runs the horizon check to only run that check when a file change is made under the horizon chart directory. Change-Id: I3703b39216d6139f28d00b7fc0bf098514bdbe6d --- 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 75eca2a65f..026fb0a380 100644 --- a/zuul.d/jobs-openstack-helm.yaml +++ b/zuul.d/jobs-openstack-helm.yaml @@ -240,6 +240,10 @@ name: openstack-helm-horizon parent: openstack-helm-chart-deploy run: tools/gate/playbooks/osh-gate-runner.yaml + files: + - ^horizon/.*$ + - ^zuul\.d/.*$ + - ^tools/deployment/component/horizon/.*$ vars: osh_params: openstack_release: stein