diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-01-03 08:00:01 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-01-03 08:55:55 -0800 |
commit | 5c23f0c3191907000bab278654570a7d5879822a (patch) | |
tree | 0883cc775975818d0282265dda1276eb65ce0b31 /.gitlab-ci.d | |
parent | 9f54dc1ce69045f1a5f9f2339b81274838901a3f (diff) |
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.yml | 2 |
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 |