Skip to content

Commit

Permalink
kind: more a few tests.
Browse files Browse the repository at this point in the history
Part of:
  -  kubernetes#29722

Move a few jobs still running on Google Infra.

Signed-off-by: Arnaud Meukam <[email protected]>
  • Loading branch information
ameukam committed Jan 12, 2024
1 parent c36b3eb commit 1daf56e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/jobs/kubernetes-sigs/kind/kind-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
presubmits:
kubernetes-sigs/kind:
- name: pull-kind-build
cluster: k8s-infra-prow-build
decorate: true
path_alias: sigs.k8s.io/kind
always_run: true
Expand All @@ -16,7 +17,15 @@ presubmits:
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
resources:
limits:
cpu: "4"
memory: 6Gi
requests:
cpu: "4"
memory: 6Gi
- name: pull-kind-test
cluster: k8s-infra-prow-build
decorate: true
path_alias: sigs.k8s.io/kind
always_run: true
Expand All @@ -32,6 +41,13 @@ presubmits:
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
resources:
limits:
cpu: "4"
memory: 6Gi
requests:
cpu: "4"
memory: 6Gi
- name: pull-kind-verify
decorate: true
path_alias: sigs.k8s.io/kind
Expand All @@ -48,6 +64,13 @@ presubmits:
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
resources:
limits:
cpu: "4"
memory: 6Gi
requests:
cpu: "4"
memory: 6Gi
# conformance test against kubernetes master branch with `kind`, skipping
# serial tests so it runs in ~20m
# GA-only variant
Expand Down
8 changes: 8 additions & 0 deletions config/jobs/kubernetes-sigs/kind/kind.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
periodics:
- name: ci-kind-unit-test
cluster: k8s-infra-prow-build
interval: 6h
decorate: true
extra_refs:
Expand All @@ -19,6 +20,13 @@ periodics:
# we need privileged mode in order to do docker in docker
securityContext:
privileged: true
resources:
limits:
cpu: "4"
memory: 6Gi
requests:
cpu: "4"
memory: 6Gi
annotations:
testgrid-dashboards: sig-testing-kind
testgrid-tab-name: kind-ci-unit-test
Expand Down

0 comments on commit 1daf56e

Please sign in to comment.