From 6d2d3eaf27fa6c7986d01cc6e74975cf4cb00d47 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 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 -- 2.30.2