-
Notifications
You must be signed in to change notification settings - Fork 787
[CI] Test on all devices when not specified #18356
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
Signed-off-by: Sarnie, Nick <[email protected]>
PVC fail unrelated, fixed in HEAD |
Is this actually true? I thought we could have it set on build-only and it would just ignore it instead. |
In terms of the implementation yes, but if we require it then we would have to specify it on workflow calls doing only build which seems weird |
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.
If you want to merge as is to fix nightly, that's also fine with me.
Signed-off-by: Sarnie, Nick <[email protected]>
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
Nightly https://github.com/intel/llvm/actions/runs/14892412297
We forgot to set
target_devices
when moving the nightly Windows run-tests job over to the composite workflow, but we can't require it to be set because it needs to be unset forbuild-only
mode, so just useall
if not specified and fix the nightly.Currently we get a CMake error because
sycl_devices
is empty which fails to be parsed.