Skip to content

Commit

Permalink
Fixing D$ regression script
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrisko committed Nov 6, 2020
1 parent 956e87e commit 867634b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/dcache_regress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo "Running ${JOBS} jobs with ${CORES_PER_JOB} cores per job"
parallel --jobs ${JOBS} --results regress_logs --progress "$cmd_base UCE_P=0 WT_P=0 CFG={}" ::: "${cfgs[@]}"
parallel --jobs ${JOBS} --results regress_logs --progress "$cmd_base UCE_P=1 WT_P=0 CFG={}" ::: "${cfgs[@]}"
parallel --jobs ${JOBS} --results regress_logs --progress "$cmd_base UCE_P=1 WT_P=1 CFG={}" ::: "${cfgs[@]}"
parallel --jobs ${JOBS} --results regress_logs --progress "$cmd_base UCE_P=0 WT_P=0 CFG=e_bp_custom_cfg NUM_CACHES_P=8 BP_NUM_LCE=8 BP_COH_NOC_CID_WIDTH=4"
parallel --jobs ${JOBS} --results regress_logs --progress "$cmd_base UCE_P=0 WT_P=0 CFG={} NUM_CACHES_P=8 BP_NUM_LCE=8 BP_COH_NOC_CID_WIDTH=4" ::: "e_bp_custom_cfg"

# Check for failures in the report directory
grep -cr "FAIL" */syn/reports/ && echo "[CI CHECK] $0: FAILED" && exit 1
Expand Down

0 comments on commit 867634b

Please sign in to comment.