summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci-private.yml30
-rw-r--r--.gitlab-ci.yml9
2 files changed, 0 insertions, 39 deletions
diff --git a/.gitlab-ci-private.yml b/.gitlab-ci-private.yml
index 6e6324a192c..01eaea98105 100644
--- a/.gitlab-ci-private.yml
+++ b/.gitlab-ci-private.yml
@@ -20,30 +20,6 @@ build_samba_py3:
# this one takes about 4 hours to finish
- python script/autobuild.py samba-py3 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
-build_samba_purepy3:
- <<: *private_template
- script:
- # this one takes about 4 hours to finish
- - python3 script/autobuild.py samba-purepy3 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
-
-build_samba_nt4:
- <<: *private_template
- script:
- # this one takes about 1 hours to finish
- - python script/autobuild.py samba-nt4 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
-
-build_samba_nt4_py3:
- <<: *private_template
- script:
- # this one takes about 1 hours to finish
- - python script/autobuild.py samba-nt4-py3 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
-
-build_purepy3_nt4:
- <<: *private_template
- script:
- # this one takes about 1 hours to finish
- - python3 script/autobuild.py samba-purepy3-nt4 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
-
build_samba_fileserver:
<<: *private_template
script:
@@ -56,9 +32,3 @@ build_samba_ad_dc:
# this one takes about 1 hours to finish
- python script/autobuild.py samba-ad-dc --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
-build_samba_purepy3-ad-dc:
- <<: *private_template
- script:
- # this one takes about 1 hours to finish
- - python3 script/autobuild.py samba-purepy3-ad-dc --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
-
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aba3ca7180d..6b3bc88c472 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,12 +95,3 @@ build_samba_buildpy3_only:
script:
- python3 script/autobuild.py samba-buildpy3-only --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
-build_samba_purepy3-none_env:
- <<: *shared_template
- script:
- - python3 script/autobuild.py samba-purepy3-none-env --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
-
-build_samba_purepy3-ad-dc-2:
- <<: *shared_template
- script:
- - python3 script/autobuild.py samba-purepy3-ad-dc-2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase