-
Notifications
You must be signed in to change notification settings - Fork 794
[CI][SYCL-CTS] Run nightly SYCL-CTS on L0 gen12 #14325
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
|
Will revert 37bddca if approved. |
This reverts commit 37bddca.
|
Fresh run: https://github.com/intel/llvm/actions/runs/10059118880/job/27804689750 |
|
Renaming |
Updated with 3aff417. @aelovikov-intel do we need any additional runs? |
This failed, didn't it? We cannot add a "red" subtask. |
Oh, yes. I think we need to have different |
|
@aelovikov-intel could you please take one more look. |
| if [ "${{ contains(inputs.target_devices, 'opencl:cpu') }}" = "true" ]; then | ||
| cat $PWD/devops/cts_exclude_filter_OCL_CPU | ||
| fi | ||
| if [ "${{ contains(inputs.target_devices, 'level_zero:gpu') }}" = "true" ]; then | ||
| cat $PWD/devops/cts_exclude_filter_L0_GPU | ||
| fi |
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.
IMO, we should drop this step and print that information after we've selected the right file. I'm ok if that will be done in another PR though.
|
Are post-commit failures known? |
Yes, as I understand the last PR mentioned in the comments here should fix that: #14280 |
No description provided.