From: Jacob Lifshay Date: Wed, 27 Jul 2022 18:30:49 +0000 (-0700) Subject: gitlab-ci.yml: stop testing after 5 failures X-Git-Tag: sv_maxu_works-initial~208 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f111b1fb9285c3605d0062bb41b50ac7fea550c;p=openpower-isa.git gitlab-ci.yml: stop testing after 5 failures --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b70cc37..4d7095ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,4 +91,4 @@ build: - make generate &> generate.log || { cat generate.log; false; } - - pytest -n auto src/openpower + - pytest -n auto src/openpower --maxfail=5