mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
autobuild: Add ad_dc_smb1_done 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
7dbfdd8121
commit
bbce98c264
@ -203,6 +203,7 @@ tasks = {
|
||||
"nt4_member",
|
||||
"ad_dc",
|
||||
"ad_dc_smb1",
|
||||
"ad_dc_smb1_done",
|
||||
"ad_dc_backup",
|
||||
"ad_dc_ntvfs",
|
||||
"ad_dc_default",
|
||||
@ -260,6 +261,7 @@ tasks = {
|
||||
"nt4_member",
|
||||
"ad_dc",
|
||||
"ad_dc_smb1",
|
||||
"ad_dc_smb1_done",
|
||||
"ad_dc_backup",
|
||||
"ad_dc_ntvfs",
|
||||
"ad_dc_default",
|
||||
@ -357,6 +359,7 @@ tasks = {
|
||||
("test", make_test(include_envs=[
|
||||
"ad_dc",
|
||||
"ad_dc_smb1",
|
||||
"ad_dc_smb1_done",
|
||||
"ad_dc_no_nss",
|
||||
"ad_dc_no_ntlm",
|
||||
])),
|
||||
@ -482,6 +485,7 @@ tasks = {
|
||||
("test", make_test(include_envs=[
|
||||
"ad_dc",
|
||||
"ad_dc_smb1",
|
||||
"ad_dc_smb1_done",
|
||||
"ad_dc_no_nss",
|
||||
"ad_dc_no_ntlm",
|
||||
])),
|
||||
@ -540,7 +544,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", "ad_dc_smb1"])),
|
||||
("quicktest", make_test(cmd='make quicktest', include_envs=["ad_dc", "ad_dc_smb1", "ad_dc_smb1_done"])),
|
||||
("lcov", LCOV_CMD),
|
||||
("install", "make install"),
|
||||
("check-clean-tree", "script/clean-source-tree.sh"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user