[tracker-miners/wip/carlosg/ci-updates: 4/6] ci: Allow failure in all stages of Rawhide testing
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners/wip/carlosg/ci-updates: 4/6] ci: Allow failure in all stages of Rawhide testing
- Date: Thu, 12 Aug 2021 12:27:28 +0000 (UTC)
commit 938b9be78f154e7cc727c652359d0237536318b5
Author: Carlos Garnacho <carlosg gnome org>
Date: Thu Aug 12 11:46:02 2021 +0200
ci: Allow failure in all stages of Rawhide testing
Creating Rawhide images is currently broken, it does not make sense
to stall CI on a distro version that is not necessarily stable.
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d017fa1fb..358be58c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -137,6 +137,7 @@ build-fedora-rawhide-container@x86_64:
stage: prepare
variables:
GIT_STRATEGY: none
+ allow_failure: true
needs:
- check-commit-log
- check-merge-request
@@ -206,6 +207,7 @@ build-fedora-rawhide@x86_64:
- .tracker-miners.fedora:rawhide@x86_64
needs:
- build-fedora-rawhide-container@x86_64
+ allow_failure: true
<<: *build
build-fedora@aarch64:
@@ -276,6 +278,7 @@ test-fedora-rawhide@x86_64:
- .tracker-miners.fedora:rawhide@x86_64
needs:
- build-fedora-rawhide@x86_64
+ allow_failure: true
<<: *test
test-fedora@aarch64:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]