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
This commit is contained in:
parent
d0621d83bd
commit
a23f0c4d5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user