[Spice-commits] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 23 15:01:24 UTC 2022


 .gitlab-ci.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9106365d3e184e751098a26fa3e6fd24d079cd1c
Author: Uri Lublin <uril at redhat.com>
Date:   Tue Mar 22 18:18:32 2022 +0200

    ci: centos: run on centos stream 8 image from quay.io
    
    The default centos:latest image can not install packages anymore.
    The makecheck-centos test fails with the following error:
      $ dnf install -y 'dnf-command(config-manager)'
      Error: Failed to download metadata for repo 'appstream' \
             Cannot prepare internal mirrorlist: No URLs in mirrorlist
    
    Replace it with a centos stream 8 image from quay.io to make
    the makecheck-centos test pass
    
    Signed-off-by: Uri Lublin <uril at redhat.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a0b30e18..3f8a68b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -106,7 +106,7 @@ makecheck-centos:
       meson gcc-c++ autoconf-archive
       -y
     - *protocol
-  image: centos:latest
+  image: quay.io/centos/centos:stream8
   script:
   - >
     CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'


More information about the Spice-commits mailing list