summaryrefslogtreecommitdiff
path: root/script/autobuild.py
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2019-12-18 10:26:14 +0000
committerRalph Boehme <slow@samba.org>2020-04-03 15:08:27 +0000
commitffe856ce3280b1746b6309277463e38224be5d7c (patch)
tree4643be1f6a1091d223b62f29134d20e6468b2e11 /script/autobuild.py
parentba3fe03b510cf4f50ede3272c8b867a8062c2a1c (diff)
downloadsamba-ffe856ce3280b1746b6309277463e38224be5d7c.tar.gz
autobuild: Add nt4_dc_smb1_done to autobuild jobs
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'script/autobuild.py')
-rwxr-xr-xscript/autobuild.py3
1 files changed, 3 insertions, 0 deletions
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",