From: Jacob Lifshay Date: Thu, 1 Sep 2022 06:38:43 +0000 (-0700) Subject: Revert "silence default LogKind for CI, to avoid pytest running out of memory due... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=859b8485562a0d033966334520f5d03e0846e744;p=openpower-isa.git Revert "silence default LogKind for CI, to avoid pytest running out of memory due to storing stdout" lkcl rebased my commit, mushing multiple changes into one commit in the process This reverts commit aea0a4d637b04e54a9e942883e5e31dd338ca3f2. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52dbf8c5..90bdb6af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,4 +94,4 @@ build: - make generate &> generate.log || { cat generate.log; false; } - - SILENCELOG='!*,default' pytest -n auto -v src/openpower --maxfail=5 + - pytest -n auto src/openpower --maxfail=5