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