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

🌱 E2e: Bump clusterctl upgrade to start from v0.7.2 #1568

Merged
merged 1 commit into from
May 31, 2023

Conversation

lentzi90
Copy link
Contributor

What this PR does / why we need it:

  • Bump clusterctl upgrade v0.7 test to start from v0.7.2
  • Sync and bump cert-manager version in Makefile and e2e_conf.yaml
  • Sync CAPI container tags in Makefile and e2e_conf.yaml

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

  1. Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.

TODOs:

  • squashed commits
  • if necessary:
    • includes documentation
    • adds unit tests

/hold

- Bump clusterctl upgrade v0.7 test to start from v0.7.2
- Sync and bump cert-manager version in Makefile and e2e_conf.yaml
- Sync CAPI container tags in Makefile and e2e_conf.yaml
@k8s-ci-robot k8s-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels May 29, 2023
@k8s-ci-robot k8s-ci-robot requested a review from dulek May 29, 2023 10:53
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lentzi90

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested a review from jichenjc May 29, 2023 10:53
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 29, 2023
@netlify
Copy link

netlify bot commented May 29, 2023

Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!

Name Link
🔨 Latest commit 6918e2e
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-cluster-api-openstack/deploys/6474841de13ea8000855f12c
😎 Deploy Preview https://deploy-preview-1568--kubernetes-sigs-cluster-api-openstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 29, 2023
Comment on lines -31 to -35
// Note: There isn't really anything fixing this to the v0.6 release. The test will
// simply pick the latest release with the correct contract from the E2EConfig, as seen here
// https://github.com/kubernetes-sigs/cluster-api/blob/3abb9089485f51d46054096c17ccb8b59f0f7331/test/e2e/clusterctl_upgrade.go#L265
// When new minor releases are added (with the same contract) we will need to work on this
// if we want to continue testing v0.6.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This comment is no longer relevant. It is now possible to set the exact version to use for each provider and we are using this below in the test.

@jichenjc
Copy link
Contributor

looks good ,wait for CI fix then will lgtm

Comment on lines -195 to -200
docker pull gcr.io/k8s-staging-cluster-api/cluster-api-controller:v1.3.0
docker pull gcr.io/k8s-staging-cluster-api/kubeadm-bootstrap-controller:v1.3.0
docker pull gcr.io/k8s-staging-cluster-api/kubeadm-control-plane-controller:v1.3.0
docker pull quay.io/jetstack/cert-manager-cainjector:v1.8.2
docker pull quay.io/jetstack/cert-manager-webhook:v1.8.2
docker pull quay.io/jetstack/cert-manager-controller:v1.8.2
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These were all out of sync with the e2e_conf.yaml, meaning that we were pulling one version and then trying to load another version into the kind cluster. The result was basically that we pulled multiple images multiple times. Tests should be slightly faster when these are in sync.

@dulek
Copy link
Contributor

dulek commented May 29, 2023

/retest

These look unrelated?

@jichenjc
Copy link
Contributor

/retest

let's try again

@lentzi90
Copy link
Contributor Author

It is some issue with prow itself. Tracked here: kubernetes/test-infra#29622

@lentzi90
Copy link
Contributor Author

/retest

@jichenjc
Copy link
Contributor

/lgtm
/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 31, 2023
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 31, 2023
@k8s-ci-robot k8s-ci-robot merged commit 295b75b into kubernetes-sigs:main May 31, 2023
@lentzi90 lentzi90 deleted the lentzi90/e2e-version-sync branch May 31, 2023 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants