From 6f0f52130829cfcba4be7726206cde44cd02990d Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Thu, 19 Sep 2024 16:17:57 +0200 Subject: [PATCH] Revert "REVERT: ci: Disable traffic runs" This reverts commit e8d29c24d000870f347209cf0f22fb62683e1749. --- .gitlab-ci.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ddb9c6e..47039a9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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