gitlab CI: update to latest ci-templates
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 27 Jul 2021 23:00:00 +0000 (09:00 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 27 Jul 2021 23:46:20 +0000 (09:46 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/ci.template
.gitlab-ci/config.yml

index be953364f13b7c49d1ebe044e0603e574504e9db..a712ec2723ddd063fec697376982aac5d7344b03 100644 (file)
@@ -34,7 +34,7 @@
 # <distribution>:<version>@activity:
 #  e.g. fedora:31@build-default
 
-.templates_sha: &template_sha 18194044f0f984c8815bc9a1a146582f6bf15d41 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha 007f3e2fe2235328e77d3cd4ce007ab41cd9ce6c
 
 include:
   # Alpine container builder template
@@ -96,13 +96,13 @@ variables:
   # changing these will force rebuilding the associated image
   # Note: these tags have no meaning and are not tied to a particular
   # libinput version
-  FEDORA_TAG:  '2021-05-12.0'
-  DEBIAN_TAG:  '2021-05-12.0'
-  UBUNTU_TAG:  '2021-05-12.0'
-  ARCH_TAG:    '2021-05-12.0'
-  ALPINE_TAG:  '2021-05-12.0'
-  FREEBSD_TAG: '2021-05-12.0'
-  FEDORA_QEMU_TAG:     'fedora-qemu-vm-2021-05-12.0'
+  FEDORA_TAG:  '2021-07-28.0'
+  DEBIAN_TAG:  '2021-07-28.0'
+  UBUNTU_TAG:  '2021-07-28.0'
+  ARCH_TAG:    '2021-07-28.0'
+  ALPINE_TAG:  '2021-07-28.0'
+  FREEBSD_TAG: '2021-07-28.0'
+  FEDORA_QEMU_TAG:     'fedora-qemu-vm-2021-07-28.0'
 
   FREEBSD_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/freebsd/11.2:$FREEBSD_TAG
   FDO_UPSTREAM_REPO: libinput/libinput
index f8a781ea7581a6b739510cf5cddc95c4eab1cd9c..85402d9df6fea69dbb8c2115d7095a7f029c0d01 100644 (file)
@@ -36,7 +36,7 @@
 # <distribution>:<version>@activity:
 #  e.g. fedora:31@build-default
 
-.templates_sha: &template_sha 18194044f0f984c8815bc9a1a146582f6bf15d41 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha 007f3e2fe2235328e77d3cd4ce007ab41cd9ce6c
 
 include:
   {% for distro in distributions|sort(attribute="name") %}
index 3f074c49a3bf274c4c5e93c2425c70b41443699c..52adec5db7ed2fbe259c47731c365e795b35d0bf 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 # We're happy to rebuild all containers when one changes.
-.default_tag: &default_tag '2021-05-12.0'
+.default_tag: &default_tag '2021-07-28.0'
 
 distributions:
   - name: fedora