Skip to content

Commit 623894e

Browse files
committed
.github: upload test logs
Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 40878b6 commit 623894e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,17 @@ jobs:
180180
ndctl='${{ github.workspace }}'/ndctl \
181181
../run_qemu/run_qemu.sh ${{ matrix.run_opts }} --no-kvm
182182
183+
- name: upload test logs
184+
uses: actions/upload-artifact@v4
185+
with:
186+
name: logs ${{ matrix.cfg.os }}
187+
if-no-files-found: error
188+
path: |
189+
/tmp/rq_0.log
190+
# This sample would work if we were "pre-"compiling outside the mkosi chroot first.
191+
# ${{ github.workspace }}/ndctl/build/meson-logs/meson-log.txt
192+
193+
183194
# Test update_existing_rootfs(), default value for distro= and various other things
184195
- name: incremental build
185196
run: |

0 commit comments

Comments
 (0)