autobuild: allow AUTOBUILD_FAIL_IMMEDIATELY=0 (say from a gitlab variable)
commit4b1e8535610bc35c0a0c6575d80e6c0046e615e0
authorAndrew Bartlett <abartlet@samba.org>
Fri, 17 Sep 2021 04:43:00 +0000 (17 16:43 +1200)
committerJule Anger <janger@samba.org>
Thu, 23 Sep 2021 10:28:48 +0000 (23 10:28 +0000)
tree09a88a11b160fa2417d53c99440564d94bd45d12
parent4c85e56501bae9014e70fb2fb9765804540ea96f
autobuild: allow AUTOBUILD_FAIL_IMMEDIATELY=0 (say from a gitlab variable)

This allows making a push to do a full test ignoring errors without
needing "HACK!!!" commits on top.

Use like this:

git push -o ci.variable='AUTOBUILD_FAIL_IMMEDIATELY=0'

RN: Samba CI runs can now continue past the first error if AUTOBUILD_FAIL_IMMEDIATELY=0 is set

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14841

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org
Reviewed-by: Noel Power <npower@samba.org>
(cherry picked from commit b81f6f3d71487085bb355392ce7f8eff2db5bb4d)

Autobuild-User(v4-15-test): Jule Anger <janger@samba.org>
Autobuild-Date(v4-15-test): Thu Sep 23 10:28:48 UTC 2021 on sn-devel-184
script/autobuild.py