gitlab-ci: Move MIT builds to current Fedora so we can test against a current MIT KDC
authorAndrew Bartlett <abartlet@samba.org>
Mon, 16 Aug 2021 01:52:04 +0000 (13:52 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 26 Aug 2021 06:16:35 +0000 (06:16 +0000)
Fedora packages current MIT builds pretty fast so we base our
MIT KDC tests there, as this avoids backporting and tests against
the most current code.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
.gitlab-ci-main.yml

index 0ac6f67fcdfada1c0a2bda62bc545f5cf1e71332..ce80561ba0fd5c452c1d09b539b4e95e8caed223 100644 (file)
@@ -234,10 +234,14 @@ samba-def-build:
 
 samba-mit-build:
   extends: .shared_template_build_only
+  variables:
+    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora34}
   stage: build_first
 
 .needs_samba-mit-build:
   extends: .shared_template_test_only
+  variables:
+    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora34}
   needs:
     - job: samba-mit-build
       artifacts: true
@@ -274,6 +278,8 @@ samba:
 
 samba-mitkrb5:
   extends: .shared_template
+  variables:
+    SAMBA_CI_JOB_IMAGE: ${SAMBA_CI_CONTAINER_IMAGE_fedora34}
 
 samba-minimal-smbd:
   extends: .shared_template