Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade cluster-api kubekins-e2e version (v20220829-d5650c79bf-1.24 -… #27311

Merged
merged 1 commit into from
Aug 31, 2022
Merged
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 @@ -12,7 +12,7 @@ presubmits:
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.24
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.25
command:
- runner.sh
- ./scripts/ci-build.sh
Expand All @@ -35,7 +35,7 @@ presubmits:
- command:
- runner.sh
- ./scripts/ci-apidiff.sh
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.24
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.25
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api
testgrid-tab-name: capi-pr-apidiff-main
Expand All @@ -53,7 +53,7 @@ presubmits:
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.24
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.25
command:
- "runner.sh"
- ./scripts/ci-verify.sh
Expand All @@ -77,7 +77,7 @@ presubmits:
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.24
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.25
args:
- runner.sh
- ./scripts/ci-test.sh
Expand All @@ -99,7 +99,7 @@ presubmits:
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.24
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.25
args:
- runner.sh
- ./scripts/ci-test.sh
Expand Down Expand Up @@ -132,7 +132,7 @@ presubmits:
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.24
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.25
args:
- runner.sh
- "./scripts/ci-e2e.sh"
Expand Down Expand Up @@ -164,7 +164,7 @@ presubmits:
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.24
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.25
args:
- runner.sh
- "./scripts/ci-e2e.sh"
Expand Down Expand Up @@ -198,7 +198,7 @@ presubmits:
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.24
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.25
args:
- runner.sh
- "./scripts/ci-e2e.sh"
Expand Down Expand Up @@ -235,7 +235,7 @@ presubmits:
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.24
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.25
args:
- runner.sh
- "./scripts/ci-e2e.sh"
Expand Down Expand Up @@ -275,7 +275,7 @@ presubmits:
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.24
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.25
args:
- runner.sh
- "./scripts/ci-e2e.sh"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is one more image below (pull-cluster-api-e2e-workload-upgrade-1-21-1-22-main)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oscr Can you please also open a second PR to do the same in cluster-api-periodics-main-upgrades.yaml and cluster-api-periodics-main.yaml
(intentionally a separate PR so I can merge the second one after I know the presubmit jobs are working after the first one)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sbueringer Great catch! I don't know how I missed it, and you where able to catch it. This pr is updated. I will fix a separate as requested.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thx! :)

Expand Down Expand Up @@ -320,7 +320,7 @@ presubmits:
spec:
serviceAccountName: prowjob-default-sa
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.24
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20220829-d5650c79bf-1.25
args:
- runner.sh
- "./scripts/ci-e2e.sh"
Expand Down