From: Thomas Huth Date: Wed, 11 Oct 2023 06:20:31 +0000 (+0200) Subject: gitlab-ci: Disable the riscv64-debian-cross-container by default X-Git-Tag: v7.2.13~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d7fa1b3e21bcd1015bf4d29c2ca80f487a76263;p=thirdparty%2Fqemu.git gitlab-ci: Disable the riscv64-debian-cross-container by default This job is failing since weeks. Let's mark it as manual until it gets fixed. Message-Id: <82aa015a-ca94-49ce-beec-679cc175b726@redhat.com> Acked-by: Michael Tokarev Signed-off-by: Thomas Huth (cherry picked from commit f51f90c65ed7706c3c4f7a889ce3d6b7ab75ef6a) Signed-off-by: Michael Tokarev --- diff --git a/.gitlab-ci.d/container-cross.yml b/.gitlab-ci.d/container-cross.yml index 2d560e97642..24343192ace 100644 --- a/.gitlab-ci.d/container-cross.yml +++ b/.gitlab-ci.d/container-cross.yml @@ -115,6 +115,7 @@ riscv64-debian-cross-container: allow_failure: true variables: NAME: debian-riscv64-cross + QEMU_JOB_OPTIONAL: 1 # we can however build TCG tests using a non-sid base riscv64-debian-test-cross-container: