[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 5/5] gitlab: Disable check-python-tox
|
From: |
Richard Henderson |
|
Subject: |
[PULL 5/5] gitlab: Disable check-python-tox |
|
Date: |
Mon, 3 Jan 2022 09:33:26 -0800 |
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 --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
--
2.25.1
- [PULL 0/5] Misc patch queue, Richard Henderson, 2022/01/03
- [PULL 1/5] meson: Unify mips and mips64 in host_arch, Richard Henderson, 2022/01/03
- [PULL 3/5] tests/tcg: Unconditionally use 90 second timeout, Richard Henderson, 2022/01/03
- [PULL 4/5] target/hppa: Fix atomic_store_3 for STBY, Richard Henderson, 2022/01/03
- [PULL 5/5] gitlab: Disable check-python-tox,
Richard Henderson <=
- [PULL 2/5] tests/tcg: Use $cpu in configure.sh, Richard Henderson, 2022/01/03
- Re: [PULL 0/5] Misc patch queue, Richard Henderson, 2022/01/03