-
Notifications
You must be signed in to change notification settings - Fork 53
[RHOAIENG-9004] Adjust e2e tests to use GPU #583
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
[RHOAIENG-9004] Adjust e2e tests to use GPU #583
Conversation
c53bc8d
to
38f3daa
Compare
@ChristianZaccaria Adjusted readme for GPU instructions. |
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
Just a nitpick - e2e.md doc is missing instructions for openshift clusters |
My bad, I overlooked you added Gpu support for kind only |
Well, the tests can be executed also on OpenShift, not just KinD. |
@ChughShilpa doc updated |
For openshift cluster, we can mention a workaround is needed as ClusterConfiguration cannot configure tolerations yet. |
@ChughShilpa Added a note that SDK tests can't be executed on nodes with taint. |
/lgtm |
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: abhijeet-dhumal, Bobbins228, ChristianZaccaria, Fiona-Waters, Srihari1192, Ygnas 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 |
c308c0f
into
project-codeflare:main
Issue link
RHOAIENG-9004
What changes have been made
Adding additional test function to run tests using NVidia GPU, altering test implementation to specify GPU requirements.
In a separate commit altering CFO deployment to avoid building operator, but rather using existing latest image.
Verification steps
Tested by PR check.
Can be tested manually by running
poetry run pytest -v -s ./tests/e2e -m 'nvidia_gpu'
against configured cluster with NVidia GPU.Checks