mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +00:00
gha: Storing artifacts for logs of k8s tests garm
This PR helps to store the artifacts for different logs for k8s tests on garm. Fixes #9103 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
df17bf95d5
commit
2070e3481e
11
.github/workflows/run-k8s-tests-on-garm.yaml
vendored
11
.github/workflows/run-k8s-tests-on-garm.yaml
vendored
@ -85,6 +85,17 @@ jobs:
|
|||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
run: bash tests/integration/kubernetes/gha-run.sh run-tests
|
run: bash tests/integration/kubernetes/gha-run.sh run-tests
|
||||||
|
|
||||||
|
- name: Make artifacts tarball ${{ matrix.vmm }}
|
||||||
|
run: bash tests/integration/kubernetes/gha-run.sh make-tarball-artifacts
|
||||||
|
|
||||||
|
- name: Archive artifacts ${{ matrix.vmm }}
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: k8s-tests-garm-${{ matrix.vmm }}
|
||||||
|
path: artifacts-${{ matrix.vmm }}.tar.gz
|
||||||
|
retention-days: 1
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Delete kata-deploy
|
- name: Delete kata-deploy
|
||||||
if: always()
|
if: always()
|
||||||
run: bash tests/integration/kubernetes/gha-run.sh cleanup-garm
|
run: bash tests/integration/kubernetes/gha-run.sh cleanup-garm
|
||||||
|
Loading…
Reference in New Issue
Block a user