-
Notifications
You must be signed in to change notification settings - Fork 755
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] New workflow for SYCL-CTS with SPIR-V backend #16731
Conversation
This patch adds new workflow to build SYCL-CTS with SPIR-V backend and run it on gen12 OCL CPU and PVC L0 GPU. It will be launched only on Sundays.
CC: @sarnex @aelovikov-intel FYI |
@aelovikov-intel @uditagarwal97 hi! Any comments there or this can be merged? |
I'd rename to |
😟 |
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN | ||
tests_selector: cts | ||
ref: ${{ github.sha }} | ||
sycl_toolchain_artifact: sycl_linux_default |
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.
do we need to set merge_ref
to empty anywhere in this workflow?
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.
Nope, it's only needed for build
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 renamed file, dont need to run ci again |
This patch adds new workflow to build SYCL-CTS with SPIR-V backend and run it on gen12 OCL CPU and PVC L0 GPU. It will be launched only on Sundays.