From 78ee6463bfe370251c92a426e9b38c73379206ce Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 30 Nov 2023 14:21:36 -0800 Subject: [PATCH] speed up CI by disabling logging and VCD generation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2