summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-02-20 13:49:02 +0000
committerCarlos Garnacho <carlosg@gnome.org>2022-02-20 13:49:02 +0000
commitc6e63fd718231bbef0ee4d8756a333a4500378fc (patch)
tree774003160da2a6e6d8573fd88fc45934c32cfe55
parent061faeff4d6c888aa6f712fcbf8b87d9af8cd21d (diff)
parente2c58cbf92870771582717ea4572cd51f9c3d8a8 (diff)
downloadtracker-c6e63fd718231bbef0ee4d8756a333a4500378fc.tar.gz
Merge branch 'wip/carlosg/ci-alpine-update' into 'master'
ci: Update alpine image, and use "latest" See merge request GNOME/tracker!489
-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: