Skip to content

Commit

Permalink
Revert "REVERT: ci: Disable traffic runs"
Browse files Browse the repository at this point in the history
This reverts commit e8d29c2.
  • Loading branch information
fischeti committed Sep 19, 2024
1 parent 1971f0f commit 6f0f521
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,23 +100,23 @@ run-sim:
make run-${SIMULATOR}-batch
fi
# run-traffic:
# stage: run
# needs:
# - collect-bender-sources
# - compile-meshes
# variables:
# JOB_NAME: mesh
# parallel:
# matrix:
# - DUT: [axi_mesh, nw_mesh]
# ROUTE_ALGO: [xy, src, id]
# TRAFFIC_TYPE: [random, hbm, onehop, bit_complement, bit_reverse, bit_rotation, neighbor, shuffle, transpose, tornado, single_dest_boundary, single_dest_center]
# TRAFFIC_RW: [read, write]
# script:
# - make jobs
# - make run-sim-batch VSIM_TB_DUT=tb_floo_${DUT} WORK=work_${DUT}_${ROUTE_ALGO} | tee vsim.log 2>&1
# - 'grep "Errors: 0," vsim.log'
run-traffic:
stage: run
needs:
- collect-bender-sources
- compile-meshes
variables:
JOB_NAME: mesh
parallel:
matrix:
- DUT: [axi_mesh, nw_mesh]
ROUTE_ALGO: [xy, src, id]
TRAFFIC_TYPE: [random, hbm, onehop, bit_complement, bit_reverse, bit_rotation, neighbor, shuffle, transpose, tornado, single_dest_boundary, single_dest_center]
TRAFFIC_RW: [read, write]
script:
- make jobs
- make run-sim-batch VSIM_TB_DUT=tb_floo_${DUT} WORK=work_${DUT}_${ROUTE_ALGO} | tee vsim.log 2>&1
- 'grep "Errors: 0," vsim.log'

morty:
stage: build
Expand Down

0 comments on commit 6f0f521

Please sign in to comment.