[tracker/wip/carlosg/test] ci: Update ci-templates




commit 61ec9a8c8bec7b96a6b9cdc8427ffe6ba5ba0e32
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Oct 16 14:31:39 2021 +0200

    ci: Update ci-templates

 .gitlab-ci.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5adf62c27..016b0cf48 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,8 @@
 include:
-  - remote: 
"https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/290b79e0e78eab67a83766f4e9691be554fc4afd/templates/ci-fairy.yml";
-  - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/290b79e0e78eab67a83766f4e9691be554fc4afd/templates/alpine.yml'
-  - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/290b79e0e78eab67a83766f4e9691be554fc4afd/templates/fedora.yml'
-  - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/290b79e0e78eab67a83766f4e9691be554fc4afd/templates/ubuntu.yml'
+  - remote: 
"https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/007f3e2fe2235328e77d3cd4ce007ab41cd9ce6c/templates/ci-fairy.yml";
+  - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/007f3e2fe2235328e77d3cd4ce007ab41cd9ce6c/templates/alpine.yml'
+  - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/007f3e2fe2235328e77d3cd4ce007ab41cd9ce6c/templates/fedora.yml'
+  - remote: 
'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/007f3e2fe2235328e77d3cd4ce007ab41cd9ce6c/templates/ubuntu.yml'
 
 variables:
   MESON_TEST_TIMEOUT_MULTIPLIER: 3
@@ -60,7 +60,7 @@ check-merge-request:
 
 .tracker.fedora@common:
   variables:
-    BASE_TAG: '2021-08-31.0'
+    BASE_TAG: '2021-10-16.0'
     FDO_UPSTREAM_REPO: GNOME/tracker
     FDO_DISTRIBUTION_PACKAGES: 'clang clang-analyzer gcovr git libasan libubsan python3-gobject python3-pip 
umockdev-devel xmlto uncrustify patch diffutils cmake python-devel'
     FDO_DISTRIBUTION_EXEC: |
@@ -75,7 +75,7 @@ check-merge-request:
 
 .tracker.ubuntu@common:
   variables:
-    BASE_TAG: '2021-05-15.5'
+    BASE_TAG: '2021-10-16.0'
     FDO_UPSTREAM_REPO: GNOME/tracker
     FDO_DISTRIBUTION_PACKAGES: 'python3-tap umockdev libumockdev-dev upower asciidoc-base git'
     FDO_DISTRIBUTION_EXEC: |
@@ -86,7 +86,7 @@ check-merge-request:
 
 .tracker.alpine@common:
   variables:
-    BASE_TAG: '2021-05-15.5'
+    BASE_TAG: '2021-10-16.0'
     FDO_UPSTREAM_REPO: GNOME/tracker
     FDO_DISTRIBUTION_PACKAGES: 'alpine-sdk asciidoc bash-completion dbus dbus-dev git glib-dev 
gobject-introspection-dev gtk-doc icu-dev json-glib-dev libsoup-dev libxml2-dev meson py3-gobject3 
py3-setuptools py3-tappy sqlite-dev vala'
 
@@ -99,7 +99,7 @@ check-merge-request:
 .tracker.fedora:rawhide@x86_64:
   extends: .tracker.fedora@common
   variables:
-    FDO_DISTRIBUTION_VERSION: rawhide
+    FDO_DISTRIBUTION_VERSION: 35
     FDO_DISTRIBUTION_TAG: "x86_64-${BASE_TAG}"
 
 .tracker.fedora:34@aarch64:


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