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 --- script/autobuild.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'script') diff --git a/script/autobuild.py b/script/autobuild.py index b43adcfc33a..30bc64306ff 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -36,23 +36,17 @@ cleanup_list = [] builddirs = { "ctdb": "ctdb", "samba": ".", - "samba-py2": ".", "samba-nt4": ".", - "samba-nt4-py2": ".", "samba-fileserver": ".", "samba-xc": ".", "samba-o3": ".", "samba-ctdb": ".", "samba-libs": ".", - "samba-libs-py2": ".", "samba-static": ".", "samba-none-env": ".", "samba-ad-dc": ".", - "samba-ad-dc-py2": ".", "samba-ad-dc-ntvfs": ".", - "samba-ad-dc-ntvfs-py2": ".", "samba-ad-dc-2": ".", - "samba-ad-dc-2-py2": ".", "samba-ad-dc-backup": ".", "samba-systemkrb5": ".", "samba-nopython": ".", -- cgit v1.2.1