Skip to content

Commit

Permalink
add kind dual presubmits
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Apr 1, 2021
1 parent 0101566 commit df02a09
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
13 changes: 9 additions & 4 deletions config/jobs/kubernetes/sig-network/sig-network-kind.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
presubmits:
kubernetes/kubernetes:
- name: pull-kubernetes-e2e-kind-dual-canary
- name: pull-kubernetes-e2e-kind-dual
optional: true
always_run: false
skip_report: false
always_run: true
skip_report: true
decorate: true
skip_branches:
- release-\d+\.\d+ # per-release settings
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
Expand Down Expand Up @@ -49,11 +51,14 @@ presubmits:
testgrid-tab-name: pr-sig-network-kind, dual
description: Runs tests against a Dual Stack Kubernetes in Docker cluster
testgrid-alert-email: antonio.ojea.garcia@gmail.com
- name: pull-kubernetes-e2e-kind-ipvs-dual-canary
- name: pull-kubernetes-e2e-kind-ipvs-dual
optional: true
always_run: false
skip_report: false
decorate: true
run_if_changed: '^pkg/.*/ipvs/'
skip_branches:
- release-\d+\.\d+ # per-release settings
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
Expand Down
8 changes: 4 additions & 4 deletions config/testgrids/kubernetes/presubmits/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ dashboards:
- name: pull-kubernetes-e2e-kind-ipv6-canary
test_group_name: pull-kubernetes-e2e-kind-ipv6-canary
base_options: width=10
- name: pull-kubernetes-e2e-kind-dual-canary
test_group_name: pull-kubernetes-e2e-kind-dual-canary
- name: pull-kubernetes-e2e-kind-dual
test_group_name: pull-kubernetes-e2e-kind-dual
base_options: width=10
- name: pull-kubernetes-e2e-kind-ipvs-dual-canary
test_group_name: pull-kubernetes-e2e-kind-ipvs-dual-canary
- name: pull-kubernetes-e2e-kind-ipvs-dual
test_group_name: pull-kubernetes-e2e-kind-ipvs-dual
base_options: width=10
- name: pull-kubernetes-e2e-aks-engine-conformance
test_group_name: pull-kubernetes-e2e-aks-engine-conformance
Expand Down

0 comments on commit df02a09

Please sign in to comment.