From: Noel Power Date: Thu, 18 Oct 2018 08:49:24 +0000 (+0100) Subject: CI/Autobuild: Remove samba-none-env-py3 test X-Git-Tag: tdb-1.3.17~1218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3571415469ece5341a330c8987139d0f5749e52;p=thirdparty%2Fsamba.git CI/Autobuild: Remove samba-none-env-py3 test 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 Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Tue Oct 23 09:10:22 CEST 2018 on sn-devel-144 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c87286b609a..ec1c3625f2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/script/autobuild.py b/script/autobuild.py index 49f84d243e6..5a90b07afe9 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -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": ".",