diff options
Diffstat (limited to 'ulri')
-rwxr-xr-x | ulri | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) { |