[libvirt PATCH 1/6] ci: Drop FreeBSD -CURRENT

Andrea Bolognani posted 6 patches 3 years, 10 months ago
[libvirt PATCH 1/6] ci: Drop FreeBSD -CURRENT
Posted by Andrea Bolognani 3 years, 10 months ago
All build jobs for the target are explicitly disabled, so
there's no point in keeping the variables file around and we
can't simply not mention it in the manifest at all.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 ci/cirrus/freebsd-current.vars | 16 ----------------
 ci/manifest.yml                |  6 ------
 2 files changed, 22 deletions(-)
 delete mode 100644 ci/cirrus/freebsd-current.vars

diff --git a/ci/cirrus/freebsd-current.vars b/ci/cirrus/freebsd-current.vars
deleted file mode 100644
index e8b06b32e1..0000000000
--- a/ci/cirrus/freebsd-current.vars
+++ /dev/null
@@ -1,16 +0,0 @@
-# THIS FILE WAS AUTO-GENERATED
-#
-#  $ lcitool manifest ci/manifest.yml
-#
-# https://gitlab.com/libvirt/libvirt-ci
-
-CCACHE='/usr/local/bin/ccache'
-CPAN_PKGS=''
-CROSS_PKGS=''
-MAKE='/usr/local/bin/gmake'
-NINJA='/usr/local/bin/ninja'
-PACKAGING_COMMAND='pkg'
-PIP3='/usr/local/bin/pip-3.8'
-PKGS='augeas bash-completion ca_root_nss ccache codespell cppi curl cyrus-sasl diffutils diskscrub fusefs-libs gettext git glib gmake gnugrep gnutls gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py38-docutils py38-flake8 python3 qemu readline yajl'
-PYPI_PKGS=''
-PYTHON='/usr/local/bin/python3'
diff --git a/ci/manifest.yml b/ci/manifest.yml
index f736ffe539..e789b35ec4 100644
--- a/ci/manifest.yml
+++ b/ci/manifest.yml
@@ -189,12 +189,6 @@ targets:
 
   freebsd-13: x86_64
 
-  freebsd-current:
-    jobs:
-      - arch: x86_64
-        allow-failure: true
-        builds: False
-
   opensuse-leap-152:
     jobs:
       - arch: x86_64
-- 
2.35.1
Re: [libvirt PATCH 1/6] ci: Drop FreeBSD -CURRENT
Posted by Martin Kletzander 3 years, 10 months ago
On Thu, Apr 14, 2022 at 02:33:52PM +0200, Andrea Bolognani wrote:
>All build jobs for the target are explicitly disabled, so
>there's no point in keeping the variables file around and we
>can't simply not mention it in the manifest at all.
>

s/can't/can/

>Signed-off-by: Andrea Bolognani <abologna@redhat.com>
>---
> ci/cirrus/freebsd-current.vars | 16 ----------------
> ci/manifest.yml                |  6 ------
> 2 files changed, 22 deletions(-)
> delete mode 100644 ci/cirrus/freebsd-current.vars
>
>diff --git a/ci/cirrus/freebsd-current.vars b/ci/cirrus/freebsd-current.vars
>deleted file mode 100644
>index e8b06b32e1..0000000000
>--- a/ci/cirrus/freebsd-current.vars
>+++ /dev/null
>@@ -1,16 +0,0 @@
>-# THIS FILE WAS AUTO-GENERATED
>-#
>-#  $ lcitool manifest ci/manifest.yml
>-#
>-# https://gitlab.com/libvirt/libvirt-ci
>-
>-CCACHE='/usr/local/bin/ccache'
>-CPAN_PKGS=''
>-CROSS_PKGS=''
>-MAKE='/usr/local/bin/gmake'
>-NINJA='/usr/local/bin/ninja'
>-PACKAGING_COMMAND='pkg'
>-PIP3='/usr/local/bin/pip-3.8'
>-PKGS='augeas bash-completion ca_root_nss ccache codespell cppi curl cyrus-sasl diffutils diskscrub fusefs-libs gettext git glib gmake gnugrep gnutls gsed libpcap libpciaccess libssh libssh2 libxml2 libxslt meson ninja perl5 pkgconf polkit py38-docutils py38-flake8 python3 qemu readline yajl'
>-PYPI_PKGS=''
>-PYTHON='/usr/local/bin/python3'
>diff --git a/ci/manifest.yml b/ci/manifest.yml
>index f736ffe539..e789b35ec4 100644
>--- a/ci/manifest.yml
>+++ b/ci/manifest.yml
>@@ -189,12 +189,6 @@ targets:
>
>   freebsd-13: x86_64
>
>-  freebsd-current:
>-    jobs:
>-      - arch: x86_64
>-        allow-failure: true
>-        builds: False
>-
>   opensuse-leap-152:
>     jobs:
>       - arch: x86_64
>-- 
>2.35.1
>