-
Notifications
You must be signed in to change notification settings - Fork 790
[CI] Add SYCL-CTS on Win #17501
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] Add SYCL-CTS on Win #17501
Conversation
This patch adds SYCL-CTS build&launch on Win. Also prepare the workflow for separate actions like it was done for Linux.
Example run: https://github.com/intel/llvm/actions/runs/13906335452 |
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
uses: ./.github/workflows/sycl-windows-run-tests.yml | ||
with: | ||
name: Build SYCL-CTS for Windows | ||
runner: '["Windows", "build-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.
sorry why are we using build-e2e
here? i added that for david to test his work just as a debugging thing for him. if we want it to mean fast windows build runner
, thats fine, but just want to be clear
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.
Yes, it would be much better to use a fast machine here. Which label should I use instead?
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.
thats fine, ill add build-e2e to the fast machines, pr is fine as-is
The failure is known - #17486 |
@intel/dpcpp-devops-reviewers can we merge this one? |
#17501 enabled CTS on win. But for this patch I used the old version of cts/action.yml (before #17228). So it caused the Nightly failure - https://github.com/intel/llvm/actions/runs/13938048645. This patch aligns windows/cts/action.yml with the linux version.
#17501 enabled CTS on win. But for this patch I used the old version of cts/action.yml (before #17228). So it caused the Nightly failure - https://github.com/intel/llvm/actions/runs/13938048645. This patch aligns windows/cts/action.yml with the linux version.
This patch adds SYCL-CTS build&launch on Win.
Also prepare the workflow for separate actions like it was done for Linux.