summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-02-18 15:34:35 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-03-07 10:05:30 +0100
commitb5d4fae5ef123907fc4cfa98406224fd6c408539 (patch)
tree2202e630243c544a82510d9cdbd428d18287364a /.gitlab-ci.yml
parent9cabc41a3700255c4c35668c10806c7217e40ab3 (diff)
downloadtracker-b5d4fae5ef123907fc4cfa98406224fd6c408539.tar.gz
ci: Declare variable in general block
This variable is also useful in other jobs, so move it outside to the general declarations.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e698a2a8..8138a8279 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,7 @@ include:
- remote: 'https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/80f87b3058efb75a1faae11826211375fba77e7f/templates/ubuntu.yml'
variables:
+ FDO_UPSTREAM_REPO: GNOME/tracker
MESON_TEST_TIMEOUT_MULTIPLIER: 3
# These can be used to see verbose log output from the functional-tests.
# See HACKING.md for more information.
@@ -73,7 +74,6 @@ check-merge-request:
.tracker.fedora@common:
variables:
BASE_TAG: '2022-02-10.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: |
dnf install -y 'dnf-command(builddep)' 'dnf-command(download)' &&
@@ -88,7 +88,6 @@ check-merge-request:
.tracker.ubuntu@common:
variables:
BASE_TAG: '2021-05-15.5'
- FDO_UPSTREAM_REPO: GNOME/tracker
FDO_DISTRIBUTION_PACKAGES: 'python3-tap umockdev libumockdev-dev upower asciidoc-base git'
FDO_DISTRIBUTION_EXEC: |
export DEBIAN_FRONTEND=noninteractive &&
@@ -99,7 +98,6 @@ check-merge-request:
.tracker.alpine@common:
variables:
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'
.tracker.fedora:35@x86_64: