Skip to content

Commit

Permalink
Merge pull request #27068 from cpanato/capdo-go118
Browse files Browse the repository at this point in the history
update test image to use go1.18
  • Loading branch information
k8s-ci-robot authored Aug 8, 2022
2 parents 11857a7 + 0be0ab1 commit 7d3b82c
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.24
command:
- "./scripts/ci-test.sh"
annotations:
Expand All @@ -24,7 +24,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.24
command:
- "./scripts/ci-build.sh"
annotations:
Expand All @@ -39,7 +39,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.24
command:
- make
args:
Expand All @@ -56,7 +56,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.24
command:
- make
args:
Expand All @@ -80,7 +80,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.24
command:
- "runner.sh"
- "./scripts/ci-e2e.sh"
Expand Down Expand Up @@ -109,7 +109,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.24
command:
- "runner.sh"
- "./scripts/ci-e2e.sh"
Expand Down Expand Up @@ -142,7 +142,7 @@ presubmits:
timeout: 5h
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.24
args:
- runner.sh
- "./scripts/ci-e2e.sh"
Expand Down Expand Up @@ -175,7 +175,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.24
command:
- "runner.sh"
- "./scripts/ci-conformance.sh"
Expand Down Expand Up @@ -204,7 +204,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.24
command:
- "runner.sh"
- "./scripts/ci-conformance.sh"
Expand Down Expand Up @@ -236,7 +236,7 @@ presubmits:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.23
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220804-4fa19ea91a-1.24
command:
- "runner.sh"
- "./scripts/ci-e2e-experimental.sh"
Expand Down

0 comments on commit 7d3b82c

Please sign in to comment.