Skip to content

Commit

Permalink
kind: Add 1.19 jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
  • Loading branch information
justaugustus committed Sep 9, 2020
1 parent 266371b commit 7ce429c
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions config/jobs/kubernetes-sigs/kind/kind-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,56 @@ presubmits:
# during the tests more like 3-20m is used
cpu: 2000m
# mimic pull-kubernetes-e2e-kind, but using kind built in this PR
# conformance test against kubernetes release-1.19 branch with `kind`, skipping
# serial tests so it runs in ~20m
- name: pull-kind-e2e-kubernetes-1-19
always_run: true
labels:
preset-bazel-scratch-dir: "true"
preset-bazel-remote-cache-enabled: "true"
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
decorate: true
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: release-1.19
path_alias: k8s.io/kubernetes
path_alias: sigs.k8s.io/kind
decoration_config:
timeout: 40m
grace_period: 15m
spec:
containers:
- image: gcr.io/k8s-testimages/krte:v20200824-5d057db-1.19
command:
- wrapper.sh
- bash
- -c
- cd ./../../k8s.io/kubernetes && ./../../sigs.k8s.io/kind/hack/ci/e2e.sh
env:
- name: FOCUS
value: "."
# TODO(bentheelder): reduce the skip list further
# NOTE: changes should filter down to pull-kubernetes-e2e-kind-canary
# and then pull-kubernetes-e2e-kind
- name: SKIP
value: \[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|PodSecurityPolicy|LoadBalancer|load.balancer|In-tree.Volumes.\[Driver:.nfs\]|PersistentVolumes.NFS|Network.should.set.TCP.CLOSE_WAIT.timeout|Simple.pod.should.support.exec.through.an.HTTP.proxy|subPath.should.support.existing|should.provide.basic.identity|\[NodeFeature:PodReadinessGate\]
- name: PARALLEL
value: "true"
- name: BUILD_TYPE
value: bazel
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
resources:
requests:
# TODO(BenTheElder): adjust these everywhere
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
- name: pull-kind-e2e-kubernetes-1-18
always_run: true
labels:
Expand Down

0 comments on commit 7ce429c

Please sign in to comment.