-
Notifications
You must be signed in to change notification settings - Fork 89
Remove .json files runtimes from DS notebook & removed the COPY instruction of them on the Dockerfile #943
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
Remove .json files runtimes from DS notebook & removed the COPY instruction of them on the Dockerfile #943
Conversation
/hold |
c6d6421
to
1ef39f2
Compare
this is legit fail? |
1ef39f2
to
e4a7b44
Compare
/lgtm |
e4a7b44
to
63b14c2
Compare
Thanks, i didn't noticed that in the beginning I was checking on the errors 🤣 |
Clearly infra issue |
/lgtm |
This LGTM in general. One question - update of the https://github.com/opendatahub-io/notebooks/blob/main/ci/check-runtime-images.sh check is planned as a separate PR? After this change the script is irrelevant until we rewrite it or incorporate the check into some other script. Let me know, I'm happy to update the script. /lgtm |
Thanks for the review! The update wasn’t planned as part of this change. It would be great if you could take over the update. |
Okay, I'll raise a PR with the changes. Please note that it seems like images we currently refer in the imagestreams yaml files are a bit outdated (they still refer themselves as build from 2024b), so we should also update our runtimes we refer. FTR: #1013 |
Great! I just triggered that gha to update the runtimes with the new builds : https://github.com/opendatahub-io/notebooks/actions/runs/14379142856/job/40318553770 |
This is done: #1014 |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: atheo89 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 |
/override ci/prow/notebook-cuda-jupyter-pt-ubi9-python-3-11-pr-image-mirror ci/prow/notebook-cuda-jupyter-tf-ubi9-python-3-11-pr-image-mirror ci/prow/rocm-notebooks-e2e-tests |
@atheo89: Overrode contexts on behalf of atheo89: ci/prow/notebook-cuda-jupyter-pt-ubi9-python-3-11-pr-image-mirror, ci/prow/notebook-cuda-jupyter-tf-ubi9-python-3-11-pr-image-mirror, ci/prow/rocm-notebooks-e2e-tests In 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-sigs/prow repository. |
dfc2bf7
into
opendatahub-io:main
Remove .json files runtimes from DS notebook & removed the COPY instruction of them on the Dockerfile.
Related to: https://issues.redhat.com/browse/RHOAIENG-20241
Depends-on : opendatahub-io/kubeflow#576
Description
How Has This Been Tested?
Note: Will be mounted via configmap from now on (opendatahub-io/kubeflow#576)
Merge criteria: