Skip to content

Commit a9f8550

Browse files
committed
kernel-test: enable traffic monitoring on x86_64
See libbpf/ci PRs: * libbpf/ci#168 * libbpf/ci#172 * libbpf/ci#174 Signed-off-by: Ihor Solodrai <[email protected]>
1 parent 87b0824 commit a9f8550

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/kernel-test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
KERNEL_TEST: ${{ inputs.test }}
7777
SELFTESTS_BPF: ${{ github.workspace }}/selftests/bpf
7878
VMTEST_CONFIGS: ${{ github.workspace }}/ci/vmtest/configs
79+
TEST_PROGS_TRAFFIC_MONITOR: ${{ inputs.arch == 'x86_64' && 'true' || '' }}
7980
TEST_PROGS_WATCHDOG_TIMEOUT: 600
8081
with:
8182
arch: ${{ inputs.arch }}
@@ -86,3 +87,10 @@ jobs:
8687
# Here we must use kbuild-output local to the repo, because
8788
# it was extracted from the artifacts.
8889
kbuild-output: ${{ env.REPO_ROOT }}/kbuild-output
90+
91+
- if: ${{ always() }}
92+
uses: actions/upload-artifact@v4
93+
with:
94+
name: tmon-logs-${{ inputs.arch }}-${{ inputs.toolchain_full }}-${{ inputs.test }}
95+
if-no-files-found: ignore
96+
path: /tmp/tmon_pcap/*

0 commit comments

Comments
 (0)