summaryrefslogtreecommitdiff
path: root/.gitlab-ci-main.yml
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-03-18 16:31:54 +0100
committerAndreas Schneider <asn@cryptomilk.org>2022-03-23 11:33:33 +0000
commit1bde388ba854e320a390126155c7aeb60ecfbb90 (patch)
treee3d3ca4dbbd83f28b020f977e6993ee9003e34f9 /.gitlab-ci-main.yml
parent0b10962d63ef6af042541703ff6edfcfee5a3970 (diff)
downloadsamba-1bde388ba854e320a390126155c7aeb60ecfbb90.tar.gz
gitlab-ci: Drop Debian 10
It should be enough to build on the latest Debian version. We have older Ubuntu versions already. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to '.gitlab-ci-main.yml')
-rw-r--r--.gitlab-ci-main.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml
index ec356f0fd55..fa73fbd05e5 100644
--- a/.gitlab-ci-main.yml
+++ b/.gitlab-ci-main.yml
@@ -42,7 +42,7 @@ variables:
# Set this to the contents of bootstrap/sha1sum.txt
# which is generated by bootstrap/template.py --render
#
- SAMBA_CI_CONTAINER_TAG: d849801e805f8772b78251d07a28eb332c24660
+ SAMBA_CI_CONTAINER_TAG: 70150480b61ebdec7ec9b4c1214461c88d6de6d6
#
# We use the ubuntu1804 image as default as
# it matches what we have on sn-devel-184.
@@ -55,8 +55,6 @@ variables:
#
SAMBA_CI_CONTAINER_IMAGE_ubuntu1804: ubuntu1804
SAMBA_CI_CONTAINER_IMAGE_ubuntu2004: ubuntu2004
- SAMBA_CI_CONTAINER_IMAGE_debian9: debian9
- SAMBA_CI_CONTAINER_IMAGE_debian10: debian10
SAMBA_CI_CONTAINER_IMAGE_debian11: debian11
SAMBA_CI_CONTAINER_IMAGE_opensuse153: opensuse153
SAMBA_CI_CONTAINER_IMAGE_fedora35: fedora35
@@ -592,11 +590,6 @@ ubuntu2004-samba-o3:
variables:
SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_ubuntu2004}
-debian10-samba-o3:
- extends: .samba-o3-template
- variables:
- SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_debian10}
-
debian11-samba-o3:
extends: .samba-o3-template
variables: