Skip to content

Commit 6f631a6

Browse files
committed
fstests.yml: populate ci.commit_extra
We'll use: find workflows/fstests/results/last-run -name xunit_results.txt -type f -exec cat {} \; > ci.commit_extra This will look something like: KERNEL: 6.11.0-rc6 CPUS: 8 xfs_reflink_4k: 1 tests, 15 seconds generic/003 Pass 12s Totals: 1 tests, 0 skipped, 0 failures, 0 errors, 12s Signed-off-by: Luis Chamberlain <[email protected]>
1 parent e98b58b commit 6f631a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/fstests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
run: |
5959
make fstests-baseline TESTS=generic/003
6060
echo "ok" > ci.result
61+
find workflows/fstests/results/last-run -name xunit_results.txt -type f -exec cat {} \; > ci.commit_extra || true
6162
6263
- name: Get systemd journal files
6364
if: always() # This ensures the step runs even if previous steps failed

0 commit comments

Comments
 (0)