[PATCH] CI: put back lost nt4 target to gitlab CI

Ralph Böhme slow at samba.org
Tue Jan 22 14:03:31 UTC 2019


Hi folks,

I noticed that the nt4_dc and member envs have been lost from the .gitlab*.yml 
config files in the recent Python reshuffling. The attached patch puts it back 
in.

I've added it to the public runners as it doesn't run overly long.

Please review&push if happy. Thanks!

-slow

-- 
Ralph Boehme, Samba Team                https://samba.org/
Samba Developer, SerNet GmbH   https://sernet.de/en/samba/
GPG-Fingerprint   FAE2C6088A24252051C559E4AA1E9B7126399E46
-------------- next part --------------
From 590d7fad06c56672f57fe1d315e0eac8ac4e9a6a Mon Sep 17 00:00:00 2001
From: Ralph Boehme <slow at samba.org>
Date: Mon, 21 Jan 2019 12:14:57 +0100
Subject: [PATCH] CI: run "samba-nt4" as part of the free runners

Looks like this got lost in the py2/py3 reshuffling around
d01d85ccb255cbdfd3d379dfe0cd7ac58af7f284.

Signed-off-by: Ralph Boehme <slow at samba.org>
---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04d57cb0491..d3474db1a22 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,11 @@ image: registry.gitlab.com/samba-team/samba:latest
     # this one takes about 1 hours to finish
     - script/autobuild.py samba-none-env-py2    --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
 
+build_nt4:
+  <<: *private_template
+  script:
+    - script/autobuild.py samba-nt4 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
+
 build_samba_nopython:
   <<: *shared_template
   script:
-- 
2.17.2



More information about the samba-technical mailing list