Skip to content

Commit c93131a

Browse files
committed
[ci] Update the bootstrap monitor job to save kind logs as artifact
1 parent d6386c1 commit c93131a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,17 @@ jobs:
226226
- name: Run e2e tests
227227
shell: bash
228228
run: nix develop --command ./scripts/run_task.sh test-bootstrap-monitor-e2e
229+
- name: Export kind logs
230+
if: always()
231+
shell: bash
232+
run: kind export logs /tmp/kind-logs
233+
- name: Upload kind logs
234+
if: always()
235+
uses: actions/upload-artifact@v4
236+
with:
237+
name: bootstrap-monitor-kind-logs
238+
path: /tmp/kind-logs
239+
if-no-files-found: error
229240
load:
230241
name: Run process-based load test
231242
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)