Skip to content

Commit 06f5b09

Browse files
committed
Focus on startup test
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent aa3d8ea commit 06f5b09

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
etest: [btrfs, embeddedmirror, externalip, privateregistry, rootless, s3, startup, wasm]
48+
etest: [startup]
4949
max-parallel: 5
5050
steps:
5151
- name: "Checkout"
@@ -91,20 +91,14 @@ jobs:
9191
run: |
9292
chmod +x ./dist/artifacts/k3s
9393
cd tests/e2e/${{ matrix.etest }}
94-
go test -v -timeout=45m ./${{ matrix.etest}}_test.go -ci -local
94+
go test -timeout=45m ./${{ matrix.etest}}_test.go -ci -local -test.v -ginkgo.vv
9595
- name: On Failure, Upload Journald Logs
9696
uses: actions/upload-artifact@v4
9797
if: ${{ failure() }}
9898
with:
9999
name: e2e-${{ matrix.etest}}-logs
100100
path: tests/e2e/${{ matrix.etest }}/*log.txt
101101
retention-days: 30
102-
- name: On Failure, Launch Debug Session
103-
uses: lhotari/action-upterm@v1
104-
if: ${{ failure() }}
105-
with:
106-
## If no one connects after 5 minutes, shut down server.
107-
wait-timeout-minutes: 5
108102
- name: Upload Results To Codecov
109103
uses: codecov/codecov-action@v4
110104
with:
@@ -218,4 +212,4 @@ jobs:
218212
./${{ matrix.dtest }}.test -ci
219213
else
220214
./${{ matrix.dtest }}.test -k3sImage=$K3S_IMAGE
221-
fi
215+
fi

0 commit comments

Comments
 (0)