mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-20 10:20:39 +00:00
gha: Keep kata tarballs for 15 days
these tarballs are useful for debugging and re-running jobs, keep them for 15 days. Fixes: #8000 Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
parent
f18794d880
commit
8959e3ca05
@ -107,7 +107,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-artifacts-amd64${{ inputs.tarball-suffix }}
|
name: kata-artifacts-amd64${{ inputs.tarball-suffix }}
|
||||||
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
create-kata-tarball:
|
create-kata-tarball:
|
||||||
@ -136,5 +136,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-static-tarball-amd64${{ inputs.tarball-suffix }}
|
name: kata-static-tarball-amd64${{ inputs.tarball-suffix }}
|
||||||
path: kata-static.tar.xz
|
path: kata-static.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-artifacts-arm64${{ inputs.tarball-suffix }}
|
name: kata-artifacts-arm64${{ inputs.tarball-suffix }}
|
||||||
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
create-kata-tarball:
|
create-kata-tarball:
|
||||||
@ -116,5 +116,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-static-tarball-arm64${{ inputs.tarball-suffix }}
|
name: kata-static-tarball-arm64${{ inputs.tarball-suffix }}
|
||||||
path: kata-static.tar.xz
|
path: kata-static.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
@ -80,7 +80,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-artifacts-s390x${{ inputs.tarball-suffix }}
|
name: kata-artifacts-s390x${{ inputs.tarball-suffix }}
|
||||||
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
path: kata-build/kata-static-${{ matrix.asset }}.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
create-kata-tarball:
|
create-kata-tarball:
|
||||||
@ -113,5 +113,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: kata-static-tarball-s390x${{ inputs.tarball-suffix }}
|
name: kata-static-tarball-s390x${{ inputs.tarball-suffix }}
|
||||||
path: kata-static.tar.xz
|
path: kata-static.tar.xz
|
||||||
retention-days: 1
|
retention-days: 15
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
Loading…
Reference in New Issue
Block a user