From ea9871879d0900d84b8c1a1a4b93db9fac754aed Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 14 Oct 2018 22:48:02 +0000 Subject: Kill other architectures in case of failure --- ulri | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ulri') diff --git a/ulri b/ulri index 5398a9b..ad1fef8 100755 --- a/ulri +++ b/ulri @@ -297,6 +297,10 @@ foreach my $prefix (keys %pkg_tree) { unless ($timeout || $zombie || $ended) { # Everything is fine, build is continuing! + # Kill it if that package had failed on a mandatory arch + if (check_if_mandatory_arch_failed($media, $prefix, $ent, $config)) { + ssh($remote, "kill -14 $pid"); + } next bot; } if ($timeout) { -- cgit v1.2.1