diff options
author | Tim Beale <timbeale@catalyst.net.nz> | 2019-02-13 12:12:18 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-02-15 04:35:22 +0100 |
commit | 5f3beb6e4109ce0d1a648e80dbf3024040d3c54e (patch) | |
tree | 55d758aea2a9adfdae2629c8900adf6481d223f8 /.gitlab-ci.yml | |
parent | 08b91f5e0373e3b76a8d3968013b9fc13c9fc82e (diff) | |
download | samba-5f3beb6e4109ce0d1a648e80dbf3024040d3c54e.tar.gz |
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 <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8dce4af6e0b..c11c9b5c00c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,10 +61,6 @@ samba-none-env: extends: .shared_template # this one takes about 1 hours to finish -samba-none-env-py2: - extends: .shared_template - # this one takes about 1 hours to finish - samba-nopython: extends: .shared_template @@ -84,16 +80,9 @@ samba-ad-dc-2: samba-ad-dc-backup: extends: .shared_template -samba-ad-dc-2-py2: - extends: .shared_template - # this one takes about 1 hours to finish - samba-libs: extends: .shared_template -samba-libs-py2: - extends: .shared_template - samba-static: extends: .shared_template @@ -110,5 +99,3 @@ samba-ad-dc-ntvfs: extends: .shared_template # this one takes about 100 mins to finish -samba-ad-dc-ntvfs-py2: - extends: .shared_template |