[glib/wip/hadess/add-sudo-fedora-docker: 24/24] ci: Use new Fedora v5 Docker image for all CI jobs



commit cd11067a0345f2125da1da1beb81c95115c834eb
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Nov 27 13:22:26 2019 +0000

    ci: Use new Fedora v5 Docker image for all CI jobs
    
    v5 was built using the fedora.Dockerfile updates from the previous few
    commits.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3c18c952..660173651 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ style-check-diff:
 
 fedora-x86_64:
   <<: *only-default
-  image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
+  image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
   stage: build
   variables:
     CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
@@ -100,7 +100,7 @@ debian-stable-x86_64:
 
 G_DISABLE_ASSERT:
   <<: *only-default
-  image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
+  image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
   stage: build
   variables:
     CPPFLAGS: "-DG_DISABLE_ASSERT"
@@ -127,7 +127,7 @@ G_DISABLE_ASSERT:
 
 valgrind:
   <<: *only-default
-  image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
+  image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
   stage: analysis
   variables:
     MESON_TEST_TIMEOUT_MULTIPLIER: 10
@@ -298,7 +298,7 @@ freebsd-12-x86_64:
 
 coverage:
   <<: *only-default
-  image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
+  image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
   stage: coverage
   artifacts:
     name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
@@ -310,7 +310,7 @@ coverage:
 
 scan-build:
   <<: *only-default
-  image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
+  image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
   stage: analysis
   script:
     - meson ${MESON_COMMON_OPTIONS}
@@ -341,7 +341,7 @@ pages:
       - public
 
 dist-job:
-  image: registry.gitlab.gnome.org/gnome/glib/fedora:v4
+  image: registry.gitlab.gnome.org/gnome/glib/fedora:v5
   stage: build
   only:
     - tags


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]