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



commit 246a9e523a4739019d4387816b5c091aa3634877
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 | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c881459a..84d24474 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
+  FDO_DISTRIBUTION_TAG: latest
+  FDO_DISTRIBUTION_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: >
@@ -239,7 +238,7 @@ msan:
 #############################################
 
 container_fedora_build:
-  extends: .fedora@container-build
+  extends: .fdo.container-build@fedora
   # The templates reference the local registry, but we need the fdo one
   image: registry.freedesktop.org/wayland/ci-templates/buildah:latest
   only:
@@ -247,8 +246,8 @@ container_fedora_build:
       - $CI_PIPELINE_SOURCE == "schedule" && $CRON_TASK == "BUILD_CI_IMAGES"
   variables:
     GIT_STRATEGY: none # no need to pull the whole tree for rebuilding the image
-    FEDORA_RPMS: $FEDORA_DEPENDENCIES
-    FEDORA_EXEC: |
+    FDO_DISTRIBUTION_PACKAGES: $FEDORA_DEPENDENCIES
+    FDO_DISTRIBUTION_EXEC: |
       git clone https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git && \
         cd gsettings-desktop-schemas && \
         meson . _build --prefix=/usr && \


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