-
Notifications
You must be signed in to change notification settings - Fork 2.1k
cluster-api-provider-azure: add workflow-based e2e-upgrade test #12204
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
cluster-api-provider-azure: add workflow-based e2e-upgrade test #12204
Conversation
f9fa013 to
26d82b3
Compare
|
SDN crashlooping on upgrade |
|
/retest |
michaelgugino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
This chain would install the cluster from stable-initial imagestream
26d82b3 to
e22bea0
Compare
|
Workers didn't come up on initial setup /retest |
1 similar comment
|
Workers didn't come up on initial setup /retest |
|
@vrutkovs: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
...erator/step-registry/openshift/upgrade/azure/loki/openshift-upgrade-azure-loki-workflow.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as latest is older then this PR should it be from latest to initial?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Names are a bit confusing, but OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE is used in ipi-install-install (so its initial) and OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE used in openshift-e2e-test doing openshift-tests run-upgrade --to-image=${OPENSHIFT_UPGRADE_RELEASE_IMAGE_OVERRIDE}
e22bea0 to
d049e18
Compare
|
/approve |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ingvagabund, michaelgugino, vrutkovs The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@vrutkovs: Updated the following 5 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Create necessary steps to install cluster from
stable-initial:installeron Azure and upgrade it using workflow approach.