commit fcbffea4e097952e3e6ceaa6dd0cf97370487c85
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Sep 9 11:06:36 2017 +0200
allows build_arch to fail
roles/koji_builder/templates/kojid.conf | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/roles/koji_builder/templates/kojid.conf
b/roles/koji_builder/templates/kojid.conf
index a009e58..12e6d04 100644
--- a/roles/koji_builder/templates/kojid.conf
+++ b/roles/koji_builder/templates/kojid.conf
@@ -58,6 +58,10 @@ allowed_scms=pkgs.stg.rpmfusion.org:/docker/*:false
pkgs.stg.rpmfusion.org:/rpms
allowed_scms=pkgs.rpmfusion.org:/*:false:rfpkg-minimal,sources
{% endif %}
+; allow tasks to continue to completion if a sibling fails
+; the parent task will fail but all child tasks will complete
+build_arch_can_fail = true
+
; The mail host to use for sending email notifications
smtphost=localhost