From 6145c388d201d817444322dee67ca1ec1989ecd1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 18 Aug 2021 14:59:47 +1200 Subject: gitlab-ci/autobuild: Add new build confirming behaviour on older MIT Kerberos Because the MIT KDC builds are moving to current MIT and out of the default autobuild this ensures that on our default host, which is closer to what most of our users operate, Samba still works with Kerberos. This uses the ktest environment that does not require the KDC to exist and instead uses a static ccache and keytab. Signed-off-by: Andrew Bartlett Reviewed-by: Andreas Schneider --- .gitlab-ci-main.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitlab-ci-main.yml') diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml index 657b28e274f..0ac6f67fcdf 100644 --- a/.gitlab-ci-main.yml +++ b/.gitlab-ci-main.yml @@ -383,6 +383,13 @@ samba-fips: samba-fileserver: extends: .needs_samba-h5l-build-private +# This is a full build without the AD DC so we test the build with MIT +# Kerberos from the default system (Ubuntu 18.04 at this stage). +# Runtime behaviour checked via the ktest (static ccache and keytab) +# environment +samba-ktest-mit: + extends: .shared_template + samba-ad-dc-1: extends: .needs_samba-def-build-private -- cgit v1.2.1