We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b0824 commit a9f8550Copy full SHA for a9f8550
.github/workflows/kernel-test.yml
@@ -76,6 +76,7 @@ jobs:
76
KERNEL_TEST: ${{ inputs.test }}
77
SELFTESTS_BPF: ${{ github.workspace }}/selftests/bpf
78
VMTEST_CONFIGS: ${{ github.workspace }}/ci/vmtest/configs
79
+ TEST_PROGS_TRAFFIC_MONITOR: ${{ inputs.arch == 'x86_64' && 'true' || '' }}
80
TEST_PROGS_WATCHDOG_TIMEOUT: 600
81
with:
82
arch: ${{ inputs.arch }}
@@ -86,3 +87,10 @@ jobs:
86
87
# Here we must use kbuild-output local to the repo, because
88
# it was extracted from the artifacts.
89
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