From: Noel Power Date: Thu, 29 Nov 2018 13:46:55 +0000 (+0000) Subject: autobuild: Remove temporary purepy3 tasks X-Git-Tag: tdb-1.3.17~415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bdeb95f2c615643c03073921e3cb13dab54f49a;p=thirdparty%2Fsamba.git autobuild: Remove temporary purepy3 tasks Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/script/autobuild.py b/script/autobuild.py index 440e177442d..a7eb628ed65 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -54,11 +54,6 @@ builddirs = { "samba-systemkrb5": ".", "samba-nopython": ".", "samba-buildpy3-only": ".", - "samba-purepy3-none-env": ".", - "samba-purepy3-ad-dc-2": ".", - "samba-purepy3-ad-dc": ".", - "samba-purepy3": ".", - "samba-purepy3-nt4": ".", "ldb": "lib/ldb", "tdb": "lib/tdb", "talloc": "lib/talloc", @@ -411,83 +406,6 @@ tasks = { ("check-clean-tree", "script/clean-source-tree.sh", "text/plain"), ("clean", "PYTHON='python3' make clean", "text/plain")], - "samba-purepy3-none-env": [ - ("random-sleep", "script/random-sleep.sh 60 600", "text/plain"), - ("configure", "PYTHON='python3' ./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"), - ("make", "PYTHON='python3' make -j", "text/plain"), - ("test", "PYTHON='python3' make test " - "FAIL_IMMEDIATELY=1 " - "TESTS='${PY3_ONLY}" - "--include-env=none'", - "text/plain")], - "samba-purepy3-ad-dc-2": [("random-sleep", "script/random-sleep.sh 60 600", "text/plain"), - ("configure", "PYTHON='python3' ./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"), - ("make", "PYTHON='python3' make -j", "text/plain"), - ("test", "PYTHON='python3' make test FAIL_IMMEDIATELY=1 " - "TESTS='${PY3_ONLY}" - "--include-env=chgdcpass " - "--include-env=vampire_2000_dc " - "--include-env=fl2000dc " - "--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-purepy3-ad-dc": [("random-sleep", "script/random-sleep.sh 60 600", "text/plain"), - ("configure", "PYTHON='python3' ./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"), - ("make", "PYTHON='python3' make -j", "text/plain"), - ("test", "PYTHON='python3' make test FAIL_IMMEDIATELY=1 " - "TESTS='${PY3_ONLY}" - "--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")], - "samba-purepy3" : [("configure", "PYTHON=python3 ./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"), - ("make", "PYTHON=python3 make -j", "text/plain"), - ("test", "PYTHON=python3 make test FAIL_IMMEDIATELY=1 " - "TESTS='${PY3_ONLY}" - "--exclude-env=none " - "--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 " - "--exclude-env=ad_member_idmap_rid " - "--exclude-env=ad_member_idmap_ad " - "--exclude-env=chgdcpass " - "--exclude-env=vampire_2000_dc " - "--exclude-env=fl2000dc " - "--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"), - ("clean", "make clean", "text/plain")], -"samba-purepy3-nt4": [("random-sleep", "script/random-sleep.sh 60 600", "text/plain"), - ("configure", "PYTHON=python3 ./configure.developer --without-ads --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"), - ("make", "PYTHON=python3 make -j", "text/plain"), - ("test", "PYTHON=python3 make test FAIL_IMMEDIATELY=1 " - "TESTS='${PY3_ONLY}" - "--include-env=nt4_dc --include-env=nt4_member'", "text/plain"), - ("install", "PYTHON=python3 make install", "text/plain"), - ("check-clean-tree", "script/clean-source-tree.sh", "text/plain"), - ("clean", "PYTHON=python3 make clean", "text/plain")], - - # these are useful for debugging autobuild 'pass': [("pass", 'echo passing && /bin/true', "text/plain")],