Skip to content

Commit

Permalink
workflows: 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 7, 2025
1 parent 2f8ae35 commit a37ec9e
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 a37ec9e

Please sign in to comment.