gitlab-ci.d/crossbuilds: Drop the i386 system emulation job
authorThomas Huth <thuth@redhat.com>
Mon, 6 Mar 2023 08:46:56 +0000 (09:46 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 7 Mar 2023 13:30:42 +0000 (14:30 +0100)
Hardly anybody still uses 32-bit x86 environments for running QEMU with
full system emulation, so let's stop wasting our scarce CI minutes with
this job.

(There are still the 32-bit MinGW and TCI jobs around for having
some compile test coverage on 32-bit)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Message-Id: <20230306084658.29709-4-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/crossbuilds.yml

index d3a31a2112f6890e34a031f68f596a612d35aa4b..a25cb87ae44ef35bfd40d08f55d8f9f9b905718f 100644 (file)
@@ -43,16 +43,6 @@ cross-arm64-user:
   variables:
     IMAGE: debian-arm64-cross
 
-cross-i386-system:
-  extends:
-    - .cross_system_build_job
-    - .cross_test_artifacts
-  needs:
-    job: i386-fedora-cross-container
-  variables:
-    IMAGE: fedora-i386-cross
-    MAKE_CHECK_ARGS: check-qtest
-
 cross-i386-user:
   extends:
     - .cross_user_build_job