Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250922-af75983448-master
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250925-95b5a2c7a5-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -51,7 +51,7 @@ periodics:
decorate: true
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250922-af75983448-master
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250925-95b5a2c7a5-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ presubmits:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250922-af75983448-master
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250925-95b5a2c7a5-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -42,7 +42,7 @@ presubmits:
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250922-af75983448-master
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250925-95b5a2c7a5-master
command:
# generic runner script, handles DIND, bazelrc for caching, etc.
- runner.sh
Expand Down Expand Up @@ -71,7 +71,7 @@ presubmits:
description: "Run inference extension verify checks"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250922-af75983448-master
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250925-95b5a2c7a5-master
command:
- runner.sh
args:
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/sig-storage/sig-storage-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ presubmits:
preset-kind-volume-mounts: "true"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/krte:v20250815-171060767f-master
- image: gcr.io/k8s-staging-test-infra/krte:v20250925-95b5a2c7a5-master
command:
- wrapper.sh
- bash
Expand Down