Skip to content

Commit 1919b14

Browse files
committed
Revert "kernel-test: enable traffic monitoring on x86_64"
This reverts commit a9f8550. There are job failures with this feature on some branches: * https://github.com/kernel-patches/bpf/actions/runs/14041586178/job/39313704017 * https://github.com/kernel-patches/bpf/actions/runs/14041589098/job/39313608979 Signed-off-by: Ihor Solodrai <[email protected]>
1 parent a9f8550 commit 1919b14

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/kernel-test.yml

-8
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ 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' || '' }}
8079
TEST_PROGS_WATCHDOG_TIMEOUT: 600
8180
with:
8281
arch: ${{ inputs.arch }}
@@ -87,10 +86,3 @@ jobs:
8786
# Here we must use kbuild-output local to the repo, because
8887
# it was extracted from the artifacts.
8988
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)