]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
configs: drop SBSA_REF from minimal specification
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 27 Oct 2025 11:03:40 +0000 (11:03 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 29 Oct 2025 14:13:34 +0000 (14:13 +0000)
The whole point of SBSA_REF is for testing firmware which by
definition requires TCG. This means the configuration of:

  --disable-tcg --with-devices-aarch64=minimal

makes no sense (and indeed is broken for the
ubuntu-24.04-aarch64-notcg) test. Drop it from minimal and remove the
allow_failure from the test case.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20251027110344.2289945-34-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.gitlab-ci.d/custom-runners/ubuntu-24.04-aarch64.yml
configs/devices/aarch64-softmmu/minimal.mak

index 46db9ae0138c6844081b9fc22866686dce70ba29..ee13587d99eec52d2a552409a0ba82a4df6cea08 100644 (file)
@@ -107,7 +107,5 @@ ubuntu-24.04-aarch64-notcg:
   rules:
     - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
       when: manual
-      allow_failure: true
     - if: "$AARCH64_RUNNER_AVAILABLE"
       when: manual
-      allow_failure: true
index 0ebc1dca561d3e448c892c2771fdfa7969c0c131..3c8582e12cce8b924d17f4c0961c0b2185626b80 100644 (file)
@@ -6,4 +6,3 @@
 #
 
 CONFIG_ARM_VIRT=y
-CONFIG_SBSA_REF=y