Skip to content

Commit d03cf07

Browse files
martinpittrichm
authored andcommitted
ci: Attach batch.txt and batch.report on failures
batch.txt is not predictable (tests are run in file system order, not asciibetically or otherwise reproducibly). To aid with local reproduction, attach the generated batch file to the test artifact.
1 parent ae35218 commit d03cf07

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/qemu-kvm-integration-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,10 @@ jobs:
114114
uses: actions/upload-artifact@v4
115115
with:
116116
name: "logs-${{ matrix.scenario.image }}-${{ matrix.scenario.env }}"
117-
path: tests/*.log
117+
path: |
118+
tests/*.log
119+
batch.txt
120+
batch.report
118121
retention-days: 30
119122

120123
- name: Show test log failures

0 commit comments

Comments
 (0)