From: Noel Power Date: Wed, 18 Dec 2019 10:26:14 +0000 (+0000) Subject: autobuild: Add nt4_dc_smb1_done to autobuild jobs X-Git-Tag: ldb-2.2.0~1102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffe856ce3280b1746b6309277463e38224be5d7c;p=thirdparty%2Fsamba.git autobuild: Add nt4_dc_smb1_done to autobuild jobs Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- diff --git a/script/autobuild.py b/script/autobuild.py index 5840e6785f6..dbe13d66514 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -199,6 +199,7 @@ tasks = { "none", "nt4_dc", "nt4_dc_smb1", + "nt4_dc_smb1_done", "nt4_dc_schannel", "nt4_member", "ad_dc", @@ -258,6 +259,7 @@ tasks = { "none", "nt4_dc", "nt4_dc_smb1", + "nt4_dc_smb1_done", "nt4_dc_schannel", "nt4_member", "ad_dc", @@ -315,6 +317,7 @@ tasks = { ("test", make_test(include_envs=[ "nt4_dc", "nt4_dc_smb1", + "nt4_dc_smb1_done", "nt4_dc_schannel", "nt4_member", "simpleserver",