[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 08/16] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulati
From: |
Thomas Huth |
Subject: |
[PULL 08/16] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs |
Date: |
Mon, 6 Mar 2023 14:29:54 +0100 |
Hardly anybody still uses 32-bit arm environments for running QEMU,
so let's stop wasting our scarce CI minutes with these jobs.
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Message-Id: <20230306084658.29709-6-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
.gitlab-ci.d/crossbuilds.yml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml
index a25cb87ae4..61b8ac86ee 100644
--- a/.gitlab-ci.d/crossbuilds.yml
+++ b/.gitlab-ci.d/crossbuilds.yml
@@ -1,13 +1,6 @@
include:
- local: '/.gitlab-ci.d/crossbuild-template.yml'
-cross-armel-system:
- extends: .cross_system_build_job
- needs:
- job: armel-debian-cross-container
- variables:
- IMAGE: debian-armel-cross
-
cross-armel-user:
extends: .cross_user_build_job
needs:
@@ -15,13 +8,6 @@ cross-armel-user:
variables:
IMAGE: debian-armel-cross
-cross-armhf-system:
- extends: .cross_system_build_job
- needs:
- job: armhf-debian-cross-container
- variables:
- IMAGE: debian-armhf-cross
-
cross-armhf-user:
extends: .cross_user_build_job
needs:
--
2.31.1
- [PULL 06/16] gitlab-ci.d/crossbuilds: Drop the i386 system emulation job, (continued)
- [PULL 06/16] gitlab-ci.d/crossbuilds: Drop the i386 system emulation job, Thomas Huth, 2023/03/06
- [PULL 09/16] tests/qtest/readconfig: Rework test_object_rng_resp into a generic function, Thomas Huth, 2023/03/06
- [PULL 11/16] docs/config: Set the "kvm" accelerator via "[accel]" section, Thomas Huth, 2023/03/06
- [PULL 07/16] docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation, Thomas Huth, 2023/03/06
- [PULL 02/16] Hexagon (meson.build): define min bison version, Thomas Huth, 2023/03/06
- [PULL 01/16] docs/about/build-platforms: Refine the distro support policy, Thomas Huth, 2023/03/06
- [PULL 03/16] test: Check vnc enable before compiling vnc test, Thomas Huth, 2023/03/06
- [PULL 10/16] tests/qtest/readconfig: Test docs/config/ich9-ehci-uhci.cfg, Thomas Huth, 2023/03/06
- [PULL 12/16] tests/qtest/readconfig-test: Allow testing for arbitrary memory sizes, Thomas Huth, 2023/03/06
- [PULL 13/16] tests/qtest: Move mkimg() and have_qemu_img() from libqos to libqtest, Thomas Huth, 2023/03/06
- [PULL 08/16] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs,
Thomas Huth <=
- [PULL 05/16] docs/about/deprecated: Deprecate 32-bit x86 hosts for system emulation, Thomas Huth, 2023/03/06
- [PULL 14/16] tests/qtest/readconfig: Test docs/config/q35-emulated.cfg, Thomas Huth, 2023/03/06
- [PULL 16/16] pc-bios/s390-ccw: Update s390-ccw.img with the list-directed IPL fix, Thomas Huth, 2023/03/06
- [PULL 04/16] include/hw/i386: Clean up includes in x86.h, Thomas Huth, 2023/03/06
- [PULL 15/16] pc-bios: Add support for List-Directed IPL from ECKD DASD, Thomas Huth, 2023/03/06
- Re: [PULL 00/16] Final tests, s390x and misc updates before the soft freeze, Peter Maydell, 2023/03/07