summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-11-29 15:10:40 +0000
committerNoel Power <npower@samba.org>2018-12-10 10:38:25 +0100
commit23db658ebccebd2349b7da53c4d52c379ccb8ccc (patch)
tree0be41f0ebfd02c1d494362898cfbf78d23bc9e29 /.gitlab-ci.yml
parentae5dd18162acaf4a0d2123d571f690c644791218 (diff)
downloadsamba-23db658ebccebd2349b7da53c4d52c379ccb8ccc.tar.gz
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 <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
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