[tracker/wip/carlosg/test: 2/3] ci: Make Rawhide failable
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/test: 2/3] ci: Make Rawhide failable
- Date: Fri, 27 Aug 2021 14:59:21 +0000 (UTC)
commit 5998d8b0ff9309cb24999c724180c4691d475474
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Aug 20 15:09:52 2021 +0200
ci: Make Rawhide failable
This is broken ATM, make it able to fail, and use F34 for
all other misc stuff.
.gitlab-ci.yml | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f106e6ea6..ab846a4e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -136,6 +136,7 @@ build-fedora-rawhide-container@x86_64:
stage: prepare
variables:
GIT_STRATEGY: none
+ allow_failure: true
needs:
- check-commit-log
- check-merge-request
@@ -212,6 +213,7 @@ build-fedora-rawhide@x86_64:
- .tracker.fedora:rawhide@x86_64
needs:
- build-fedora-rawhide-container@x86_64
+ allow_failure: true
<<: *build
build-fedora@aarch64:
@@ -291,6 +293,7 @@ test-fedora-rawhide@x86_64:
- .tracker.fedora:rawhide@x86_64
needs:
- build-fedora-rawhide@x86_64
+ allow_failure: true
<<: *test
test-fedora@aarch64:
@@ -321,7 +324,7 @@ test-alpine@x86_64:
coverage-analysis:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:rawhide@x86_64
+ - .tracker.fedora:34@x86_64
stage: analysis
allow_failure: true
script:
@@ -339,7 +342,7 @@ coverage-analysis:
coverity:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:rawhide@x86_64
+ - .tracker.fedora:34@x86_64
stage: analysis
allow_failure: true
script:
@@ -355,7 +358,7 @@ coverity:
--form file=@cov-int.tar.gz --form version="`git describe --tags`"
--form description="gitlab CI build"
needs:
- - build-fedora-rawhide-container@x86_64
+ - build-fedora-container@x86_64
only:
- master
except:
@@ -365,10 +368,10 @@ coverity:
static-scan:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:rawhide@x86_64
+ - .tracker.fedora:34@x86_64
stage: analysis
needs:
- - build-fedora-rawhide-container@x86_64
+ - build-fedora-container@x86_64
script:
- meson --buildtype=debug _scan_build
- ninja -C _scan_build scan-build
@@ -380,7 +383,7 @@ static-scan:
pages:
extends:
- .fdo.distribution-image@fedora
- - .tracker.fedora:rawhide@x86_64
+ - .tracker.fedora:34@x86_64
stage: website
script:
- export install_prefix="$(pwd)/tracker-install"
@@ -398,7 +401,7 @@ pages:
paths:
- public
needs:
- - build-fedora-rawhide-container@x86_64
+ - build-fedora-container@x86_64
only:
- master
- /^sam\/website.*$/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]