[libvirt PATCH 02/20] ci: update OpenSUSE Leap to 15.6

Ján Tomko posted 20 patches 3 months, 1 week ago
There is a newer version of this series
[libvirt PATCH 02/20] ci: update OpenSUSE Leap to 15.6
Posted by Ján Tomko 3 months, 1 week ago
It was released on June 12, 2024.

The update means we no longer have to care about json-c 0.13
present in Leap 15.5, which solves some whitespace issues in
tests.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 ci/containers/opensuse-leap-15.Dockerfile | 2 +-
 ci/gitlab/builds.yml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/containers/opensuse-leap-15.Dockerfile b/ci/containers/opensuse-leap-15.Dockerfile
index bf794d6929..b152528378 100644
--- a/ci/containers/opensuse-leap-15.Dockerfile
+++ b/ci/containers/opensuse-leap-15.Dockerfile
@@ -4,7 +4,7 @@
 #
 # https://gitlab.com/libvirt/libvirt-ci
 
-FROM registry.opensuse.org/opensuse/leap:15.5
+FROM registry.opensuse.org/opensuse/leap:15.6
 
 RUN zypper update -y && \
     zypper install -y \
diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml
index a0a64c1ec1..214119b902 100644
--- a/ci/gitlab/builds.yml
+++ b/ci/gitlab/builds.yml
@@ -191,7 +191,7 @@ x86_64-opensuse-leap-15:
     CFLAGS: -Wno-missing-include-dirs
     NAME: opensuse-leap-15
     RPM: skip
-    TARGET_BASE_IMAGE: registry.opensuse.org/opensuse/leap:15.5
+    TARGET_BASE_IMAGE: registry.opensuse.org/opensuse/leap:15.6
 
 
 x86_64-opensuse-tumbleweed:
-- 
2.45.2
Re: [libvirt PATCH 02/20] ci: update OpenSUSE Leap to 15.6
Posted by Peter Krempa 3 months, 1 week ago
On Wed, Aug 14, 2024 at 23:40:17 +0200, Ján Tomko wrote:
> It was released on June 12, 2024.
> 
> The update means we no longer have to care about json-c 0.13
> present in Leap 15.5, which solves some whitespace issues in
> tests.
> 
> Signed-off-by: Ján Tomko <jtomko@redhat.com>
> ---
>  ci/containers/opensuse-leap-15.Dockerfile | 2 +-
>  ci/gitlab/builds.yml                      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

I've approved https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/497

and

Reviewed-by: Peter Krempa <pkrempa@redhat.com>