Skip to content

Commit

Permalink
Added collection of microarchitectural test logs and waveforms and up…
Browse files Browse the repository at this point in the history
…loading them as artifacts

Signed-off-by: Maciej Kurc <[email protected]>
  • Loading branch information
mkurc-ant committed Sep 21, 2023
1 parent ab3cd73 commit db61bac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-uarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,12 @@ jobs:
with:
name: uarch_tests_coverage_data
path: ./results/*.info

- name: Upload test logs
if: always()
uses: actions/upload-artifact@v3
with:
name: uarch_tests_logs
path: |
verification/${{ matrix.test }}/*.log
verification/${{ matrix.test }}/*.vcd

0 comments on commit db61bac

Please sign in to comment.