File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 8282 # Here we must use kbuild-output local to the repo, because
8383 # it was extracted from the artifacts.
8484 kbuild-output : ${{ env.REPO_ROOT }}/kbuild-output
85+ toolchain_full : ${{ inputs.toolchain_full }}
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ inputs:
3131 description : ' Release version of vmtest tool to use'
3232 required : false
3333 default : ' v0.15.0'
34+ toolchain_full :
35+ required : true
36+ type : string
37+ description : The toolchain, e.g gcc, llvm
3438
3539runs :
3640 using : " composite"
7680 VMLINUZ : ${{ inputs.vmlinuz || '' }}
7781 run : |
7882 ${GITHUB_ACTION_PATH}/run.sh
83+ - uses : actions/upload-artifact@v4
84+ with :
85+ name : tmon-logs-${{ inputs.arch }}-${{ inputs.toolchain_full }}${{ inputs.kernel-test }}
86+ if-no-files-found : error
87+ path : " /tmp/tmon_pcap/*"
7988
You can’t perform that action at this time.
0 commit comments