-
Notifications
You must be signed in to change notification settings - Fork 122
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
🐛 Pin IPA version #1504
base: main
Are you sure you want to change the base?
🐛 Pin IPA version #1504
Conversation
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.
/approve
[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 |
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
Thank you.
/test metal3-centos-e2e-integration-test-release-1-9 metal3-dev-env-integration-test-ubuntu-main |
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.
we should not really point to stable branches but to the corresponding bugfix ones based on the ironic releases
705f92f
to
f46a8e9
Compare
New changes are detected. LGTM label has been removed. |
f46a8e9
to
4c67b18
Compare
/test metal3-centos-e2e-integration-test-release-1-9 metal3-dev-env-integration-test-ubuntu-main |
/test metal3-centos-e2e-integration-test-release-1-9 |
@peppi-lotta: 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. |
lib/common.sh
Outdated
@@ -288,6 +288,7 @@ if [[ "${CAPM3RELEASEBRANCH}" = "release-1.7" ]]; then | |||
export BARE_METAL_OPERATOR_TAG="v0.6.2" | |||
export KEEPALIVED_TAG="v0.6.2" | |||
export IRONIC_TAG="v24.1.2" | |||
export IPA_BRANCH="stable/2024.1" |
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.
Please take into consideration that the IPA is not build from source in dev-env rather pulled from here https://tarballs.opendev.org/openstack/ironic-python-agent/. Please make sure that you specify the "branch" in a way that it is understandable for the IPA downloader.
I would recommend not specifying branches rather full file names that will be used here https://github.com/metal3-io/ironic-ipa-downloader/blob/main/get-resource.sh#L29 and this way the whole IPA pinning would be more explicit and easier to understand and track.
I made this small PR in ipa-downloader that I think should merge before I make further changes in this PR. |
Signed-off-by: peppi-lotta <[email protected]>
4c67b18
to
6fca084
Compare
Pin IPA version
Related PR in BMO: metal3-io/baremetal-operator#2264