aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2022-01-03 08:00:01 -0800
committerRichard Henderson <richard.henderson@linaro.org>2022-01-03 08:55:55 -0800
commit5c23f0c3191907000bab278654570a7d5879822a (patch)
tree0883cc775975818d0282265dda1276eb65ce0b31 /.gitlab-ci.d
parent9f54dc1ce69045f1a5f9f2339b81274838901a3f (diff)
downloadqemu-5c23f0c3191907000bab278654570a7d5879822a.zip
qemu-5c23f0c3191907000bab278654570a7d5879822a.tar.gz
qemu-5c23f0c3191907000bab278654570a7d5879822a.tar.bz2
gitlab: Disable check-python-tox
Set this test to be manually run, until failures can be fixed. Suggested-by: John Snow <jsnow@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r--.gitlab-ci.d/static_checks.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.d/static_checks.yml b/.gitlab-ci.d/static_checks.yml
index 902843f..5e95554 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