From 087eb9d744822da9e9e8f1c67f8c3589a95856e9 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Fri, 6 Dec 2019 15:20:48 +0000 Subject: [PATCH] script: Add ad_dc_smb1 to autobuild jobs Signed-off-by: Noel Power Reviewed-by: Ralph Boehme --- script/autobuild.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script/autobuild.py b/script/autobuild.py index df39f0fb808..0b0d0f8db25 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -201,6 +201,7 @@ tasks = { "nt4_dc_schannel", "nt4_member", "ad_dc", + "ad_dc_smb1", "ad_dc_backup", "ad_dc_ntvfs", "ad_dc_default", @@ -254,6 +255,7 @@ tasks = { "nt4_dc_schannel", "nt4_member", "ad_dc", + "ad_dc_smb1", "ad_dc_backup", "ad_dc_ntvfs", "ad_dc_default", @@ -347,6 +349,7 @@ tasks = { ("make", "make -j"), ("test", make_test(include_envs=[ "ad_dc", + "ad_dc_smb1", "ad_dc_no_nss", "ad_dc_no_ntlm", ])), @@ -471,6 +474,7 @@ tasks = { ("make", "make -j"), ("test", make_test(include_envs=[ "ad_dc", + "ad_dc_smb1", "ad_dc_no_nss", "ad_dc_no_ntlm", ])), @@ -529,7 +533,7 @@ tasks = { ("configure", "ADDITIONAL_CFLAGS='-O3 -Wp,-D_FORTIFY_SOURCE=2' ./configure.developer --with-selftest-prefix=./bin/ab --abi-check-disable" + samba_configure_params), ("make", "make -j"), ("test", make_test(cmd='make test', include_envs=["none"])), - ("quicktest", make_test(cmd='make quicktest', include_envs=["ad_dc"])), + ("quicktest", make_test(cmd='make quicktest', include_envs=["ad_dc", "ad_dc_smb1"])), ("lcov", LCOV_CMD), ("install", "make install"), ("check-clean-tree", "script/clean-source-tree.sh"), -- 2.34.1