Skip to content

Commit ffd1f92

Browse files
authored
Merge pull request #35363 from ivanvc/master
etcd: use the latest kubekins image for govulncheck presubmit
2 parents c4bf2b6 + ebc5c85 commit ffd1f92

File tree

1 file changed

+5
-35
lines changed

1 file changed

+5
-35
lines changed

config/jobs/etcd/etcd-presubmits.yaml

Lines changed: 5 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -160,55 +160,25 @@ presubmits:
160160
cpu: "4"
161161
memory: "4Gi"
162162

163-
- name: pull-etcd-govulncheck-main
163+
- name: pull-etcd-govulncheck
164164
cluster: eks-prow-build-cluster
165165
always_run: true
166166
branches:
167167
- 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:
194168
- release-3.6
195169
- release-3.5
196170
- release-3.4
197171
decorate: true
198172
annotations:
199173
testgrid-dashboards: sig-etcd-presubmits
200-
testgrid-tab-name: pull-etcd-govulncheck-release-branches
174+
testgrid-tab-name: pull-etcd-govulncheck
201175
spec:
202176
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
209178
command:
210-
- /bin/bash
179+
- runner.sh
211180
args:
181+
- bash
212182
- -c
213183
- |
214184
export PATH=$GOPATH/bin:$PATH && make run-govulncheck

0 commit comments

Comments
 (0)