summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-02-19 13:47:12 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-02-20 11:08:35 +0100
commite2c58cbf92870771582717ea4572cd51f9c3d8a8 (patch)
tree774003160da2a6e6d8573fd88fc45934c32cfe55 /.gitlab-ci.yml
parent061faeff4d6c888aa6f712fcbf8b87d9af8cd21d (diff)
downloadtracker-e2c58cbf92870771582717ea4572cd51f9c3d8a8.tar.gz
ci: Update alpine image, and use "latest"
The latter seems necessary for ci-templates to pan along (and anyways, sticking to "edge" for things that we want reproduceability and stability like CI is not recommended). This went unnoticed since this image hasn't been rebuilt for some time, but has probably been broken since the last update to ci-templates dependencies, and can be seen in merge requests from user repositories.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d1338a5e..c7ab6deb5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,7 +86,7 @@ check-merge-request:
.tracker.alpine@common:
variables:
- BASE_TAG: '2021-05-15.5'
+ BASE_TAG: '2022-02-19.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'
@@ -116,10 +116,10 @@ check-merge-request:
FDO_DISTRIBUTION_VERSION: rolling
FDO_DISTRIBUTION_TAG: "x86_64-${BASE_TAG}"
-.tracker.alpine:edge@x86_64:
+.tracker.alpine:latest@x86_64:
extends: .tracker.alpine@common
variables:
- FDO_DISTRIBUTION_VERSION: edge
+ FDO_DISTRIBUTION_VERSION: latest
FDO_DISTRIBUTION_TAG: "x86_64-${BASE_TAG}"
build-fedora-container@x86_64:
@@ -170,7 +170,7 @@ build-ubuntu-container@x86_64:
build-alpine-container@x86_64:
extends:
- .fdo.container-build@alpine
- - .tracker.alpine:edge@x86_64
+ - .tracker.alpine:latest@x86_64
stage: prepare
variables:
GIT_STRATEGY: none
@@ -239,10 +239,10 @@ build-ubuntu-rolling@x86_64:
NO_DOCS: "true"
<<: *build
-build-alpine-edge@x86_64:
+build-alpine-latest@x86_64:
extends:
- .fdo.distribution-image@alpine
- - .tracker.alpine:edge@x86_64
+ - .tracker.alpine:latest@x86_64
needs:
- build-alpine-container@x86_64
variables:
@@ -320,9 +320,9 @@ test-ubuntu@x86_64:
test-alpine@x86_64:
extends:
- .fdo.distribution-image@alpine
- - .tracker.alpine:edge@x86_64
+ - .tracker.alpine:latest@x86_64
needs:
- - build-alpine-edge@x86_64
+ - build-alpine-latest@x86_64
<<: *test
test-website: