]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
ci: run RISC-V cross jobs by default
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 May 2025 14:23:26 +0000 (16:23 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 May 2025 14:02:04 +0000 (16:02 +0200)
The riscv64-debian-cross container is based on Trixie rather than sid
these days, so it is pretty much as stable as the others.  Enable it
by default.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
.gitlab-ci.d/container-cross.yml
.gitlab-ci.d/crossbuilds.yml

index 34c0e729ad98368683ac0bc021715a28ec8fe383..e45ea17cf151a61e26f3318c724a5e42cad52cb9 100644 (file)
@@ -67,11 +67,8 @@ ppc64el-debian-cross-container:
 riscv64-debian-cross-container:
   extends: .container_job_template
   stage: containers
-  # as we are currently based on 'sid/unstable' we may break so...
-  allow_failure: true
   variables:
     NAME: debian-riscv64-cross
-    QEMU_JOB_OPTIONAL: 1
 
 s390x-debian-cross-container:
   extends: .container_job_template
index 7ae0f966f1580bd045c7ede606c6e87d0ba62862..3f76c901ba8bf2f4ccb3eecc3abe75e14073a043 100644 (file)
@@ -118,12 +118,8 @@ cross-ppc64el-kvm-only:
     IMAGE: debian-ppc64el-cross
     EXTRA_CONFIGURE_OPTS: --disable-tcg --without-default-devices
 
-# The riscv64 cross-builds currently use a 'sid' container to get
-# compilers and libraries. Until something more stable is found we
-# allow_failure so as not to block CI.
 cross-riscv64-system:
   extends: .cross_system_build_job
-  allow_failure: true
   needs:
     job: riscv64-debian-cross-container
   variables:
@@ -131,7 +127,6 @@ cross-riscv64-system:
 
 cross-riscv64-user:
   extends: .cross_user_build_job
-  allow_failure: true
   needs:
     job: riscv64-debian-cross-container
   variables: