@@ -35,6 +35,42 @@ periodics:
35
35
testgrid-tab-name : ci-containerd-build
36
36
description : " builds development in progress branch of upstream containerd"
37
37
38
+ - name : ci-containerd-arm64-build
39
+ interval : 24h
40
+ labels :
41
+ preset-service-account : " true"
42
+ cluster : k8s-infra-prow-build
43
+ decorate : true
44
+ extra_refs :
45
+ - org : containerd
46
+ repo : containerd
47
+ base_ref : main
48
+ spec :
49
+ containers :
50
+ - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20241021-d3a4913879-master
51
+ command :
52
+ - runner.sh
53
+ args :
54
+ - test/build.sh
55
+ env :
56
+ - name : DEPLOY_DIR
57
+ value : main
58
+ - name : DEPLOY_BUCKET
59
+ value : k8s-staging-cri-tools
60
+ resources :
61
+ limits :
62
+ cpu : 4
63
+ memory : 6Gi
64
+ requests :
65
+ cpu : 4
66
+ memory : 6Gi
67
+ nodeSelector :
68
+ kubernetes.io/arch : arm64
69
+ annotations :
70
+ testgrid-dashboards : sig-node-containerd,containerd-periodic
71
+ testgrid-tab-name : ci-containerd-arm64-build
72
+ description : " builds development in progress branch of upstream containerd (arm64)"
73
+
38
74
- name : ci-containerd-build-1-6
39
75
interval : 24h
40
76
labels :
@@ -103,6 +139,42 @@ periodics:
103
139
testgrid-tab-name : ci-containerd-build-1.7
104
140
description : " builds release/1.7 branch of upstream containerd"
105
141
142
+ - name : ci-containerd-arm64-build-1-7
143
+ interval : 24h
144
+ labels :
145
+ preset-service-account : " true"
146
+ cluster : k8s-infra-prow-build
147
+ decorate : true
148
+ extra_refs :
149
+ - org : containerd
150
+ repo : containerd
151
+ base_ref : release/1.7
152
+ spec :
153
+ containers :
154
+ - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20241021-d3a4913879-master
155
+ command :
156
+ - runner.sh
157
+ args :
158
+ - test/build.sh
159
+ env :
160
+ - name : DEPLOY_DIR
161
+ value : release-1.7
162
+ - name : DEPLOY_BUCKET
163
+ value : k8s-staging-cri-tools
164
+ resources :
165
+ limits :
166
+ cpu : 4
167
+ memory : 6Gi
168
+ requests :
169
+ cpu : 4
170
+ memory : 6Gi
171
+ nodeSelector :
172
+ kubernetes.io/arch : arm64
173
+ annotations :
174
+ testgrid-dashboards : sig-node-containerd,containerd-periodic
175
+ testgrid-tab-name : ci-containerd-arm64-build-1.7
176
+ description : " builds release/1.7 branch of upstream containerd (arm64)"
177
+
106
178
- name : ci-containerd-build-2-0
107
179
interval : 24h
108
180
labels :
0 commit comments