gitlab CI: update to latest ci-templates
authorPeter Hutterer <peter.hutterer@who-t.net>
Sun, 23 Feb 2020 22:12:35 +0000 (08:12 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Sun, 23 Feb 2020 22:44:48 +0000 (08:44 +1000)
This gives us a warning where qemu failed to start and it gets rid of the
different "flavor" that only archlinux had different to the distribution name.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/gitlab-ci-config.yaml
.gitlab-ci/gitlab-ci.tmpl

index cc90e2c506dfb61d1f4725aa8e46a34fa17095da..d3df62829dae29043d1dad878a02f24312021a8f 100644 (file)
@@ -62,13 +62,13 @@ variables:
   # changing these will force rebuilding the associated image
   # Note: these tags have no meaning and are not tied to a particular
   # libevdev version
-  FEDORA_TAG: '2020-02-20.0'
-  CENTOS_TAG: '2020-02-17.1'
-  DEBIAN_TAG: '2020-02-17.1'
-  UBUNTU_TAG: '2020-02-17.1'
-  ARCH_TAG:   '2020-02-17.1'
-  ALPINE_TAG: '2020-02-17.1'
-  QEMU_TAG:   'qemu-2020-02-18.0'
+  FEDORA_TAG: '2020-02-24.0'
+  CENTOS_TAG: '2020-02-24.0'
+  DEBIAN_TAG: '2020-02-24.0'
+  UBUNTU_TAG: '2020-02-24.0'
+  ARCH_TAG:   '2020-02-24.0'
+  ALPINE_TAG: '2020-02-24.0'
+  QEMU_TAG:   'qemu-2020-02-24.0'
 
   UPSTREAM_REPO: libevdev/libevdev
   BUILDAH_IMAGE: $CI_REGISTRY/wayland/ci-templates/buildah:latest
@@ -317,7 +317,7 @@ arch:rolling@container-prep:
   variables:
     GIT_STRATEGY: none
     ARCH_VERSION: 'rolling'
-    DISTRIB_FLAVOR: archlinux
+    DISTRIB_FLAVOR: arch
     DISTRIB_VERSION: $ARCH_VERSION
     TAG: $ARCH_TAG
 
index eab81f35b9feadb61b3d6bc402028369acd5d1b1..98900c7369eef2d6cc6a40d68c4f49157fed62da 100644 (file)
@@ -33,6 +33,5 @@ distributions:
         MAKE_ARGS: "''  # disable distcheck, requires doxygen"
   - name: arch
     version: 'rolling'
-    flavor: 'archlinux' # see https://gitlab.freedesktop.org/wayland/ci-templates/merge_requests/19
   - name: alpine
     version: 'latest'
index 489c21c2c0886e19150f0c82f313df5a1e1261b1..7dd9f422fc48a4510538285ee0d253552a985e55 100644 (file)
@@ -46,13 +46,13 @@ variables:
   # changing these will force rebuilding the associated image
   # Note: these tags have no meaning and are not tied to a particular
   # libevdev version
-  FEDORA_TAG: '2020-02-20.0'
-  CENTOS_TAG: '2020-02-17.1'
-  DEBIAN_TAG: '2020-02-17.1'
-  UBUNTU_TAG: '2020-02-17.1'
-  ARCH_TAG:   '2020-02-17.1'
-  ALPINE_TAG: '2020-02-17.1'
-  QEMU_TAG:   'qemu-2020-02-18.0'
+  FEDORA_TAG: '2020-02-24.0'
+  CENTOS_TAG: '2020-02-24.0'
+  DEBIAN_TAG: '2020-02-24.0'
+  UBUNTU_TAG: '2020-02-24.0'
+  ARCH_TAG:   '2020-02-24.0'
+  ALPINE_TAG: '2020-02-24.0'
+  QEMU_TAG:   'qemu-2020-02-24.0'
 
   UPSTREAM_REPO: libevdev/libevdev
   BUILDAH_IMAGE: $CI_REGISTRY/wayland/ci-templates/buildah:latest
@@ -190,7 +190,7 @@ fedora:31@qemu-prep:
   variables:
     GIT_STRATEGY: none
     {{ distro.name.upper() }}_VERSION: '{{ distro.version }}'
-    DISTRIB_FLAVOR: {{ distro.flavor|default(distro.name) }}
+    DISTRIB_FLAVOR: {{ distro.name }}
     DISTRIB_VERSION: ${{ distro.name.upper() }}_VERSION
     TAG: ${{ distro.name.upper() }}_TAG