Skip to content

Commit

Permalink
Merge pull request #31691 from damdo/bump-capg-1.29
Browse files Browse the repository at this point in the history
Bump CAPG to use k8s 1.29
  • Loading branch information
k8s-ci-robot authored Jan 22, 2024
2 parents 7bbc8c4 + 7f7c581 commit 04983e8
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.29
command:
- "./scripts/ci-test.sh"
resources:
Expand All @@ -33,7 +33,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.29
command:
- "./scripts/ci-build.sh"
resources:
Expand All @@ -59,7 +59,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.29
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down Expand Up @@ -90,7 +90,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.29
command:
- "runner.sh"
- "make"
Expand Down Expand Up @@ -123,7 +123,7 @@ presubmits:
timeout: 3h
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.29
env:
- name: "BOSKOS_HOST"
value: "boskos.test-pods.svc.cluster.local"
Expand Down Expand Up @@ -167,7 +167,7 @@ presubmits:
path_alias: "sigs.k8s.io/image-builder"
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.29
env:
- name: "BOSKOS_HOST"
value: "boskos.test-pods.svc.cluster.local"
Expand Down Expand Up @@ -211,7 +211,7 @@ presubmits:
timeout: 3h
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.29
env:
- name: "BOSKOS_HOST"
value: "boskos.test-pods.svc.cluster.local"
Expand Down Expand Up @@ -250,7 +250,7 @@ presubmits:
timeout: 3h
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.29
env:
- name: "BOSKOS_HOST"
value: "boskos.test-pods.svc.cluster.local"
Expand Down Expand Up @@ -289,7 +289,7 @@ presubmits:
timeout: 3h
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.29
args:
- runner.sh
- "./scripts/ci-e2e.sh"
Expand Down Expand Up @@ -323,7 +323,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.29
command:
- runner.sh
args:
Expand Down Expand Up @@ -351,7 +351,7 @@ presubmits:
path_alias: k8s.io/test-infra
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.29
command:
- runner.sh
args:
Expand Down

0 comments on commit 04983e8

Please sign in to comment.