Skip to content

Commit ac13b3b

Browse files
google-oss-robotci-robot
authored andcommitted
Bumping k8s-staging-test-infra GCR images
Multiple distinct gcr.io/k8s-staging-test-infra changes: Commits | Dates | Images --- | --- | --- kubernetes/test-infra@6a352c5...d1700a2 | 2024‑09‑03 → 2025‑12‑05 | kubekins-e2e(master) kubernetes/test-infra@93a93a3...93d01d0 | 2024‑09‑14 → 2025‑09‑03 | gencred kubernetes/test-infra@93a93a3...d6af3d3 | 2024‑09‑14 → 2025‑10‑31 | configurator kubernetes/test-infra@1b2b10e...d1700a2 | 2025‑05‑27 → 2025‑12‑05 | kubekins-e2e(1.33)
1 parent 5e3bd08 commit ac13b3b

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

.prow/presubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ presubmits:
4949
testgrid-create-test-group: "false"
5050
spec:
5151
containers:
52-
- image: gcr.io/k8s-staging-test-infra/configurator:v20240914-93a93a3da9
52+
- image: gcr.io/k8s-staging-test-infra/configurator:v20251031-d6af3d3e19
5353
command:
5454
- configurator
5555
args:

prow/prowjobs/GoogleCloudPlatform/gke-networking-api/gke-networking-api-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ presubmits:
99
decorate: true
1010
spec:
1111
containers:
12-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240903-6a352c5344-master
12+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251205-d1700a27d1-master
1313
command:
1414
- ./hack/verify-codegen.sh

prow/prowjobs/GoogleCloudPlatform/k8s-cloud-provider/k8s-cloud-provider-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ presubmits:
99
decorate: true
1010
spec:
1111
containers:
12-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240903-6a352c5344-master
12+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251205-d1700a27d1-master
1313
command:
1414
- make
1515
- --

prow/prowjobs/GoogleCloudPlatform/oss-test-infra/gcp-oss-test-infra-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ postsubmits:
4040
spec:
4141
serviceAccountName: testgrid-config-updater
4242
containers:
43-
- image: gcr.io/k8s-staging-test-infra/configurator:v20240914-93a93a3da9
43+
- image: gcr.io/k8s-staging-test-infra/configurator:v20251031-d6af3d3e19
4444
command:
4545
- configurator
4646
args:
@@ -65,7 +65,7 @@ postsubmits:
6565
serviceAccountName: gencred-refresher
6666
containers:
6767
- name: gencred
68-
image: gcr.io/k8s-staging-test-infra/gencred:v20240914-93a93a3da9
68+
image: gcr.io/k8s-staging-test-infra/gencred:v20250903-93d01d0a25
6969
command:
7070
- gencred
7171
args:
@@ -182,7 +182,7 @@ periodics:
182182
serviceAccountName: gencred-refresher
183183
containers:
184184
- name: gencred
185-
image: gcr.io/k8s-staging-test-infra/gencred:v20240914-93a93a3da9
185+
image: gcr.io/k8s-staging-test-infra/gencred:v20250903-93d01d0a25
186186
command:
187187
- gencred
188188
args:

prow/prowjobs/GoogleContainerTools/kpt-config-sync/kpt-config-sync-periodics-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ periodics:
117117
spec:
118118
containers:
119119
# https://github.com/kubernetes/test-infra/blob/master/images/kubekins-e2e/variants.yaml
120-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250527-1b2b10e804-1.33
120+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251205-d1700a27d1-1.33
121121
command:
122122
- runner.sh
123123
args:

prow/prowjobs/GoogleContainerTools/kpt-config-sync/kpt-config-sync-periodics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ periodics:
117117
spec:
118118
containers:
119119
# https://github.com/kubernetes/test-infra/blob/master/images/kubekins-e2e/variants.yaml
120-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250527-1b2b10e804-1.33
120+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251205-d1700a27d1-1.33
121121
command:
122122
- runner.sh
123123
args:

prow/prowjobs/GoogleContainerTools/kpt-config-sync/kpt-config-sync-postsubmits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ postsubmits:
2121
serviceAccountName: postsubmit-runner
2222
containers:
2323
# https://github.com/kubernetes/test-infra/blob/master/images/kubekins-e2e/variants.yaml
24-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250527-1b2b10e804-1.33
24+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251205-d1700a27d1-1.33
2525
command:
2626
- runner.sh
2727
args:

prow/prowjobs/GoogleContainerTools/kpt-config-sync/kpt-config-sync-presubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
prow_ignored:
22
- &config-sync-e2e-container
33
# https://github.com/kubernetes/test-infra/blob/master/images/kubekins-e2e/variants.yaml
4-
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250527-1b2b10e804-1.33
4+
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251205-d1700a27d1-1.33
55
command:
66
- runner.sh
77
securityContext:
@@ -53,7 +53,7 @@ presubmits:
5353
spec:
5454
containers:
5555
# https://github.com/kubernetes/test-infra/blob/master/images/kubekins-e2e/variants.yaml
56-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250527-1b2b10e804-1.33
56+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251205-d1700a27d1-1.33
5757
command:
5858
- runner.sh
5959
args:

0 commit comments

Comments
 (0)