summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2019-12-13 10:24:07 +0000
committerRalph Boehme <slow@samba.org>2020-04-03 15:08:26 +0000
commit82e4dd502530583104ca39f4f6e366ef8f784a52 (patch)
tree604fb536249c9720b9c6152e7d30489733023508 /script
parent3e5131e06d5b261973647ee30c3ee0a0b0cf0007 (diff)
downloadsamba-82e4dd502530583104ca39f4f6e366ef8f784a52.tar.gz
autobuild: Add new nt4_dc_smb1 env to jobs
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 0b0d0f8db25..37121da2804 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -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",