[libvirt PATCH] ci: Use fedora image for code style checking

Jonathon Jongsma jjongsma at redhat.com
Thu Jun 18 19:38:10 UTC 2020


Centos does not have the cppi package, so some code style checks are
skipped. Switch to a fedora image to do the code style checks.

Signed-off-by: Jonathon Jongsma <jjongsma at redhat.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bfb66a652d..b8d0645e99 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -496,7 +496,7 @@ website:
 
 codestyle:
   stage: builds
-  image: $CI_REGISTRY_IMAGE/ci-centos-8:latest
+  image: $CI_REGISTRY_IMAGE/ci-fedora-32:latest
   before_script:
     - *script_variables
   script:
-- 
2.21.3




More information about the libvir-list mailing list