Skip to content

Commit

Permalink
Upload tmon-logs.tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinkerYzu1 committed Aug 15, 2024
1 parent 4d9ccd7 commit b1edfa5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions run-vmtest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit b1edfa5

Please sign in to comment.