-
Notifications
You must be signed in to change notification settings - Fork 796
[CI] Update nightly sycl-cts #16587
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
[CI] Update nightly sycl-cts #16587
Conversation
Disabled some redundant steps for run-only mode.
| tests_selector: ${{ matrix.tests_selector }} | ||
| tests_selector: cts | ||
| ref: ${{ github.sha }} | ||
| merge_ref: '' |
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 arg is not used in cts mode at all.
| image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest | ||
| image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN | ||
| target_devices: opencl:cpu | ||
| tests_selector: cts |
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.
i dont understand why we're removing this
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.
Because this job's called run-sycl-cts, no e2e expected for this matrix.
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.
isn't this line telling it to run the cts tests instead of e2e?
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.
oh sorry, i see
sarnex
left a comment
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.
my bad i missed we were setting the selector all matrix entries to cts below
Disabled some redundant steps for run-only mode.
Test-run: https://github.com/intel/llvm/actions/runs/12708106400