-
Notifications
You must be signed in to change notification settings - Fork 788
[CI][CTS] Checkout cts filter from testing branch #17228
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
If devops_ref specified - checkout filter from testing branch.
d9054a3
to
2dadf83
Compare
@bader could you please take one more look? note: failures are unrelated. |
@KornevNikita Can you please rebase/merge against HEAD to fix unrelated CI failures? Really sorry for the noise. |
Thanks. My major concern is addressed. I have a suggestion for SYCL test directories layout improvement, but it's a separate request. |
@intel/dpcpp-devops-reviewers could you take a look please. I hope I've addressed Andrei's concern. @aelovikov-intel please verify after you're back. |
@intel/dpcpp-devops-reviewers take a look please |
no problem, thank you! |
#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.
Move cts_exclude_filter from
devops
dir tosycl
and check it out from testing branch.