From: Jacob Lifshay Date: Thu, 30 Nov 2023 22:21:36 +0000 (-0800) Subject: speed up CI by disabling logging and VCD generation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78ee6463bfe370251c92a426e9b38c73379206ce;p=openpower-isa.git speed up CI by disabling logging and VCD generation --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89f68354..f19fc478 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,4 +126,4 @@ build: - python3 -m openpower.syscalls json linux > src/openpower/syscalls/syscalls.json - - SILENCELOG='!*,default' pytest -v --maxfail=10 + - SILENCELOG=1 SIM_NO_VCD=1 pytest -v --maxfail=10