summaryrefslogtreecommitdiff
path: root/.gitlab-ci-main.yml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2021-08-18 14:59:47 +1200
committerAndreas Schneider <asn@cryptomilk.org>2021-08-26 06:16:35 +0000
commit6145c388d201d817444322dee67ca1ec1989ecd1 (patch)
treea2986fc6a880427020c3c8ed286c7e94b83d1aff /.gitlab-ci-main.yml
parent167ad96136b42b5cb601decc0fc68c9603c8b172 (diff)
downloadsamba-6145c388d201d817444322dee67ca1ec1989ecd1.tar.gz
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 <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to '.gitlab-ci-main.yml')
-rw-r--r--.gitlab-ci-main.yml7
1 files changed, 7 insertions, 0 deletions
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