Skip to content

Commit 97fbdd3

Browse files
k8s-infra-ci-robotci-robot
authored andcommitted
Bumping Boskos and k8s-staging-test-infra GCR images and k8s-staging-test-infra AR images and k8s-staging-apisnoop-apisnoop
No gcr.io/k8s-staging-boskos changes. Multiple distinct gcr.io/k8s-staging-test-infra changes: Commits | Dates | Images --- | --- | --- e86cefa...a15e469 | 2026‑03‑16 → 2026‑04‑09 | krte(1.33), krte(1.34), krte(1.35), krte(master) Multiple distinct us-central1-docker.pkg.dev/k8s-staging-test-infra/images changes: Commits | Dates | Images --- | --- | --- 29ba10e...e86cefa | 2026‑02‑17 → 2026‑03‑16 | images/kubekins-e2e(master) No gcr.io/k8s-staging-apisnoop/ changes.
1 parent a15e469 commit 97fbdd3

29 files changed

Lines changed: 133 additions & 133 deletions

config/jobs/etcd/etcd-operator-postsubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ postsubmits:
4040
testgrid-tab-name: post-etcd-operator-test-e2e
4141
spec:
4242
containers:
43-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
43+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
4444
command:
4545
- wrapper.sh
4646
args:

config/jobs/etcd/etcd-operator-presubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ presubmits:
4141
testgrid-tab-name: pull-etcd-operator-test-e2e
4242
spec:
4343
containers:
44-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
44+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
4545
command:
4646
- wrapper.sh
4747
args:

config/jobs/kubernetes-sigs/agent-sandbox/agent-sandbox-periodics-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ periodics:
1515
preset-kind-volume-mounts: "true"
1616
spec:
1717
containers:
18-
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20260217-29ba10ecec-master
18+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20260316-e86cefa561-master
1919
command:
2020
- runner.sh
2121
- dev/ci/periodics/test-load-test

config/jobs/kubernetes-sigs/cloud-provider-kind/cloud-provider-kind-periodic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ periodics:
1818
path_alias: k8s.io/kubernetes
1919
spec:
2020
containers:
21-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
21+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
2222
env:
2323
# skip serial tests and run with --ginkgo-parallel
2424
- name: "PARALLEL"
@@ -66,7 +66,7 @@ periodics:
6666
path_alias: k8s.io/kubernetes
6767
spec:
6868
containers:
69-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
69+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
7070
env:
7171
# enable IPV6 in bootstrap image
7272
- name: "DOCKER_IN_DOCKER_IPV6_ENABLED"

config/jobs/kubernetes-sigs/cloud-provider-kind/cloud-provider-kind-presubmits.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ presubmits:
2222
timeout: 40m
2323
spec:
2424
containers:
25-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
25+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
2626
env:
2727
# skip serial tests and run with --ginkgo-parallel
2828
- name: "PARALLEL"
@@ -71,7 +71,7 @@ presubmits:
7171
timeout: 40m
7272
spec:
7373
containers:
74-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
74+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
7575
env:
7676
# skip serial tests and run with --ginkgo-parallel
7777
- name: "PARALLEL"
@@ -126,7 +126,7 @@ presubmits:
126126
grace_period: 15m
127127
spec:
128128
containers:
129-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
129+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
130130
command:
131131
- wrapper.sh
132132
- bash

config/jobs/kubernetes-sigs/dra-driver-cpu/dra-driver-cpu-presubmits-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ presubmits:
1616
description: "Build image and run e2e-tests in individual mode"
1717
spec:
1818
containers:
19-
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20260217-29ba10ecec-master
19+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20260316-e86cefa561-master
2020
env:
2121
- name: DRACPU_E2E_CPU_DEVICE_MODE
2222
value: "individual"
@@ -52,7 +52,7 @@ presubmits:
5252
description: "Build image and run e2e-tests in grouped mode"
5353
spec:
5454
containers:
55-
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20260217-29ba10ecec-master
55+
- image: us-central1-docker.pkg.dev/k8s-staging-test-infra/images/kubekins-e2e:v20260316-e86cefa561-master
5656
env:
5757
- name: DRACPU_E2E_CPU_DEVICE_MODE
5858
value: "grouped"

config/jobs/kubernetes-sigs/dranet/dranet-periodic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ periodics:
1818
path_alias: k8s.io/kubernetes
1919
spec:
2020
containers:
21-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
21+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
2222
env:
2323
- name: KUBE_PROXY_MODE
2424
value: "nftables"
@@ -67,7 +67,7 @@ periodics:
6767
path_alias: k8s.io/kubernetes
6868
spec:
6969
containers:
70-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
70+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
7171
env:
7272
# enable IPV6 in bootstrap image
7373
- name: "DOCKER_IN_DOCKER_IPV6_ENABLED"

config/jobs/kubernetes-sigs/dranet/dranet-presubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ presubmits:
1919
timeout: 60m
2020
spec:
2121
containers:
22-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
22+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
2323
env:
2424
- name: KUBE_PROXY_MODE
2525
value: "nftables"
@@ -66,7 +66,7 @@ presubmits:
6666
timeout: 60m
6767
spec:
6868
containers:
69-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
69+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
7070
env:
7171
# enable IPV6 in bootstrap image
7272
- name: "DOCKER_IN_DOCKER_IPV6_ENABLED"

config/jobs/kubernetes-sigs/kind/kind-presubmits.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ presubmits:
1010
preset-dind-enabled: "true"
1111
spec:
1212
containers:
13-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
13+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
1414
command:
1515
- wrapper.sh
1616
- ./hack/ci/build-all.sh
@@ -33,7 +33,7 @@ presubmits:
3333
preset-dind-enabled: "true"
3434
spec:
3535
containers:
36-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
36+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
3737
command:
3838
- wrapper.sh
3939
- make
@@ -93,7 +93,7 @@ presubmits:
9393
timeout: 40m
9494
spec:
9595
containers:
96-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
96+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
9797
env:
9898
# skip serial tests and run with --ginkgo-parallel
9999
- name: "PARALLEL"
@@ -139,7 +139,7 @@ presubmits:
139139
timeout: 40m
140140
spec:
141141
containers:
142-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
142+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
143143
env:
144144
# skip serial tests and run with --ginkgo-parallel
145145
- name: "PARALLEL"
@@ -186,7 +186,7 @@ presubmits:
186186
grace_period: 15m
187187
spec:
188188
containers:
189-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
189+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
190190
command:
191191
- wrapper.sh
192192
- bash
@@ -231,7 +231,7 @@ presubmits:
231231
grace_period: 15m
232232
spec:
233233
containers:
234-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
234+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
235235
command:
236236
- wrapper.sh
237237
- bash
@@ -313,7 +313,7 @@ presubmits:
313313
grace_period: 15m
314314
spec:
315315
containers:
316-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-1.35
316+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-1.35
317317
command:
318318
- wrapper.sh
319319
- bash
@@ -352,7 +352,7 @@ presubmits:
352352
grace_period: 15m
353353
spec:
354354
containers:
355-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-1.34
355+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-1.34
356356
command:
357357
- wrapper.sh
358358
- bash
@@ -396,7 +396,7 @@ presubmits:
396396
grace_period: 15m
397397
spec:
398398
containers:
399-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-1.33
399+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-1.33
400400
command:
401401
- wrapper.sh
402402
- bash

config/jobs/kubernetes-sigs/kind/kind.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ periodics:
1212
preset-dind-enabled: "true"
1313
spec:
1414
containers:
15-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
15+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
1616
command:
1717
- wrapper.sh
1818
- make
@@ -50,7 +50,7 @@ periodics:
5050
path_alias: k8s.io/kubernetes
5151
spec:
5252
containers:
53-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
53+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
5454
command:
5555
- wrapper.sh
5656
- bash
@@ -91,7 +91,7 @@ periodics:
9191
path_alias: k8s.io/kubernetes
9292
spec:
9393
containers:
94-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
94+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
9595
command:
9696
- wrapper.sh
9797
- bash
@@ -137,7 +137,7 @@ periodics:
137137
path_alias: k8s.io/kubernetes
138138
spec:
139139
containers:
140-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
140+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
141141
env:
142142
# skip serial tests and run with --ginkgo-parallel
143143
- name: "PARALLEL"
@@ -179,7 +179,7 @@ periodics:
179179
path_alias: k8s.io/kubernetes
180180
spec:
181181
containers:
182-
- image: gcr.io/k8s-staging-test-infra/krte:v20260316-e86cefa561-master
182+
- image: gcr.io/k8s-staging-test-infra/krte:v20260409-a15e469752-master
183183
env:
184184
# enable IPV6 in bootstrap image
185185
- name: "DOCKER_IN_DOCKER_IPV6_ENABLED"

0 commit comments

Comments
 (0)