From ca6f1c291facbf6a41100183c56e1e5cdb7f3bfa Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Jun 01 2020 09:36:58 +0000 Subject: ELN: Mark buildinstall as failable for now. Signed-off-by: Jan Kaluza --- diff --git a/eln.conf b/eln.conf index 2cdf0d6..14c4646 100644 --- a/eln.conf +++ b/eln.conf @@ -131,6 +131,13 @@ lorax_options = [ }) ] +failable_deliverables = [ + ('^.*$', { + # Buildinstall can fail on any variant and any arch + '*': ['buildinstall'], + }) +] + #extra_packages = [ # '/mnt/packages/foo*', #]