mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
gha: Add collect artifacts step to nerdctl workflow
This PR adds the collect artifacts step to nerdctl workflow. Fixes #9241 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
640ed591bd
commit
f902ee78d0
10
.github/workflows/basic-ci-amd64.yaml
vendored
10
.github/workflows/basic-ci-amd64.yaml
vendored
@ -324,3 +324,13 @@ jobs:
|
|||||||
- name: Run nerdctl smoke test
|
- name: Run nerdctl smoke test
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
run: bash tests/integration/nerdctl/gha-run.sh run
|
run: bash tests/integration/nerdctl/gha-run.sh run
|
||||||
|
|
||||||
|
- name: Collect artifacts ${{ matrix.vmm }}
|
||||||
|
run: bash tests/integration/nerdctl/gha-run.sh collect-artifacts
|
||||||
|
|
||||||
|
- name: Archive artifacts ${{ matrix.vmm }}
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: nerdctl-tests-garm-${{ matrix.vmm }}
|
||||||
|
path: /tmp/artifacts
|
||||||
|
retention-days: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user