From 2d975005055340b25d3aed99e2cab5cb22315c43 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 22 Dec 2016 14:28:42 +0000 Subject: [PATCH] et build_arch_can_fail so that children tasks complete Signed-off-by: Dennis Gilmore --- roles/koji_builder/templates/kojid.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 689fbbe128..dec262cfa3 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -58,6 +58,10 @@ allowed_scms=pkgs.stg.fedoraproject.org:/docker/*:false pkgs.stg.fedoraproject.o allowed_scms=pkgs.fedoraproject.org:/*:false:fedpkg,sources pagure.io:/fedora-kickstarts.git:false git.fedorahosted.org:/git/spin-kickstarts.git:false {% 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=bastion.phx2.fedoraproject.org