forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kubeadm-kinder-dryrun.yaml
42 lines (41 loc) · 1.28 KB
/
kubeadm-kinder-dryrun.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# AUTOGENERATED by https://git.k8s.io/kubeadm/kinder/ci/tools/update-workflows
periodics:
- name: ci-kubernetes-e2e-kubeadm-kinder-dryrun-latest
interval: 2h
decorate: true
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-kubeadm
testgrid-tab-name: kubeadm-kinder-dryrun-latest
testgrid-alert-email: [email protected]
description: "OWNER: sig-cluster-lifecycle (kinder); Uses kubeadm/kinder to create a cluster and run kubeadm-e2e and the conformance suite"
testgrid-num-columns-recent: "20"
testgrid-num-failures-to-alert: "8"
testgrid-alert-stale-results-hours: "16"
decoration_config:
timeout: 60m
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
- org: kubernetes
repo: kubeadm
base_ref: main
path_alias: k8s.io/kubeadm
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220624-1a63fdd9f2-master
command:
- runner.sh
- "../kubeadm/kinder/ci/kinder-run.sh"
args:
- "dryrun-latest"
securityContext:
privileged: true
resources:
requests:
memory: "9000Mi"
cpu: 2000m