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=0280a1ead801545c10b72829092dd1dc65aaf054;p=openpower-isa.git speed up CI by disabling logging and VCD generation --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18073380..c1c19e54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -125,4 +125,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