Skip to content

Commit

Permalink
Merge pull request #24297 from robscott/sig-net-multizone-periodic
Browse files Browse the repository at this point in the history
Adding sig-net multizone periodic tests
  • Loading branch information
k8s-ci-robot committed Nov 9, 2021
2 parents 9c24b36 + ac441a5 commit 29b355e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions config/jobs/kubernetes/sig-network/sig-network-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,3 +566,46 @@ periodics:
description: Runs network tests using KIND against latest kubernetes master with an IPv6 kubernetes-in-docker cluster, skipping [Serial] tests
testgrid-alert-email: antonio.ojea.garcia@gmail.com, kubernetes-sig-network-test-failures@googlegroups.com
testgrid-num-columns-recent: '3'
- interval: 6h
name: ci-kubernetes-kind-multizone
decorate: true
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
- org: kubernetes
repo: test-infra
base_ref: master
path_alias: "k8s.io/test-infra"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/krte:v20211108-d0d3c6d7a8-master
command:
- wrapper.sh
- bash
- -c
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && $GOPATH/src/k8s.io/test-infra/experiment/kind-multizone-e2e.sh
env:
- name: PARALLEL
value: "true"
- name: FOCUS
value: \[sig-network\]|\[Conformance\]
- name: SKIP
value: \[Feature:(Networking-IPv6|Example|Federation|PerformanceDNS)\]|LB.health.check|LoadBalancer|load.balancer|GCE|NetworkPolicy|DualStack
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
resources:
requests:
memory: "9000Mi"
cpu: 4000m
annotations:
testgrid-dashboards: sig-network-kind
testgrid-tab-name: sig-network-kind, multizone
description: Runs tests against a Multizone Kubernetes in Docker cluster
testgrid-alert-email: antonio.ojea.garcia@gmail.com, robertjscott@google.com

0 comments on commit 29b355e

Please sign in to comment.