From 0186f2733aa59f70278747a6fd4ae9e66b8fd4e4 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 29 Nov 2018 14:18:05 +0000 Subject: CI: Run autobuild jobs with python3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- .gitlab-ci-private.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci-private.yml') diff --git a/.gitlab-ci-private.yml b/.gitlab-ci-private.yml index ab280d5c8ae..912b28f0d1a 100644 --- a/.gitlab-ci-private.yml +++ b/.gitlab-ci-private.yml @@ -12,17 +12,17 @@ build_samba: <<: *private_template script: # this one takes about 4 hours to finish - - python script/autobuild.py samba --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase + - python3 script/autobuild.py samba --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase build_samba_fileserver: <<: *private_template script: # this one takes about 1 hours to finish - - python script/autobuild.py samba-fileserver --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase + - python3 script/autobuild.py samba-fileserver --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase build_samba_ad_dc: <<: *private_template script: # this one takes about 1 hours to finish - - python script/autobuild.py samba-ad-dc --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase + - python3 script/autobuild.py samba-ad-dc --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase -- cgit v1.2.1