summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2018-03-22 08:25:41 +1300
committerAndrew Bartlett <abartlet@samba.org>2018-03-27 23:03:14 +0200
commit97d020315148a4716395c808df2240099b66710a (patch)
tree99c41f438e544077115445881cc78c772a472945 /script
parent606ba7a0ba32313de0d0ab99bdcc288a6e4c02f8 (diff)
downloadsamba-97d020315148a4716395c808df2240099b66710a.tar.gz
autobuild: Run all envs that depend on ad_dc in the ad_dc job
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 0a54723c7a5..e00eebda1c1 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -106,6 +106,11 @@ tasks = {
"--exclude-env=nt4_dc "
"--exclude-env=nt4_member "
"--exclude-env=ad_dc "
+ "--exclude-env=fl2003dc "
+ "--exclude-env=fl2008r2dc "
+ "--exclude-env=ad_member "
+ "--exclude-env=ad_member_idmap_rid "
+ "--exclude-env=ad_member_idmap_ad "
"--exclude-env=chgdcpass "
"--exclude-env=vampire_2000_dc "
"--exclude-env=fl2000dc "
@@ -134,7 +139,13 @@ tasks = {
"samba-ad-dc" : [ ("random-sleep", "../script/random-sleep.sh 60 600", "text/plain"),
("configure", "./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"),
("make", "make -j", "text/plain"),
- ("test", "make test FAIL_IMMEDIATELY=1 TESTS='--include-env=ad_dc'", "text/plain"),
+ ("test", "make test FAIL_IMMEDIATELY=1 TESTS='"
+ "--include-env=ad_dc "
+ "--include-env=fl2003dc "
+ "--include-env=fl2008r2dc "
+ "--include-env=ad_member "
+ "--include-env=ad_member_idmap_rid "
+ "--include-env=ad_member_idmap_ad'", "text/plain"),
("check-clean-tree", "script/clean-source-tree.sh", "text/plain")],
# We split out this so the isolated ad_dc tests do not wait for ad_dc_ntvfs tests (which are long)