-
Notifications
You must be signed in to change notification settings - Fork 119
🌱 Prepare main branch for relase-1.13 dev #3051
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
base: main
Are you sure you want to change the base?
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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
f929d08 to
27607e2
Compare
|
/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main |
test/e2e/config/e2e_conf.yaml
Outdated
| versions: | ||
| - name: "v1.12.99" | ||
| - name: "v1.13.99" | ||
| # Switch back to nightly builds once 1.12 stable is out. ("https://storage.googleapis.com/k8s-staging-cluster-api/components/nightly_main_${DATE}/bootstrap-components.yaml" |
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.
you can remove this comment now
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.
also in other places in this file.
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.
done
This commit: - Adds clusterctl-settings, e2e config - Updates the available test triggers of different branches, removes deprecated triggers - Updates the support matrix in the README - Add release-1.12 e2e template generation to Makefile Signed-off-by: Sunnatillo <[email protected]>
27607e2 to
3ee2c2d
Compare
|
/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main |
|
are you going to update clusterctl tests in separate PR? |
| BMO_OVERLAYS=( | ||
| "${REPO_ROOT}/test/e2e/data/bmo-deployment/overlays/release-0.9" | ||
| "${REPO_ROOT}/test/e2e/data/bmo-deployment/overlays/release-0.10" | ||
| "${REPO_ROOT}/test/e2e/data/bmo-deployment/overlays/release-0.11" |
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.
Add 0.12 bmo
"${REPO_ROOT}/test/e2e/data/bmo-deployment/overlays/release-0.12"
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.
lets remove "${REPO_ROOT}/test/e2e/data/bmo-deployment/overlays/release-0.9"
| "${REPO_ROOT}/test/e2e/data/ironic-deployment/overlays/release-27.0" | ||
| "${REPO_ROOT}/test/e2e/data/ironic-deployment/overlays/release-29.0" | ||
| "${REPO_ROOT}/test/e2e/data/ironic-deployment/overlays/release-31.0" | ||
| "${REPO_ROOT}/test/e2e/data/ironic-deployment/overlays/release-32.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.
add release-33 ironic
"${REPO_ROOT}/test/e2e/data/ironic-deployment/overlays/release-33.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.
lets get rid of
"${REPO_ROOT}/test/e2e/data/ironic-deployment/overlays/release-27.0"
"${REPO_ROOT}/test/e2e/data/ironic-deployment/overlays/release-29.0"
| IRONIC_RELEASE_29.0: "data/ironic-deployment/overlays/release-29.0" | ||
| IRONIC_RELEASE_31.0: "data/ironic-deployment/overlays/release-31.0" | ||
| IRONIC_RELEASE_32.0: "data/ironic-deployment/overlays/release-32.0" | ||
| IRONIC_RELEASE_33.0: "data/ironic-deployment/overlays/release-32.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.
| IRONIC_RELEASE_33.0: "data/ironic-deployment/overlays/release-32.0" | |
| IRONIC_RELEASE_33.0: "data/ironic-deployment/overlays/release-33.0" |
| IRONIC_RELEASE_LATEST: "data/ironic-deployment/overlays/release-latest" | ||
| BMO_RELEASE_0.9: "data/bmo-deployment/overlays/release-0.9" | ||
| BMO_RELEASE_0.10: "data/bmo-deployment/overlays/release-0.10" | ||
| BMO_RELEASE_0.11: "data/bmo-deployment/overlays/release-0.11" |
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.
following is missing.
BMO_RELEASE_0.12: "data/bmo-deployment/overlays/release-0.12"
|
capi/v1.13/metadata.yaml in tests is missing. |
|
@Sunnatillo: 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-sigs/prow repository. I understand the commands that are listed here. |
This PR:
What this PR does / why we need it:
Fixes #
Checklist: