-
Notifications
You must be signed in to change notification settings - Fork 99
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
🌱 Update clusterctl tests for 1.9 #2242
base: main
Are you sure you want to change the base?
🌱 Update clusterctl tests for 1.9 #2242
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6f6cb9f
to
35c4203
Compare
/test metal3-e2e-clusterctl-upgrade-test-main |
/test metal3-ubuntu-e2e-integration-test-main metal3-centos-e2e-integration-test-main |
35c4203
to
c8bb16d
Compare
/test metal3-e2e-clusterctl-upgrade-test-main |
c8bb16d
to
8a1822c
Compare
/test metal3-e2e-clusterctl-upgrade-test-main |
scripts/ci-e2e.sh
Outdated
@@ -98,11 +98,13 @@ source "${M3_DEV_ENV_PATH}/lib/ironic_tls_setup.sh" | |||
BMO_OVERLAYS=( | |||
"${REPO_ROOT}/test/e2e/data/bmo-deployment/overlays/release-0.6" |
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.
Should 0.6 be removed if we remove 1.7 ?
scripts/ci-e2e.sh
Outdated
@@ -98,11 +98,13 @@ source "${M3_DEV_ENV_PATH}/lib/ironic_tls_setup.sh" | |||
BMO_OVERLAYS=( | |||
"${REPO_ROOT}/test/e2e/data/bmo-deployment/overlays/release-0.6" | |||
"${REPO_ROOT}/test/e2e/data/bmo-deployment/overlays/release-0.8" | |||
"${REPO_ROOT}/test/e2e/data/bmo-deployment/overlays/release-0.9" | |||
"${REPO_ROOT}/test/e2e/data/bmo-deployment/overlays/release-latest" | |||
) | |||
IRONIC_OVERLAYS=( | |||
"${REPO_ROOT}/test/e2e/data/ironic-deployment/overlays/release-25.0" |
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.
Same, should 25.0 be removed?
Signed-off-by: Muhammad Adil Ghaffar <[email protected]>
8a1822c
to
9146b4b
Compare
/test metal3-e2e-clusterctl-upgrade-test-main |
@adilGhaffarDev: The following test failed, say
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-sigs/prow repository. I understand the commands that are listed here. |
@adilGhaffarDev: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
What this PR does / why we need it:
Update clusterctl tests for 1.9. and minor refactoring.
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 #2241