mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
parent
37b58243fa
commit
4c36aafaf0
2 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ build_tools:
|
|||
- echo $SYN_VCS_BASHRC; source $SYN_VCS_BASHRC
|
||||
|
||||
.simu_after_script: &simu_after_script
|
||||
- for i in $(find verif/sim/out*/[vq]*_sim -type f \( -name "*.csv" -o -name "*.iss" -o name "*.yaml" \)) ; do head -10000 $i > artifacts/logs/$(basename $i).head ; done
|
||||
- for i in $(find verif/sim/out*/[vq]*_sim -type f \( -name "*.csv" -o -name "*.iss" -o -name "*.yaml" \)) ; do head -10000 $i > artifacts/logs/$(basename $i).head ; done
|
||||
- head -10000 verif/sim/logfile.log > artifacts/logs/logfile.log.head
|
||||
- if [ -n "$SPIKE_TANDEM" ]; then python3 .gitlab-ci/scripts/report_tandem.py verif/sim/out*/"$DV_SIMULATORS"_sim; else python3 .gitlab-ci/scripts/report_simu.py verif/sim/logfile.log; fi
|
||||
|
||||
|
|
|
@ -89,7 +89,7 @@ def add_test_row(report_file, metrics_table, with_logs):
|
|||
def report(metrics_table, passed_test_count, total_test_count):
|
||||
report = report_builder.Report(f'{passed_test_count}/{total_test_count}')
|
||||
report.add_metric(metrics_table)
|
||||
report.dump("bjr")
|
||||
report.dump()
|
||||
return not report.failed
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue