We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f8550 commit 1919b14Copy full SHA for 1919b14
.github/workflows/kernel-test.yml
@@ -76,7 +76,6 @@ 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 }}
@@ -87,10 +86,3 @@ jobs:
87
86
# 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