summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-02-10 23:25:14 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-02-10 23:27:16 +0100
commite776df3b7b351bf46573d4ce13c1cfef5465507a (patch)
treecf2590e63d47606a686175f2f8e0cbeb4d301bc5 /.gitlab-ci.yml
parent51364df5153e1edfbd6d8c5ea6a839b04a82a828 (diff)
downloadtracker-e776df3b7b351bf46573d4ce13c1cfef5465507a.tar.gz
ci: Update stable fedora to 35
It's been out for some time, but we've been unable to update.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml34
1 files changed, 17 insertions, 17 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ffed2665..3d1338a5e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,7 +60,7 @@ check-merge-request:
.tracker.fedora@common:
variables:
- BASE_TAG: '2021-08-31.0'
+ 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: |
@@ -90,10 +90,10 @@ check-merge-request:
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:34@x86_64:
+.tracker.fedora:35@x86_64:
extends: .tracker.fedora@common
variables:
- FDO_DISTRIBUTION_VERSION: 34
+ FDO_DISTRIBUTION_VERSION: 35
FDO_DISTRIBUTION_TAG: "x86_64-${BASE_TAG}"
.tracker.fedora:rawhide@x86_64:
@@ -102,10 +102,10 @@ check-merge-request:
FDO_DISTRIBUTION_VERSION: rawhide
FDO_DISTRIBUTION_TAG: "x86_64-${BASE_TAG}"
-.tracker.fedora:34@aarch64:
+.tracker.fedora:35@aarch64:
extends: .tracker.fedora@common
variables:
- FDO_DISTRIBUTION_VERSION: 34
+ FDO_DISTRIBUTION_VERSION: 35
FDO_DISTRIBUTION_TAG: "aarch64-${BASE_TAG}"
tags:
- aarch64
@@ -125,7 +125,7 @@ check-merge-request:
build-fedora-container@x86_64:
extends:
- .fdo.container-build@fedora
- - .tracker.fedora:34@x86_64
+ - .tracker.fedora:35@x86_64
stage: prepare
variables:
GIT_STRATEGY: none
@@ -148,7 +148,7 @@ build-fedora-rawhide-container@x86_64:
build-fedora-container@aarch64:
extends:
- .fdo.container-build@fedora
- - .tracker.fedora:34@aarch64
+ - .tracker.fedora:35@aarch64
stage: prepare
variables:
GIT_STRATEGY: none
@@ -181,7 +181,7 @@ build-alpine-container@x86_64:
check-code-style:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:34@x86_64
+ - .tracker.fedora:35@x86_64
needs:
- build-fedora-container@x86_64
stage: code-review
@@ -206,7 +206,7 @@ check-code-style:
build-fedora@x86_64:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:34@x86_64
+ - .tracker.fedora:35@x86_64
needs:
- build-fedora-container@x86_64
<<: *build
@@ -223,7 +223,7 @@ build-fedora-rawhide@x86_64:
build-fedora@aarch64:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:34@aarch64
+ - .tracker.fedora:35@aarch64
needs:
- build-fedora-container@aarch64
allow_failure: true
@@ -286,7 +286,7 @@ build-alpine-edge@x86_64:
test-fedora@x86_64:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:34@x86_64
+ - .tracker.fedora:35@x86_64
needs:
- build-fedora@x86_64
<<: *test
@@ -303,7 +303,7 @@ test-fedora-rawhide@x86_64:
test-fedora@aarch64:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:34@aarch64
+ - .tracker.fedora:35@aarch64
needs:
- build-fedora@aarch64
allow_failure: true
@@ -328,7 +328,7 @@ test-alpine@x86_64:
test-website:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:34@x86_64
+ - .tracker.fedora:35@x86_64
stage: test
script:
- export install_prefix="$(pwd)/tracker-install"
@@ -351,7 +351,7 @@ test-website:
coverage-analysis:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:34@x86_64
+ - .tracker.fedora:35@x86_64
stage: analysis
allow_failure: true
script:
@@ -372,7 +372,7 @@ coverage-analysis:
coverity:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:34@x86_64
+ - .tracker.fedora:35@x86_64
stage: analysis
allow_failure: true
script:
@@ -398,7 +398,7 @@ coverity:
static-scan:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:34@x86_64
+ - .tracker.fedora:35@x86_64
stage: analysis
needs:
- build-fedora-container@x86_64
@@ -413,7 +413,7 @@ static-scan:
pages:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:34@x86_64
+ - .tracker.fedora:35@x86_64
stage: website
script:
- mv website public