1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

script/autobuild.py: move ad_dc_backup to samba-ad-dc-6

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher 2020-12-28 15:38:52 +01:00
parent 2e8b58bc2d
commit c2a725b224

View File

@ -539,7 +539,7 @@ tasks = {
"dependency": "samba-def-build",
"sequence": [
("random-sleep", random_sleep(1, 1)),
("test", make_test(include_envs=["ad_dc_slowtests"])),
("test", make_test(include_envs=["ad_dc_slowtests", "ad_dc_backup"])),
("lcov", LCOV_CMD),
("check-clean-tree", CLEAN_SOURCE_TREE_CMD),
],
@ -590,7 +590,6 @@ tasks = {
"renamedc",
"offlinebackupdc",
"labdc",
"ad_dc_backup",
])),
("lcov", LCOV_CMD),
("check-clean-tree", CLEAN_SOURCE_TREE_CMD),