-
Notifications
You must be signed in to change notification settings - Fork 22
[DO NOT MERGE] experiment the new wheels index #1631
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?
[DO NOT MERGE] experiment the new wheels index #1631
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 |
/konflux-builds |
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.
📋 Review Summary
This PR experiments with a new wheels index. The changes are well-contained and the purpose is clearly stated in the PR title. I've left one minor comment about removing a developer note from the pyproject.toml
file.
🔍 General Feedback
- The changes in the
Makefile
to limit the build scope for experimentation are reasonable. - The
pylock.toml
file has been updated correctly to reflect the changes inpyproject.toml
and the new package index. - The use of a private index is clearly configured in the
pyproject.toml
file.
Overall, this PR is a good example of how to experiment with new features in a controlled way.
"odh-jupyter-trash-cleanup==0.1.1", # This should be added on the aipcc index as well | ||
|
||
"jupyterlab==4.4.7", | ||
"jupyterlab==4.4.9", # This had to be upgraded from 4.4.7 to 4.4.9 |
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.
🟢 This comment seems to be a note for the developer and can be removed.
/build-konflux |
/build-konflux |
@atheo89: 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. |
/build-konflux |
Description
How Has This Been Tested?
Self checklist (all need to be checked):
make test
(gmake
on macOS) before asking for reviewDockerfile.konflux
files should be done inodh/notebooks
and automatically synced torhds/notebooks
. For Konflux-specific changes, modifyDockerfile.konflux
files directly inrhds/notebooks
as these require special attention in the downstream repository and flow to the upcoming RHOAI release.Merge criteria: