You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Refactor toolchain-artifact related inputs/outputs (#19643)
* Group all artifact-related inputs in `sycl-linux-build.yml`. I plan on
refactoring artifacts for E2E tests/release toolchain in a subsequent
PR.
* Unify inputs/outputs names between `sycl-*-build.yml` and
`sycl-*-run-tests.yml`. Windows still has less flexibility, but for the
inputs that exist there the names still match Linux and the inputs are
ordered similarly to Linux.
* Add `${{ needs.build.outputs.toolchain_artifact }}` instead of
duplicating the artifact name. Aligns usage with actual
filename/decompress command.
0 commit comments