summary refs log tree commit diff stats
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
parent9f54dc1ce69045f1a5f9f2339b81274838901a3f (diff)
downloadfocaccia-qemu-5c23f0c3191907000bab278654570a7d5879822a.tar.gz
focaccia-qemu-5c23f0c3191907000bab278654570a7d5879822a.zip
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 '')
-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 902843f8b3..5e955540d3 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