]> git.ipfire.org Git - thirdparty/qemu.git/commit
.gitlab-ci.d/cirrus: Remove the netbsd and openbsd jobs
authorThomas Huth <thuth@redhat.com>
Fri, 26 Apr 2024 11:37:42 +0000 (13:37 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 16 Dec 2024 12:27:45 +0000 (15:27 +0300)
commitf19071da3e64a55afc13c317e6bca0ffeb895d6e
tree9c7d2266fbf55e99f953e996d80284fd51464298
parent91c40c5fc2c83bb3761c09977bebabda01a86d8f
.gitlab-ci.d/cirrus: Remove the netbsd and openbsd jobs

During the past months, the netbsd and openbsd jobs in the Cirrus-CI
were broken most of the time - the setup to run a BSD in KVM on Cirrus-CI
from gitlab via the cirrus-run script was very fragile, and since the
jobs were not run by default, it used to bitrot very fast.

Now Cirrus-CI also introduce a limit on the amount of free CI minutes
that you get there, so it is not appealing at all anymore to run
these BSDs in this setup - it's better to run the checks locally via
"make vm-build-openbsd" and "make vm-build-netbsd" instead. Thus let's
remove these CI jobs now.

Message-ID: <20240426113742.654748-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
(cherry picked from commit cc6cb422e09592158586279fddeef107df05ecbb)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
.gitlab-ci.d/cirrus.yml
.gitlab-ci.d/cirrus/kvm-build.yml [deleted file]