diff --git a/.github/workflows/kernel-test.yml b/.github/workflows/kernel-test.yml index 0810f7575bd00..7a23b5bc2b834 100644 --- a/.github/workflows/kernel-test.yml +++ b/.github/workflows/kernel-test.yml @@ -86,3 +86,14 @@ 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 + - name: Find tmon logs + if: ${{ always() }} + shell: bash + run: ls -l /tmp/ + - name: Upload artfacts + if: ${{ always() }} + uses: actions/upload-artifact@v4 + with: + name: tmon-logs-${{ inputs.arch }}-${{ inputs.toolchain_full }}${{ inputs.kernel-test }} + if-no-files-found: error + path: /tmp/tmon_pcap/*