-
Notifications
You must be signed in to change notification settings - Fork 794
[CI] Add precompiled CTS tests to sycl_prebuilt_tests image #20332
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
base: sycl
Are you sure you want to change the base?
Conversation
|
@aelovikov-intel ping for awareness |
|
Test run at https://github.com/intel/llvm/actions/runs/18386413684 CTS tests are running as expected, but there seems to be a single failure. It doesn't seem to be related to the workflow, but I still need to look into why it is failing. |
|
Let's also update the description in sycl-prebuilt-e2e-container.yml: llvm/.github/workflows/sycl-prebuilt-e2e-container.yml Lines 3 to 5 in dabf72a
|
| if: | | ||
| inputs.cts_testing_mode == 'run-only' | ||
| && !(inputs.sycl_cts_artifact == 'in-container' | ||
| || inputs.sycl_cts_artifact == '' | ||
| || github.event_name == 'workflow_dispatch') |
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.
This is actually broken in run-tests/e2e/action.yml (I found out today), but I don't have a fix yet. In a nutshell, github_event_name corresponds to the top-level workflow (i.e., pull_request/workflow_dispatch/push) and not to how the sycl-linux-run-tests.yml has been invoked (dispatch vs call).
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.
#20580 fixes it in trunk, this PR will need to be updated.
|
Manual run: https://github.com/intel/llvm/actions/runs/18959457462/job/54145504511 All CTS tests seem to be seg. faulting. |
|
@aelovikov-intel On HEAD in |
Copying offline reply: |
This PR adds precompiled CTS binaries to
sycl-prebuilt-e2e-container.yml.Note that this PR also renames some fields in
devops/actions/run-tests/cts/action.ymlto match that ofrun-tests/e2e/action.yml. If this is unwanted I will undo the changes.