autobuild: Add nt4_dc_smb1_done to autobuild jobs
authorNoel Power <noel.power@suse.com>
Wed, 18 Dec 2019 10:26:14 +0000 (10:26 +0000)
committerRalph Boehme <slow@samba.org>
Fri, 3 Apr 2020 15:08:27 +0000 (15:08 +0000)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
script/autobuild.py

index 5840e6785f6a090c2c088c2e06d0a2bcd7649c90..dbe13d66514fd7321dd77a19ecd649da82148436 100755 (executable)
@@ -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",