Skip to content

Commit 7f4dd38

Browse files
authored
Merge pull request #35075 from pohly/dind-cdi
update DRA jobs with latest kubekins e2e image
2 parents 4f94b8e + d04ecf7 commit 7f4dd38

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

config/jobs/kubernetes/sig-node/dra-canary.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ presubmits:
2323
path_alias: k8s.io/kubernetes
2424
spec:
2525
containers:
26-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
26+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-4f94b8ee0c-master
2727
command:
2828
- runner.sh
2929
args:
@@ -107,7 +107,7 @@ presubmits:
107107
path_alias: k8s.io/kubernetes
108108
spec:
109109
containers:
110-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
110+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-4f94b8ee0c-master
111111
command:
112112
- runner.sh
113113
args:
@@ -193,7 +193,7 @@ presubmits:
193193
path_alias: k8s.io/kubernetes
194194
spec:
195195
containers:
196-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
196+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-4f94b8ee0c-master
197197
command:
198198
- runner.sh
199199
args:
@@ -279,7 +279,7 @@ presubmits:
279279
path_alias: k8s.io/kubernetes
280280
spec:
281281
containers:
282-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
282+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-4f94b8ee0c-master
283283
command:
284284
- runner.sh
285285
args:
@@ -386,7 +386,7 @@ presubmits:
386386
path_alias: k8s.io/kubernetes
387387
spec:
388388
containers:
389-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
389+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-4f94b8ee0c-master
390390
command:
391391
- runner.sh
392392
args:
@@ -493,7 +493,7 @@ presubmits:
493493
path_alias: k8s.io/kubernetes
494494
spec:
495495
containers:
496-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
496+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-4f94b8ee0c-master
497497
command:
498498
- runner.sh
499499
- /bin/bash
@@ -542,7 +542,7 @@ presubmits:
542542
path_alias: k8s.io/test-infra
543543
spec:
544544
containers:
545-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
545+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-4f94b8ee0c-master
546546
command:
547547
- runner.sh
548548
args:
@@ -598,7 +598,7 @@ presubmits:
598598
path_alias: k8s.io/test-infra
599599
spec:
600600
containers:
601-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
601+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-4f94b8ee0c-master
602602
command:
603603
- runner.sh
604604
args:
@@ -654,7 +654,7 @@ presubmits:
654654
path_alias: k8s.io/test-infra
655655
spec:
656656
containers:
657-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
657+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-4f94b8ee0c-master
658658
command:
659659
- runner.sh
660660
args:
@@ -706,7 +706,7 @@ presubmits:
706706
base_ref: release/2.0
707707
spec:
708708
containers:
709-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
709+
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-4f94b8ee0c-master
710710
command:
711711
- runner.sh
712712
args:

config/jobs/kubernetes/sig-node/dra.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ presubmits:
8585
{%- endif %}
8686
spec:
8787
containers:
88-
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master
88+
- image: {% if canary %}gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250702-4f94b8ee0c-master{% else %}gcr.io/k8s-staging-test-infra/kubekins-e2e:v20250613-876fb90a97-master{% endif %}
8989
command:
9090
- runner.sh
9191

0 commit comments

Comments
 (0)