Skip to content

Commit

Permalink
Upload traffic monitoring log as artifacts
Browse files Browse the repository at this point in the history
After enabling traffic monitor in bpf selftests, upload the log files
as artifacts.

Signed-off-by: Amery Hung <ameryhung@gmail.com>
  • Loading branch information
ameryhung committed Feb 6, 2025
1 parent 5cbb11f commit aa63759
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/kernel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ jobs:
# Here we must use kbuild-output local to the repo, because
# it was extracted from the artifacts.
kbuild-output: ${{ env.REPO_ROOT }}/kbuild-output
- if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: tmon-logs-${{ inputs.arch }}-${{ inputs.toolchain_full }}-${{ inputs.test }}
if-no-files-found: ignore
path: /tmp/tmon_pcap/*

0 comments on commit aa63759

Please sign in to comment.