From: Richard Henderson Date: Mon, 3 Jan 2022 16:00:01 +0000 (-0800) Subject: gitlab: Disable check-python-tox X-Git-Tag: v7.0.0-rc0~109^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c23f0c3191907000bab278654570a7d5879822a;p=thirdparty%2Fqemu.git gitlab: Disable check-python-tox Set this test to be manually run, until failures can be fixed. Suggested-by: John Snow Signed-off-by: Richard Henderson --- diff --git a/.gitlab-ci.d/static_checks.yml b/.gitlab-ci.d/static_checks.yml index 902843f8b3c..5e955540d32 100644 --- a/.gitlab-ci.d/static_checks.yml +++ b/.gitlab-ci.d/static_checks.yml @@ -46,4 +46,6 @@ check-python-tox: QEMU_TOX_EXTRA_ARGS: --skip-missing-interpreters=false needs: job: python-container + rules: + - when: manual allow_failure: true