speed up CI by disabling logging and VCD generation
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 30 Nov 2023 22:21:36 +0000 (14:21 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 30 Nov 2023 22:21:36 +0000 (14:21 -0800)
.gitlab-ci.yml

index 18073380583598e5b6618506254945521311a8a0..c1c19e54cfb45cb8d480aca03fe2329f97e0bf7c 100644 (file)
@@ -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