Skip to content

Commit

Permalink
ci: Add mesh traffic tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Nov 10, 2023
1 parent 8399d5f commit 809c56c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,22 @@ run-vsim:
when: manual
- when: always

run-traffic:
stage: run
variables:
VSIM_TB_DUT: tb_floo_dma_mesh
parallel:
matrix:
- TRAFFIC_TYPE: [random, hbm, onehop]
- TRAFFIC_RW: [read, write]
needs:
- collect-bender-sources
- compile-vsim
script:
- make jobs
- make run-sim-batch | tee vsim.log 2>&1
- 'grep "Errors: 0," vsim.log'

morty:
stage: build
script:
Expand Down

0 comments on commit 809c56c

Please sign in to comment.