-
Notifications
You must be signed in to change notification settings - Fork 787
[CI][E2E] Run E2E tests on NVIDIA with prebuilt binaries in precommit #16813
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
Conversation
6496f22
to
8ccc24c
Compare
c465c63
to
207c9d6
Compare
Current NVIDIA job takes ~20m and with this PR it takes ~5. Great speedup! |
Before (https://github.com/intel/llvm/actions/runs/13262954234/job/37025407654):
After (https://github.com/intel/llvm/actions/runs/13266214639/job/37037510106?pr=16813):
What is the reason for 8 new UNSUPPORTEDs ? Where will we be testing those? |
Those extra unsupported are the following tests:
They are all marked as unsupported on the run-only side because they only have build lines. They are being ran on the build step only. The only one of these where this is incorrect behaviour is the Adapters test, since it has a single run line that executes sycl-ls, I can change that in a separate pr. |
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.
Joint Matrix change LGTM
Seems approved by everyone, @ayylol ready for merge? |
Reduces time for precommit nvidia job from around 20m to around 5m