File tree 2 files changed +3
-3
lines changed
config/jobs/kubernetes/kops
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1108,7 +1108,7 @@ def generate_presubmits_network_plugins():
1108
1108
'--zones=us-west-2a' ,
1109
1109
],
1110
1110
run_if_changed = run_if_changed ,
1111
- optional = True ,
1111
+ optional = optional ,
1112
1112
)
1113
1113
)
1114
1114
return results
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ presubmits:
206
206
- master
207
207
run_if_changed : ' ^(upup\/models\/cloudup\/resources\/addons\/networking\.projectcalico\.org\/|pkg\/model\/(components\/containerd|firewall|pki|iam\/iam_builder)\.go|nodeup\/pkg\/model\/networking\/calico\.go)'
208
208
always_run : false
209
- optional : true
209
+ optional : false
210
210
skip_report : false
211
211
labels :
212
212
preset-service-account : " true"
@@ -404,7 +404,7 @@ presubmits:
404
404
- master
405
405
run_if_changed : ' ^(upup\/models\/cloudup\/resources\/addons\/networking\.cilium\.io\/|pkg\/model\/(components\/containerd|firewall|components\/cilium|iam\/iam_builder)\.go|nodeup\/pkg\/model\/(context|networking\/cilium)\.go)'
406
406
always_run : false
407
- optional : true
407
+ optional : false
408
408
skip_report : false
409
409
labels :
410
410
preset-service-account : " true"
You can’t perform that action at this time.
0 commit comments