forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkubeadm-kinder-patches.yaml
83 lines (80 loc) · 2.4 KB
/
kubeadm-kinder-patches.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# periodic jobs
periodics:
- name: ci-kubernetes-e2e-kubeadm-kinder-patches-master
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-patches-master
testgrid-alert-email: [email protected]
description: "OWNER: sig-cluster-lifecycle (kinder); Uses kubeadm/kinder to create a cluster with patches on static Pod manifests"
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: master
path_alias: k8s.io/kubeadm
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20200918-58bdf8d-master
command:
- runner.sh
- "../kubeadm/kinder/ci/kinder-run.sh"
args:
- "patches-master"
securityContext:
privileged: true
resources:
requests:
memory: "9000Mi"
cpu: 2000m
- name: ci-kubernetes-e2e-kubeadm-kinder-patches-1-19
interval: 12h
decorate: true
labels:
preset-dind-enabled: "true"
preset-kind-volume-mounts: "true"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-kubeadm
testgrid-tab-name: kubeadm-kinder-patches-1-19
testgrid-alert-email: [email protected]
description: "OWNER: sig-cluster-lifecycle (kinder); Uses kubeadm/kinder to create a cluster with patches on static pod manifests"
testgrid-num-columns-recent: "20"
testgrid-num-failures-to-alert: "4"
testgrid-alert-stale-results-hours: "48"
decoration_config:
timeout: 60m
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: release-1.19
path_alias: k8s.io/kubernetes
- org: kubernetes
repo: kubeadm
base_ref: master
path_alias: k8s.io/kubeadm
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20200918-58bdf8d-1.19
command:
- runner.sh
- "../kubeadm/kinder/ci/kinder-run.sh"
args:
- "patches-1.19"
securityContext:
privileged: true
resources:
requests:
memory: "9000Mi"
cpu: 2000m