mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-10-30 08:18:26 +08:00
Extend build-IGC artifact retention length
We (the DPCPP team) use the CI build artifacts, and we often have issues with artifacts we want to download being expired as they are only retained for 7 days. Extend it to 30 days. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
This commit is contained in:
2
.github/workflows/build-IGC.yml
vendored
2
.github/workflows/build-IGC.yml
vendored
@ -215,4 +215,4 @@ jobs:
|
||||
with:
|
||||
name: IGC_Ubuntu${{ matrix.ubuntu_version }}_llvm${{ matrix.llvm_ver }}_${{ matrix.compiler }}-${{ steps.igc-current-short-Hash.outputs.sha_short }}
|
||||
path: ./Artifacts/DEB-FILES/*.deb
|
||||
retention-days: 7
|
||||
retention-days: 30
|
||||
|
||||
Reference in New Issue
Block a user