Skip to content

Commit 259fe20

Browse files
authored
ci: Store simulation log artifacts (#295)
1 parent ca3d158 commit 259fe20

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ snitch-cluster-vsim:
116116
- cd test/blas/gemm && ./test.sh && cd -
117117
- cd test/dnn/transpose && ./test.sh && cd -
118118
- cd test/dnn/flashattention_2 && ./test.sh && cd -
119+
artifacts:
120+
when: on_failure
121+
expire_in: 1 day
122+
paths:
123+
- test/runs/vsim/**/sim.txt
124+
119125

120126
# Test OmegaNet TCDM interconnect
121127
snitch-cluster-omega-vsim:

0 commit comments

Comments
 (0)