mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
autobuild: Add ad_dc_default_smb1 to autobuild jobs
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
34b14c4fd2
commit
e468b03fc4
@ -206,6 +206,7 @@ tasks = {
|
|||||||
"ad_dc_backup",
|
"ad_dc_backup",
|
||||||
"ad_dc_ntvfs",
|
"ad_dc_ntvfs",
|
||||||
"ad_dc_default",
|
"ad_dc_default",
|
||||||
|
"ad_dc_default_smb1",
|
||||||
"ad_dc_slowtests",
|
"ad_dc_slowtests",
|
||||||
"ad_dc_no_nss",
|
"ad_dc_no_nss",
|
||||||
"ad_dc_no_ntlm",
|
"ad_dc_no_ntlm",
|
||||||
@ -234,6 +235,7 @@ tasks = {
|
|||||||
"vampire_dc",
|
"vampire_dc",
|
||||||
"rodc",
|
"rodc",
|
||||||
"ad_dc_default",
|
"ad_dc_default",
|
||||||
|
"ad_dc_default_smb1",
|
||||||
"ad_dc_slowtests",
|
"ad_dc_slowtests",
|
||||||
"schema_pair_dc",
|
"schema_pair_dc",
|
||||||
"schema_dc",
|
"schema_dc",
|
||||||
@ -261,6 +263,7 @@ tasks = {
|
|||||||
"ad_dc_backup",
|
"ad_dc_backup",
|
||||||
"ad_dc_ntvfs",
|
"ad_dc_ntvfs",
|
||||||
"ad_dc_default",
|
"ad_dc_default",
|
||||||
|
"ad_dc_default_smb1",
|
||||||
"ad_dc_slowtests",
|
"ad_dc_slowtests",
|
||||||
"ad_dc_no_nss",
|
"ad_dc_no_nss",
|
||||||
"ad_dc_no_ntlm",
|
"ad_dc_no_ntlm",
|
||||||
@ -289,6 +292,7 @@ tasks = {
|
|||||||
"vampire_dc",
|
"vampire_dc",
|
||||||
"rodc",
|
"rodc",
|
||||||
"ad_dc_default",
|
"ad_dc_default",
|
||||||
|
"ad_dc_default_smb1",
|
||||||
"ad_dc_slowtests",
|
"ad_dc_slowtests",
|
||||||
"schema_pair_dc",
|
"schema_pair_dc",
|
||||||
"schema_dc",
|
"schema_dc",
|
||||||
@ -405,7 +409,7 @@ tasks = {
|
|||||||
("random-sleep", random_sleep(1, 1)),
|
("random-sleep", random_sleep(1, 1)),
|
||||||
("configure", "./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params),
|
("configure", "./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params),
|
||||||
("make", "make -j"),
|
("make", "make -j"),
|
||||||
("test", make_test(include_envs=["ad_dc_default"])),
|
("test", make_test(include_envs=["ad_dc_default", "ad_dc_default_smb1"])),
|
||||||
("lcov", LCOV_CMD),
|
("lcov", LCOV_CMD),
|
||||||
("check-clean-tree", "script/clean-source-tree.sh"),
|
("check-clean-tree", "script/clean-source-tree.sh"),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user