Skip to content

Commit 2b211eb

Browse files
ameryhungtheihor
authored andcommitted
workflows: upload traffic monitoring log as artifacts
After enabling traffic monitor in bpf selftests, upload the log files as artifacts. Signed-off-by: Amery Hung <[email protected]>
1 parent af0d3b3 commit 2b211eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/kernel-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,9 @@ jobs:
8282
# Here we must use kbuild-output local to the repo, because
8383
# it was extracted from the artifacts.
8484
kbuild-output: ${{ env.REPO_ROOT }}/kbuild-output
85+
- if: ${{ always() }}
86+
uses: actions/upload-artifact@v4
87+
with:
88+
name: tmon-logs-${{ inputs.arch }}-${{ inputs.toolchain_full }}-${{ inputs.test }}
89+
if-no-files-found: ignore
90+
path: /tmp/tmon_pcap/*

0 commit comments

Comments
 (0)