File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
config/jobs/kubernetes/sig-cluster-lifecycle Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ # AUTOGENERATED by https://git.k8s.io/kubeadm/kinder/ci/tools/update-workflows
2
+ periodics :
3
+
4
+ - name : ci-kubernetes-e2e-kubeadm-kinder-instance-config-latest
5
+ cluster : k8s-infra-prow-build
6
+ interval : 2h
7
+ decorate : true
8
+ labels :
9
+ preset-dind-enabled : " true"
10
+ preset-kind-volume-mounts : " true"
11
+ annotations :
12
+ testgrid-dashboards : sig-cluster-lifecycle-kubeadm
13
+ testgrid-tab-name : kubeadm-kinder-instance-config-latest
14
+ testgrid-alert-email :
[email protected]
15
+ description : " OWNER: sig-cluster-lifecycle (kinder); Uses kubeadm/kinder to create and upgrade a cluster using kubelet instance config and run kubeadm-e2e"
16
+ testgrid-num-columns-recent : " 20"
17
+ testgrid-num-failures-to-alert : " 8"
18
+ testgrid-alert-stale-results-hours : " 16"
19
+ decoration_config :
20
+ timeout : 60m
21
+ extra_refs :
22
+ - org : kubernetes
23
+ repo : kubernetes
24
+ base_ref : master
25
+ path_alias : k8s.io/kubernetes
26
+ - org : kubernetes
27
+ repo : kubeadm
28
+ base_ref : main
29
+ path_alias : k8s.io/kubeadm
30
+ spec :
31
+ containers :
32
+ - image : gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241021-d3a4913879-master
33
+ command :
34
+ - runner.sh
35
+ - " ../kubeadm/kinder/ci/kinder-run.sh"
36
+ args :
37
+ - " instance-config-latest"
38
+ securityContext :
39
+ privileged : true
40
+ resources :
41
+ limits :
42
+ memory : " 9000Mi"
43
+ cpu : 2000m
44
+ requests :
45
+ memory : " 9000Mi"
46
+ cpu : 2000m
You can’t perform that action at this time.
0 commit comments