CI: convert the purepy3 job to a py2 one
authorNoel Power <noel.power@suse.com>
Thu, 29 Nov 2018 15:10:40 +0000 (15:10 +0000)
committerNoel Power <npower@samba.org>
Mon, 10 Dec 2018 09:38:25 +0000 (10:38 +0100)
With patches to have python3 as default we need a
pure python2 build

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
.gitlab-ci.yml

index 4d7e0ad56fb490e8be8e0681e35d522cb60d1f20..9b074bb564f1818159bbd9d87476d6160e8950b4 100644 (file)
@@ -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