Skip to content

[CI] Use E2E container binaries in run-only manual E2E task dispatch #19744

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

Merged
merged 1 commit into from
Aug 7, 2025

Conversation

aelovikov-intel
Copy link
Contributor

#19719 broke workflow_dispatch mode for manual E2E task invocation for compatibility testing as we don't have the required binaries_artifact input in that mode. Github limits number of input parameters in workflow_dispatch mode, so restore the functionality without introducing extra input.

#19719 broke `workflow_dispatch` mode
for manual E2E task invocation for compatibility testing as we don't
have the required `binaries_artifact` input in that mode. Github limits
number of input parameters in `workflow_dispatch` mode, so restore the
functionality without introducing extra input.
@aelovikov-intel aelovikov-intel requested a review from a team as a code owner August 7, 2025 21:34
@aelovikov-intel
Copy link
Contributor Author

Tested in
https://github.com/intel/llvm/actions/runs/16816336130
https://github.com/intel/llvm/actions/runs/16816309864

to reproduce pass/fail for

# https://github.com/intel/llvm/pull/18314
Assert/assert_in_kernels.cpp
Assert/assert_in_multiple_tus.cpp
Assert/assert_in_multiple_tus_one_ndebug.cpp
Assert/assert_in_one_kernel.cpp
Assert/assert_in_simultaneous_kernels.cpp
Assert/assert_in_simultaneously_multiple_tus.cpp
Assert/assert_in_simultaneously_multiple_tus_one_ndebug.cpp

Copy link
Contributor

@sarnex sarnex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sigh github

@aelovikov-intel aelovikov-intel merged commit 2fac5a7 into sycl Aug 7, 2025
28 of 30 checks passed
@aelovikov-intel aelovikov-intel deleted the manual-e2e-compat branch August 7, 2025 22:54
ggojska pushed a commit to ggojska/llvm that referenced this pull request Aug 12, 2025
intel#19744)

intel#19719 broke `workflow_dispatch` mode
for manual E2E task invocation for compatibility testing as we don't
have the required `binaries_artifact` input in that mode. Github limits
number of input parameters in `workflow_dispatch` mode, so restore the
functionality without introducing extra input.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants