1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

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
This commit is contained in:
Noel Power 2018-10-18 09:49:24 +01:00 committed by Andrew Bartlett
parent 8ba6bb59c1
commit d357141546
2 changed files with 0 additions and 7 deletions

View File

@ -29,12 +29,6 @@ build_samba_none_env:
# this one takes about 1 hours to finish # this one takes about 1 hours to finish
- python script/autobuild.py samba-none-env --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase - 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: build_samba_nopython:
<<: *shared_template <<: *shared_template
script: script:

View File

@ -47,7 +47,6 @@ builddirs = {
"samba-libs-py3": ".", "samba-libs-py3": ".",
"samba-static": ".", "samba-static": ".",
"samba-none-env": ".", "samba-none-env": ".",
"samba-none-env-py3": ".",
"samba-ad-dc": ".", "samba-ad-dc": ".",
"samba-ad-dc-py3": ".", "samba-ad-dc-py3": ".",
"samba-ad-dc-2": ".", "samba-ad-dc-2": ".",