[nautilus/wip/oholy/ci-improvements: 3/3] ci: Run nightly job even if cross environment stage fails
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/oholy/ci-improvements: 3/3] ci: Run nightly job even if cross environment stage fails
- Date: Wed, 15 Apr 2020 14:13:33 +0000 (UTC)
commit 949251868da360c7af40e24858caf2d18dbb3e6e
Author: Ondrej Holy <oholy redhat com>
Date: Wed Apr 15 16:02:26 2020 +0200
ci: Run nightly job even if cross environment stage fails
Currently, the nightly job is skipped if fedora rawhide, or flatpak
master job fails. This is not wanted as the nightly should be published
if flatpak devel job succeeds. Let's allow failures of those jobs to
not block the deploy stage.
.gitlab-ci.yml | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 057efa0dc..804f68fab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,7 @@ fedora rawhide:
only:
- web
- master
+ allow_failure: true
flatpak master:
stage: cross environment
@@ -51,6 +52,7 @@ flatpak master:
- schedules
- web
- tags
+ allow_failure: true
triage:
image: ruby:2.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]