[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH stable-7.2 23/23] .gitlab-ci.d/qemu-project: Disable Cirrus-CI an
From: |
Thomas Huth |
Subject: |
[PATCH stable-7.2 23/23] .gitlab-ci.d/qemu-project: Disable Cirrus-CI and MSYS2 in the 7.2 branch |
Date: |
Tue, 3 Dec 2024 11:53:46 +0100 |
The Cirrus-CI and MSYS2 are very badly broken in the 7.2 branch
nowadays, so we are burning our free CI credits here without having
any benefit. Disable the jobs for now to avoid losing CI credits.
We could still enable them later again if somebody succeeds in
fixing the jobs in the 7.2 branch.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
.gitlab-ci.d/qemu-project.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.d/qemu-project.yml b/.gitlab-ci.d/qemu-project.yml
index a7ed447fe4..8885fba3e3 100644
--- a/.gitlab-ci.d/qemu-project.yml
+++ b/.gitlab-ci.d/qemu-project.yml
@@ -10,5 +10,6 @@ include:
- local: '/.gitlab-ci.d/buildtest.yml'
- local: '/.gitlab-ci.d/static_checks.yml'
- local: '/.gitlab-ci.d/custom-runners.yml'
- - local: '/.gitlab-ci.d/cirrus.yml'
- - local: '/.gitlab-ci.d/windows.yml'
+ # Cirrus-CI & MSYS2 are very broken in the 7.2 branch - disable it for now
+ # - local: '/.gitlab-ci.d/cirrus.yml'
+ # - local: '/.gitlab-ci.d/windows.yml'
--
2.47.0
- [PATCH stable-7.2 16/23] gitlab: switch from 'stable' to 'latest' docker container tags, (continued)
- [PATCH stable-7.2 16/23] gitlab: switch from 'stable' to 'latest' docker container tags, Thomas Huth, 2024/12/03
- [PATCH stable-7.2 13/23] ci: install meson in CirrusCI KVM build environment, Thomas Huth, 2024/12/03
- [PATCH stable-7.2 18/23] tests: update most Debian images to Bookworm, Thomas Huth, 2024/12/03
- [PATCH stable-7.2 21/23] tests: update lcitool to fix freebsd py311-yaml rename, Thomas Huth, 2024/12/03
- [PATCH stable-7.2 20/23] testing: bump mips64el cross to bookworm and fix package list, Thomas Huth, 2024/12/03
- [PATCH stable-7.2 17/23] tests/lcitool: add an explicit gcc-native package, Thomas Huth, 2024/12/03
- [PATCH stable-7.2 14/23] .gitlab-ci.d/cirrus: Remove the netbsd and openbsd jobs, Thomas Huth, 2024/12/03
- [PATCH stable-7.2 19/23] tests: bump libvirt-ci for libasan and libxdp, Thomas Huth, 2024/12/03
- [PATCH stable-7.2 22/23] tests/docker: update debian i686 and mipsel images to bookworm, Thomas Huth, 2024/12/03
- [PATCH stable-7.2 23/23] .gitlab-ci.d/qemu-project: Disable Cirrus-CI and MSYS2 in the 7.2 branch,
Thomas Huth <=
- [PATCH stable-7.2 15/23] .gitlab-ci.d/cirrus: Drop support for macOS 13 (Ventura), Thomas Huth, 2024/12/03
- Re: [PATCH stable-7.2 00/23] Fixes for the CI in the 7.2 stable branch, Michael Tokarev, 2024/12/03