diff options
author | Noel Power <noel.power@suse.com> | 2018-10-18 09:49:24 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-10-23 09:10:22 +0200 |
commit | d3571415469ece5341a330c8987139d0f5749e52 (patch) | |
tree | dca2aade99db28c1baa8bcfa5d2a5ad244f938d8 /.gitlab-ci.yml | |
parent | 8ba6bb59c159bf1ac5aab4be1939e7d0657ae4cb (diff) | |
download | samba-d3571415469ece5341a330c8987139d0f5749e52.tar.gz |
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 <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
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
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: |