autobuild: Remove temporary purepy3 tasks
[amitay/samba.git] / script / autobuild.py
index 9bd48523dbdf39366d00309bdb1c561fe8797b2c..a7eb628ed65b041da1ba4d6675653ce8ad725542 100755 (executable)
@@ -54,8 +54,6 @@ builddirs = {
     "samba-systemkrb5": ".",
     "samba-nopython": ".",
     "samba-buildpy3-only": ".",
-    "samba-purepy3-none-env": ".",
-    "samba-purepy3-ad-dc-2": ".",
     "ldb": "lib/ldb",
     "tdb": "lib/tdb",
     "talloc": "lib/talloc",
@@ -408,32 +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")],
 
     # these are useful for debugging autobuild
     'pass': [("pass", 'echo passing && /bin/true', "text/plain")],