From: Jacob Lifshay Date: Thu, 1 Jun 2023 02:57:55 +0000 (-0700) Subject: increase ci maxfail to 10 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fb00834357731cc09cab6880131a83c1c73594a;p=openpower-isa.git increase ci maxfail to 10 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9277d50f..5550beda 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 + - SILENCELOG='!*,default' pytest -n auto -v src/openpower --maxfail=10