mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 23:49:33 +00:00
Fix e2e startup test
Do more cleanup between runs, collect more logs on failure. Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
d78e666fce
commit
8d8d1f43bd
4
.github/workflows/e2e.yaml
vendored
4
.github/workflows/e2e.yaml
vendored
@@ -101,8 +101,8 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
if: ${{ failure() }}
|
||||
with:
|
||||
name: ${{ matrix.etest}}-journald-logs
|
||||
path: tests/e2e/${{ matrix.etest }}/*-jlog.txt
|
||||
name: e2e-${{ matrix.etest}}-logs
|
||||
path: tests/e2e/${{ matrix.etest }}/*log.txt
|
||||
retention-days: 30
|
||||
- name: On Failure, Launch Debug Session
|
||||
uses: lhotari/action-upterm@v1
|
||||
|
||||
Reference in New Issue
Block a user