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:
Sarnie, Nick
2025-04-18 17:28:33 +00:00
committed by igcbot
parent 166e0f09cc
commit a3b574650b

View File

@ -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