-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add option to execute tests on already built binaries #918
Add option to execute tests on already built binaries #918
Conversation
This patch adds new option `--run-only` to `run_conformance_tests.py` to be able to execute tests on already built binaries.
Co-authored-by: Alexey Bader <[email protected]>
Failure in SYCL CTS CI / compile-cts (dpcpp, 20a088e1231c4ac85fd74c0de79c563977d2f38c) (pull_request) seems unrelated, a problem in CI:
|
@dm-vodopyanov, no. It's not ready for merge. |
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.
Thanks.
Co-authored-by: Ronan Keryell <[email protected]>
This issue appears twice in this PR and that worries me. @steffenlarsen, do you think recent changes might cause this? |
It definitely doesn't look related to the changes proposed here. I suppose any addition of tests increases the memory consumption of |
Okay. I'm merging this PR and will watch CI results. If this issue impacts CI results, we will need to figure something out. |
@steffenlarsen, I think we need address this issue ASAP. Now we have four consecutive failures due to this issue: 3 runs before the merge and one run after the merge. |
This patch adds new option
--run-only
torun_conformance_tests.py
to be able to execute tests on already built binaries.