File tree Expand file tree Collapse file tree 1 file changed +5
-35
lines changed Expand file tree Collapse file tree 1 file changed +5
-35
lines changed Original file line number Diff line number Diff line change @@ -160,55 +160,25 @@ presubmits:
160
160
cpu : " 4"
161
161
memory : " 4Gi"
162
162
163
- - name : pull-etcd-govulncheck-main
163
+ - name : pull-etcd-govulncheck
164
164
cluster : eks-prow-build-cluster
165
165
always_run : true
166
166
branches :
167
167
- main
168
- decorate : true
169
- annotations :
170
- testgrid-dashboards : sig-etcd-presubmits
171
- testgrid-tab-name : pull-etcd-govulncheck-main
172
- spec :
173
- containers :
174
- - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250815-171060767f-master
175
- command :
176
- - runner.sh
177
- args :
178
- - bash
179
- - -c
180
- - |
181
- export PATH=$GOPATH/bin:$PATH && make run-govulncheck
182
- resources :
183
- requests :
184
- cpu : " 4"
185
- memory : " 4Gi"
186
- limits :
187
- cpu : " 4"
188
- memory : " 4Gi"
189
-
190
- - name : pull-etcd-govulncheck-release-branches
191
- cluster : eks-prow-build-cluster
192
- always_run : true
193
- branches :
194
168
- release-3.6
195
169
- release-3.5
196
170
- release-3.4
197
171
decorate : true
198
172
annotations :
199
173
testgrid-dashboards : sig-etcd-presubmits
200
- testgrid-tab-name : pull-etcd-govulncheck-release-branches
174
+ testgrid-tab-name : pull-etcd-govulncheck
201
175
spec :
202
176
containers :
203
- # Keep it in sync with the Go version used by the stable releases.
204
- # Once the stable branches use Go 1.24, we can use the tool directive
205
- # and the installed tools should use the same toolchain version from the
206
- # go.mod. Therefore, we can go back to use the kubekins image, and
207
- # consolidate the jobs.
208
- - image : public.ecr.aws/docker/library/golang:1.23
177
+ - image : us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20250815-171060767f-master
209
178
command :
210
- - /bin/bash
179
+ - runner.sh
211
180
args :
181
+ - bash
212
182
- -c
213
183
- |
214
184
export PATH=$GOPATH/bin:$PATH && make run-govulncheck
You can’t perform that action at this time.
0 commit comments