mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +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
02a16b3171
commit
a11c58c5f9
@ -239,6 +239,7 @@ tasks = {
|
||||
"rodc",
|
||||
"ad_dc_default",
|
||||
"ad_dc_default_smb1",
|
||||
"ad_dc_default_smb1_done",
|
||||
"ad_dc_slowtests",
|
||||
"schema_pair_dc",
|
||||
"schema_dc",
|
||||
@ -269,6 +270,7 @@ tasks = {
|
||||
"ad_dc_ntvfs",
|
||||
"ad_dc_default",
|
||||
"ad_dc_default_smb1",
|
||||
"ad_dc_default_smb1_done",
|
||||
"ad_dc_slowtests",
|
||||
"ad_dc_no_nss",
|
||||
"ad_dc_no_ntlm",
|
||||
@ -299,6 +301,7 @@ tasks = {
|
||||
"rodc",
|
||||
"ad_dc_default",
|
||||
"ad_dc_default_smb1",
|
||||
"ad_dc_default_smb1_done",
|
||||
"ad_dc_slowtests",
|
||||
"schema_pair_dc",
|
||||
"schema_dc",
|
||||
@ -418,7 +421,8 @@ tasks = {
|
||||
("random-sleep", random_sleep(1, 1)),
|
||||
("configure", "./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params),
|
||||
("make", "make -j"),
|
||||
("test", make_test(include_envs=["ad_dc_default", "ad_dc_default_smb1"])),
|
||||
("test", make_test(include_envs=[
|
||||
"ad_dc_default", "ad_dc_default_smb1", "ad_dc_default_smb1_done"])),
|
||||
("lcov", LCOV_CMD),
|
||||
("check-clean-tree", "script/clean-source-tree.sh"),
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user