[gnome-settings-daemon/benzea/update-ci-template] ci: Update to adjust fdo template changes and switch to rawhide



commit adebe3772e935d6ad0cf29a1deb3a302479f33ba
Author: Benjamin Berg <bberg redhat com>
Date:   Tue Mar 17 09:49:54 2020 +0100

    ci: Update to adjust fdo template changes and switch to rawhide
    
    The used template was changed. Also switch back to rawhide as it is
    working again now.

 .gitlab-ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c881459a..976f921d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,9 +2,8 @@ include:
  - remote: 'https://gitlab.freedesktop.org/wayland/ci-templates/raw/master/templates/fedora.yml'
 
 variables:
-  # Use F31 for now as the base image needs updating for the new keys
   FEDORA_TAG: latest
-  FEDORA_VERSION: 31
+  FEDORA_VERSION: rawhide
   # NOTE: We hardcode /gnome/ so that forks pick up the correct registry
   FEDORA_IMAGE: "$CI_REGISTRY/gnome/$CI_PROJECT_NAME/fedora/$FEDORA_VERSION:$FEDORA_TAG"
   FEDORA_DEPENDENCIES: >
@@ -238,8 +237,8 @@ msan:
 #          Create CI Docker Images          #
 #############################################
 
-container_fedora_build:
-  extends: .fedora@container-build
+.fedora.rawhide@default-build:
+  extends: .fdo.distribution_image@fedora
   # The templates reference the local registry, but we need the fdo one
   image: registry.freedesktop.org/wayland/ci-templates/buildah:latest
   only:


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