From 5f3beb6e4109ce0d1a648e80dbf3024040d3c54e Mon Sep 17 00:00:00 2001 From: Tim Beale Date: Wed, 13 Feb 2019 12:12:18 +1300 Subject: autobuild: Drop py2 autobuild jobs Samba v4.11 will no longer support python2, so let's drop the autobuild jobs. This will save some gitlab/sn-devel time and money, as it's less work for CI to do. Note that this highlights some previous inconsistencies: - samba-none-env-py2 was being built for gitlab but not sn-devel. - samba-nt4-py2 was being built for sn-devel but not gitlab I've left samba-buildpy2-only for now, which will be addressed in a subsequent patch. Signed-off-by: Tim Beale Reviewed-by: Andrew Bartlett --- .gitlab-ci-private.yml | 8 -------- 1 file changed, 8 deletions(-) (limited to '.gitlab-ci-private.yml') diff --git a/.gitlab-ci-private.yml b/.gitlab-ci-private.yml index 4a6e5036f80..4e83c197b89 100644 --- a/.gitlab-ci-private.yml +++ b/.gitlab-ci-private.yml @@ -18,10 +18,6 @@ samba: extends: .private_template # this one takes about 4 hours to finish -samba-py2: - extends: .private_template - # this one takes about 4 hours to finish - samba-fileserver: extends: .private_template # this one takes about 1 hours to finish @@ -30,9 +26,5 @@ samba-ad-dc: extends: .private_template # this one takes about 1 hours to finish -samba-ad-dc-py2: - extends: .private_template - # this one takes about 1 hours to finish - samba-nt4: extends: .private_template -- cgit v1.2.1