phase1, phase2: don't mark the build failed if a non-critical step fails
authorBaptiste Jonglez <git@bitsofnetworks.org>
Wed, 24 Mar 2021 22:48:13 +0000 (23:48 +0100)
committerPetr Štetiar <ynezz@true.cz>
Thu, 25 Mar 2021 08:50:42 +0000 (09:50 +0100)
commit6385c5fef2ba1461725bcb9e8ec1f309ea1c08e8
treef6374acded770c220f918af72795d5fd7528f915
parent564eefcf29e83bd3d5481f367f7a3c102eb55fcf
phase1, phase2: don't mark the build failed if a non-critical step fails

Some steps are informative or optional (haltOnFailure=False), so it makes
no sense to mark the whole build as failed if such a step fails.

Depending on the case, we either mark the build as "warning"
(warnOnFailure=True) or as successful (warnOnFailure=False).

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
phase1/master.cfg
phase2/master.cfg