From 9d800a4cfc2e1eab1e28e95325a3895c3cc21c10 Mon Sep 17 00:00:00 2001 From: Kui-Feng Lee Date: Wed, 14 Aug 2024 15:45:25 -0700 Subject: [PATCH] Upload tmon-logs.tgz --- run-vmtest/action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/run-vmtest/action.yml b/run-vmtest/action.yml index abd78b4..d927643 100644 --- a/run-vmtest/action.yml +++ b/run-vmtest/action.yml @@ -24,6 +24,10 @@ inputs: Some sub-commands produce output dir within VM file system (/command_output/). If this option is set that dir's content would be copied to corresponding location. default: '' + toolchain: + required: true + type: string + description: The toolchain, e.g gcc, llvm runs: using: "composite" steps: @@ -74,4 +78,9 @@ runs: PROJECT_NAME: "/mnt/vmtest" run: | ${GITHUB_ACTION_PATH}/run.sh + - uses: actions/upload-artifact@v4 + with: + name: tmon-logs-${{ inputs.arch }}-${{ inputs.toolchain }}-${{ inputs.kernel-test }} + if-no-files-found: ignore + path: tmon-logs