summaryrefslogtreecommitdiff
path: root/script/autobuild.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-08-25 09:40:12 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-08-29 05:28:16 +0200
commit6b11643617dcdf75740be9218f83254d8826c14b (patch)
treed32be539face3e61a352e4fbef75a045a2f2bc30 /script/autobuild.py
parentf9e494a6f2999641f386f658351c539d1ad9edae (diff)
downloadsamba-6b11643617dcdf75740be9218f83254d8826c14b.tar.gz
autobuild: Move backup/restore environments into to samba-ad-dc-2 autobuild job
This tries to to split up the tasks more evenly and may help with the python3 work by isolating them from the long samba job. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'script/autobuild.py')
-rwxr-xr-xscript/autobuild.py17
1 files changed, 15 insertions, 2 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 86cdc691000..9f20b65f692 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -103,7 +103,13 @@ tasks = {
"--exclude-env=chgdcpass "
"--exclude-env=vampire_2000_dc "
"--exclude-env=fl2000dc "
- "--exclude-env=fileserver'",
+ "--exclude-env=fileserver "
+ "--exclude-env=backupfromdc "
+ "--exclude-env=restoredc "
+ "--exclude-env=renamedc "
+ "--exclude-env=offlinebackupdc "
+ "--exclude-env=labdc "
+ "'",
"text/plain"),
("install", "make install", "text/plain"),
("check-clean-tree", "script/clean-source-tree.sh", "text/plain"),
@@ -152,7 +158,14 @@ tasks = {
"--include-env=chgdcpass "
"--include-env=vampire_2000_dc "
"--include-env=fl2000dc "
- "--include-env=ad_dc_no_nss'", "text/plain"),
+ "--include-env=ad_dc_no_nss "
+ "--include-env=backupfromdc "
+ "--include-env=restoredc "
+ "--include-env=renamedc "
+ "--include-env=offlinebackupdc "
+ "--include-env=labdc "
+ "'",
+ "text/plain"),
("check-clean-tree", "script/clean-source-tree.sh", "text/plain")],
"samba-test-only": [("configure", "./configure.developer --with-selftest-prefix=./bin/ab --abi-check-disable" + samba_configure_params, "text/plain"),