Skip to content

Commit

Permalink
Upload traffic log archives.
Browse files Browse the repository at this point in the history
Create and upload the archives of traffic log files so that developers
can download traffic log if necessary.

Signed-off-by: Kui-Feng Lee <[email protected]>
  • Loading branch information
ThinkerYzu1 committed Aug 15, 2024
1 parent c17d04a commit c124d00
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 c124d00

Please sign in to comment.