CI/Autobuild: Remove samba-none-env-py3 test
authorNoel Power <noel.power@suse.com>
Thu, 18 Oct 2018 08:49:24 +0000 (09:49 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Oct 2018 07:10:22 +0000 (09:10 +0200)
We now run a purepython3 none-env test, later when the whole
build is running under python3 we will resurrect this job
but as (samba-none-env-py2) for python2

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Oct 23 09:10:22 CEST 2018 on sn-devel-144

.gitlab-ci.yml
script/autobuild.py

index c87286b609af8c8e974024422507e9207010c5f2..ec1c3625f2b2cd326145cc71e1c4e30c2ca4de45 100644 (file)
@@ -29,12 +29,6 @@ build_samba_none_env:
     # this one takes about 1 hours to finish
     - python script/autobuild.py samba-none-env    --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
 
-build_samba_none_env_py3:
-  <<: *shared_template
-  script:
-    # this one takes about 1 hours to finish
-    - python script/autobuild.py samba-none-env-py3 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
-
 build_samba_nopython:
   <<: *shared_template
   script:
index 49f84d243e69071145dc0de5cce2a34461abacac..5a90b07afe9d7a25ee83befdadcffa25d7f24040 100755 (executable)
@@ -47,7 +47,6 @@ builddirs = {
     "samba-libs-py3": ".",
     "samba-static": ".",
     "samba-none-env": ".",
-    "samba-none-env-py3": ".",
     "samba-ad-dc": ".",
     "samba-ad-dc-py3": ".",
     "samba-ad-dc-2": ".",