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

index 0b0d0f8db25c74ae2610ef73cc978e214bf21afb..37121da2804d363b1ef13e281165fcdbf6581e56 100755 (executable)
@@ -198,6 +198,7 @@ tasks = {
         ("test", make_test(exclude_envs=[
             "none",
             "nt4_dc",
+            "nt4_dc_smb1",
             "nt4_dc_schannel",
             "nt4_member",
             "ad_dc",
@@ -252,6 +253,7 @@ tasks = {
         ("test", make_test(exclude_envs=[
             "none",
             "nt4_dc",
+            "nt4_dc_smb1",
             "nt4_dc_schannel",
             "nt4_member",
             "ad_dc",
@@ -304,6 +306,7 @@ tasks = {
         ("make", "make -j"),
         ("test", make_test(include_envs=[
             "nt4_dc",
+            "nt4_dc_smb1",
             "nt4_dc_schannel",
             "nt4_member",
             "simpleserver",