Skip to content

Commit

Permalink
Merge pull request #29332 from hakman/kuberouter-optional
Browse files Browse the repository at this point in the history
kOps: Make kuberouter presubmit optional
  • Loading branch information
k8s-ci-robot committed Apr 19, 2023
2 parents a7466ec + 8a2061e commit 2528f6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/jobs/kubernetes/kops/build_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,7 @@ def generate_presubmits_network_plugins():
optional = True
if plugin == 'kuberouter':
networking_arg = 'kube-router'
optional = True
if plugin == 'weave':
distro = 'u2204'
k8s_version = '1.22'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ presubmits:
- master
run_if_changed: '^(upup\/models\/cloudup\/resources\/addons\/networking\.kuberouter\/|pkg\/model\/components\/containerd\.go)'
always_run: false
optional: false
optional: true
skip_report: false
labels:
preset-service-account: "true"
Expand Down

0 comments on commit 2528f6d

Please sign in to comment.