Skip to content

Commit 46b3ed1

Browse files
authored
Merge pull request #34632 from jackfrancis/capz-workload-upgrade-triggers
capz: add triggers to run workload upgrade tests
2 parents 7449c43 + dcd1178 commit 46b3ed1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/jobs/kubernetes-sigs/cluster-api-provider-azure/cluster-api-provider-azure-presubmits-main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ presubmits:
586586
preset-kind-volume-mounts: "true"
587587
preset-azure-community: "true"
588588
decorate: true
589+
run_if_changed: 'go.mod|templates\/test|^scripts\/|test\/e2e|Makefile'
589590
optional: true
590591
always_run: false
591592
decoration_config:

config/jobs/kubernetes-sigs/cluster-api-provider-azure/cluster-api-provider-azure-presubmits-release-v1beta1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ presubmits:
460460
always_run: false
461461
optional: false
462462
decorate: true
463+
run_if_changed: 'go.mod|templates\/test|^scripts\/|test\/e2e|Makefile'
463464
decoration_config:
464465
timeout: 4h
465466
branches:

0 commit comments

Comments
 (0)