Skip to content

Commit d61aa6b

Browse files
authored
Merge pull request #35493 from hakman/npd-branches
kOps: Make the Azure presubmit mandatory
2 parents 3ad91ca + 5f44454 commit d61aa6b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/jobs/kubernetes/kops/build_jobs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,6 @@ def generate_presubmits_network_plugins():
19091909
tab_name=f"e2e-azure-cni-{plugin}",
19101910
networking=networking_arg,
19111911
run_if_changed=run_if_changed,
1912-
optional=True,
19131912
)
19141913
)
19151914
if plugin in supports_gce:

config/jobs/kubernetes/kops/kops-presubmits-network-plugins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ presubmits:
416416
- master
417417
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)'
418418
always_run: false
419-
optional: true
419+
optional: false
420420
skip_report: false
421421
labels:
422422
preset-service-account: "true"

0 commit comments

Comments
 (0)