Skip to content

Commit bbff13d

Browse files
[CI] Change artifact for Ubuntu 22 build in pre-commit (#17875)
Currently, in precommit, both Ubuntu 24 and Ubuntu 22, upload build artifact with the same name. This causes upload job to fail. For example: https://github.com/intel/llvm/actions/runs/14293545650/job/40057838391?pr=17710 This PR changes the suffix of the build archive for Ubuntu 22 build.
1 parent c7e8c65 commit bbff13d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-linux-precommit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
with:
7070
build_ref: ${{ github.sha }}
7171
build_cache_root: "/__w/"
72-
build_artifact_suffix: "default"
73-
build_cache_suffix: "default"
72+
build_artifact_suffix: "ubuntu22"
73+
build_cache_suffix: "ubuntu22"
7474
build_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
7575
changes: ${{ needs.detect_changes.outputs.filters }}
7676

0 commit comments

Comments
 (0)