summaryrefslogtreecommitdiff
path: root/.gitlab-ci-main.yml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-12-30 01:33:00 +0100
committerStefan Metzmacher <metze@samba.org>2021-04-13 08:23:35 +0000
commit95a9c3b29529e60643eeae2ef99e8b0ef7d43710 (patch)
treed3bbf8ab89d4102c94b3c4f334626d51888f92ef /.gitlab-ci-main.yml
parent3189807278b0cb10007831ad84fa55c2cb14b125 (diff)
downloadsamba-95a9c3b29529e60643eeae2ef99e8b0ef7d43710.tar.gz
script/autobuild.py: split samba-no-opath into two tests
This was is basically a combination of 'samba-nt4' and 'samba-fileserver'. As a single job it used more than 1h only for testing, while the samba-no-nopath-build uses ~ 10mins (with a filled ccache). Now we have two test jobs with ~ 30mins. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-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, 6 insertions, 1 deletions
diff --git a/.gitlab-ci-main.yml b/.gitlab-ci-main.yml
index 1850db0a66a..e98b8fed3c9 100644
--- a/.gitlab-ci-main.yml
+++ b/.gitlab-ci-main.yml
@@ -378,7 +378,10 @@ samba-nt4:
samba-ad-dc-1-mitkrb5:
extends: .needs_samba-mit-build-private
-samba-no-opath:
+samba-no-opath1:
+ extends: .needs_samba-no-opath-build-private
+
+samba-no-opath2:
extends: .needs_samba-no-opath-build-private
# 'pages' is a special job which can publish artifacts in `public` dir to gitlab pages
@@ -411,6 +414,8 @@ pages:
- samba-schemaupgrade
- samba-ad-dc-1-mitkrb5
- samba-fips
+ - samba-no-opath1
+ - samba-no-opath2
script:
- ./configure.developer
- make -j