qemu-stable
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]