@@ -7,7 +7,7 @@ presubmits:
77 preset-goproxy : " true"
88 spec :
99 containers :
10- - image : ghcr.io/kcp-dev/infra/build:1.24.5 -1
10+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
1111 command :
1212 - make
1313 - verify-boilerplate
@@ -27,7 +27,7 @@ presubmits:
2727 preset-goproxy : " true"
2828 spec :
2929 containers :
30- - image : ghcr.io/kcp-dev/infra/build:1.24.5 -1
30+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
3131 command :
3232 - make
3333 - verify-codegen
@@ -44,7 +44,7 @@ presubmits:
4444 preset-goproxy : " true"
4545 spec :
4646 containers :
47- - image : ghcr.io/kcp-dev/infra/build:1.24.5 -1
47+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
4848 command :
4949 - make
5050 - lint
@@ -66,7 +66,7 @@ presubmits:
6666 - hack/build-image.sh
6767 env :
6868 - name : DRY_RUN
69- value : ' 1 '
69+ value : " 1 "
7070 # docker-in-docker needs privileged mode
7171 securityContext :
7272 privileged : true
@@ -83,13 +83,13 @@ presubmits:
8383 preset-goproxy : " true"
8484 spec :
8585 containers :
86- - image : ghcr.io/kcp-dev/infra/build:1.24.5 -1
86+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
8787 command :
8888 - make
8989 - test
9090 env :
9191 - name : USE_GOTESTSUM
92- value : ' 1 '
92+ value : " 1 "
9393 resources :
9494 requests :
9595 memory : 4Gi
@@ -104,19 +104,19 @@ presubmits:
104104 preset-goproxy : " true"
105105 spec :
106106 containers :
107- - image : ghcr.io/kcp-dev/infra/build:1.24.5 -1
107+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
108108 command :
109109 - ./hack/run-with-prow.sh
110110 - ./hack/run-with-prometheus.sh
111111 - make
112112 - test-integration
113113 env :
114114 - name : USE_GOTESTSUM
115- value : ' 1 '
115+ value : " 1 "
116116 - name : KUBE_CACHE_MUTATION_DETECTOR
117- value : ' 1 '
117+ value : " 1 "
118118 - name : E2E_PARALLELISM
119- value : ' 3 '
119+ value : " 3 "
120120 resources :
121121 requests :
122122 memory : 6Gi
@@ -131,7 +131,7 @@ presubmits:
131131 preset-goproxy : " true"
132132 spec :
133133 containers :
134- - image : ghcr.io/kcp-dev/infra/build:1.24.5 -1
134+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
135135 command :
136136 - ./hack/run-with-prow.sh
137137 - ./hack/run-with-prometheus.sh
@@ -141,11 +141,11 @@ presubmits:
141141 - name : SUITES
142142 value : control-plane
143143 - name : USE_GOTESTSUM
144- value : ' 1 '
144+ value : " 1 "
145145 - name : KUBE_CACHE_MUTATION_DETECTOR
146- value : ' 1 '
146+ value : " 1 "
147147 - name : E2E_PARALLELISM
148- value : ' 3 '
148+ value : " 3 "
149149 resources :
150150 requests :
151151 memory : 6Gi
@@ -160,7 +160,7 @@ presubmits:
160160 preset-goproxy : " true"
161161 spec :
162162 containers :
163- - image : ghcr.io/kcp-dev/infra/build:1.24.5 -1
163+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
164164 command :
165165 - ./hack/run-with-prow.sh
166166 - ./hack/run-with-prometheus.sh
@@ -170,15 +170,15 @@ presubmits:
170170 - name : SUITES
171171 value : control-plane
172172 - name : USE_GOTESTSUM
173- value : ' 1 '
173+ value : " 1 "
174174 - name : KUBE_CACHE_MUTATION_DETECTOR
175- value : ' 1 '
175+ value : " 1 "
176176 - name : COUNT
177- value : ' 2 '
177+ value : " 2 "
178178 - name : E2E_PARALLELISM
179- value : ' 3 '
179+ value : " 3 "
180180 - name : TEST_ARGS
181- value : ' -timeout 20m'
181+ value : " -timeout 20m"
182182 resources :
183183 requests :
184184 memory : 6Gi
@@ -193,7 +193,7 @@ presubmits:
193193 preset-goproxy : " true"
194194 spec :
195195 containers :
196- - image : ghcr.io/kcp-dev/infra/build:1.24.5 -1
196+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
197197 command :
198198 - ./hack/run-with-prow.sh
199199 - ./hack/run-with-prometheus.sh
@@ -203,11 +203,11 @@ presubmits:
203203 - name : SUITES
204204 value : control-plane
205205 - name : USE_GOTESTSUM
206- value : ' 1 '
206+ value : " 1 "
207207 - name : KUBE_CACHE_MUTATION_DETECTOR
208- value : ' 1 '
208+ value : " 1 "
209209 - name : E2E_PARALLELISM
210- value : ' 3 '
210+ value : " 3 "
211211 resources :
212212 requests :
213213 memory : 6Gi
@@ -222,7 +222,7 @@ presubmits:
222222 preset-goproxy : " true"
223223 spec :
224224 containers :
225- - image : ghcr.io/kcp-dev/infra/build:1.24.5 -1
225+ - image : ghcr.io/kcp-dev/infra/build:1.24.8 -1
226226 command :
227227 - ./hack/run-with-prow.sh
228228 - ./hack/run-with-prometheus.sh
@@ -232,11 +232,11 @@ presubmits:
232232 - name : SUITES
233233 value : control-plane
234234 - name : USE_GOTESTSUM
235- value : ' 1 '
235+ value : " 1 "
236236 - name : KUBE_CACHE_MUTATION_DETECTOR
237- value : ' 1 '
237+ value : " 1 "
238238 - name : E2E_PARALLELISM
239- value : ' 3 '
239+ value : " 3 "
240240 resources :
241241 requests :
242242 memory : 6Gi
0 commit comments