From 5a804050717e9e885c6354ffacac7827236c81e4 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 29 Nov 2018 21:28:11 +0000 Subject: CI: Add new py2 CI jobs to replace old py3 ones Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- .gitlab-ci-private.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '.gitlab-ci-private.yml') diff --git a/.gitlab-ci-private.yml b/.gitlab-ci-private.yml index 912b28f0d1a..7513c9df6ea 100644 --- a/.gitlab-ci-private.yml +++ b/.gitlab-ci-private.yml @@ -14,6 +14,12 @@ build_samba: # this one takes about 4 hours to finish - python3 script/autobuild.py samba --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase +build_samba_py2: + <<: *private_template + script: + # this one takes about 4 hours to finish + - script/autobuild.py samba-py2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase + build_samba_fileserver: <<: *private_template script: @@ -26,3 +32,10 @@ build_samba_ad_dc: # this one takes about 1 hours to finish - python3 script/autobuild.py samba-ad-dc --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase + +build_samba_ad_dc_py2: + <<: *private_template + script: + # this one takes about 1 hours to finish + - script/autobuild.py samba-ad-dc-py2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase + -- cgit v1.2.1