autobuild: Move ad_dc_no_nss into to samba-ad-dc-2 autobuild job
authorAndrew Bartlett <abartlet@samba.org>
Sat, 25 Aug 2018 07:03:07 +0000 (09:03 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 29 Aug 2018 03:28:16 +0000 (05:28 +0200)
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>
script/autobuild.py

index dec6935b558841479254cdbc6ad2832e0d087a71..86cdc69100029db934d6283c0761e2d5f04a0ca6 100755 (executable)
@@ -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"),