From dcba7614a755a7889910f78d6794edd1bbd8e689 Mon Sep 17 00:00:00 2001 From: Olivier Betschi Date: Thu, 21 Nov 2024 15:57:47 +0100 Subject: [PATCH] Increase log file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9aa7b452b4..3b17e3df95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,7 +132,7 @@ build_tools: .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 - - head -10000 verif/sim/logfile.log > artifacts/logs/logfile.log.head + - head -20000 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 smoke-tests: