summaryrefslogtreecommitdiff
path: root/script/autobuild.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-08-25 09:03:07 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-08-29 05:28:16 +0200
commitf9e494a6f2999641f386f658351c539d1ad9edae (patch)
tree6b19c69649d5cc546171f365b24c1c9b3038f476 /script/autobuild.py
parent38784f2b371af2471ec08cf38bbcaea004efcce3 (diff)
downloadsamba-f9e494a6f2999641f386f658351c539d1ad9edae.tar.gz
autobuild: Move ad_dc_no_nss into to samba-ad-dc-2 autobuild job
This tries to to split up the tasks more evenly and may help with the python3 tests against this environment if started from a more isolated 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.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index dec6935b558..86cdc691000 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -94,6 +94,7 @@ tasks = {
"--exclude-env=nt4_dc "
"--exclude-env=nt4_member "
"--exclude-env=ad_dc "
+ "--exclude-env=ad_dc_no_nss "
"--exclude-env=fl2003dc "
"--exclude-env=fl2008r2dc "
"--exclude-env=ad_member "
@@ -148,7 +149,10 @@ tasks = {
("make", "make -j", "text/plain"),
("test", "make test FAIL_IMMEDIATELY=1 "
"TESTS='${PY3_ONLY}"
- "--include-env=chgdcpass --include-env=vampire_2000_dc --include-env=fl2000dc'", "text/plain"),
+ "--include-env=chgdcpass "
+ "--include-env=vampire_2000_dc "
+ "--include-env=fl2000dc "
+ "--include-env=ad_dc_no_nss'", "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"),