From: Jacob Lifshay Date: Tue, 20 Feb 2024 04:34:39 +0000 (-0800) Subject: .gitlab-ci.yml: always set RUN_SLOW for CI X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10703bbd41ad4d1f5e527101d0a5746d7e851e7b;p=openpower-isa.git .gitlab-ci.yml: always set RUN_SLOW for CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cfbf1fc..34ac56db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,4 +132,4 @@ build: # # maxfail=10 because otherwise the output log is too long and gitlab # truncates it, removing the testing summary. - - SILENCELOG=1 SIM_NO_VCD=1 pytest -v --maxfail=10 --maxschedchunk=1 + - SILENCELOG=1 SIM_NO_VCD=1 RUN_SLOW=1 pytest -v --maxfail=10 --maxschedchunk=1