diff mbox series

[PULL,5/5] gitlab: Disable check-python-tox

Message ID 20220103173326.257152-6-richard.henderson@linaro.org
State New
Headers show
Series [PULL,1/5] meson: Unify mips and mips64 in host_arch | expand

Commit Message

Richard Henderson Jan. 3, 2022, 5:33 p.m. UTC
Set this test to be manually run, until failures can be fixed.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 .gitlab-ci.d/static_checks.yml | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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