From: Noel Power Date: Thu, 29 Nov 2018 15:10:40 +0000 (+0000) Subject: CI: convert the purepy3 job to a py2 one X-Git-Tag: tdb-1.3.17~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23db658ebccebd2349b7da53c4d52c379ccb8ccc;p=thirdparty%2Fsamba.git CI: convert the purepy3 job to a py2 one With patches to have python3 as default we need a pure python2 build Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d7e0ad56fb..9b074bb564f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,8 +85,8 @@ build_others: - python3 script/autobuild.py tdb --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase - python3 script/autobuild.py tevent --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase -build_samba_buildpy3_only: +build_samba_buildpy2_only: <<: *shared_template script: - - python3 script/autobuild.py samba-buildpy3-only --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase + - python script/autobuild.py samba-buildpy2-only --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase