-
Notifications
You must be signed in to change notification settings - Fork 71
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
Specify version id to 9.3 on intel repository #519
Specify version id to 9.3 on intel repository #519
Conversation
Hello @sharvil10 and @harshad16, we've identified a bug during the execution of images on the OCP CI. It appears that the GPU binaries are not available in the 9.4 version, so for this PR, we've specified a specific working version. Could you please take a look when you have a moment? |
@atheo89: The following tests 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. |
Closing this PR because this change incorporated by the owner of these new PR: https://github.com/opendatahub-io/notebooks/pull/521/files |
This change is incorporated into PR #521. |
Reopening this PR as #521 was closed. |
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
/approve
👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harshad16 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 |
Description
Related to: #520
The intel-base-gpu-ubi9-python-3.9 image build is failing on OCP-CI with the following error causing issue on e2e tests:
REF link
This bug was discovered during the end-to-end tests running on the open pull requests.
How Has This Been Tested?
Tested locally by running the following command:
make intel-base-gpu-ubi9-python-3.9 -e IMAGE_REGISTRY=quay.io/${YOUR_USER}/workbench-images
The build should be executed without errors
Merge criteria: