[tracker/wip/carlosg/ci-f35-and-beyond: 2/2] ci: Update stable fedora to 35
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/ci-f35-and-beyond: 2/2] ci: Update stable fedora to 35
- Date: Thu, 10 Feb 2022 22:27:39 +0000 (UTC)
commit e776df3b7b351bf46573d4ce13c1cfef5465507a
Author: Carlos Garnacho <carlosg gnome org>
Date: Thu Feb 10 23:25:14 2022 +0100
ci: Update stable fedora to 35
It's been out for some time, but we've been unable to update.
.gitlab-ci.yml | 34 +++++++++++++++++-----------------
1 file 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]