Skip to content

Commit

Permalink
#0: add step to upload watcher artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed Nov 28, 2023
1 parent 5776071 commit 0c70f78
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:
run: |
source build/python_env/bin/activate
./tests/scripts/run_tests.sh --tt-arch $ARCH_NAME --pipeline-type stress_post_commit --dispatch-mode fast
- name: Upload watcher log
if: always()
uses: actions/upload-artifact@v3
with:
name: watcher-log-${{ matrix.runner-info.arch }}-${{ matrix.runner-info.machine-type }}
path: built/watcher.log
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ jobs:
run: |
source build/python_env/bin/activate
./tests/scripts/run_tests.sh --tt-arch $ARCH_NAME --pipeline-type stress_post_commit --dispatch-mode slow
- name: Upload watcher log
if: always()
uses: actions/upload-artifact@v3
with:
name: watcher-log-${{ matrix.runner-info.arch }}-${{ matrix.runner-info.machine-type }}
path: built/watcher.log

0 comments on commit 0c70f78

Please sign in to comment.