summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-06-28 23:28:39 +1200
committerJeremy Allison <jra@samba.org>2019-06-28 18:48:49 +0000
commit98e34c299ddd8b24f3daeeafe45ab136ad015a47 (patch)
treea1fb5b973a1ad023eb531a1fd962f16f3c0f2fcf /.gitlab-ci.yml
parent0b556e7827b32192cbbce1464e30764648ea1712 (diff)
downloadsamba-98e34c299ddd8b24f3daeeafe45ab136ad015a47.tar.gz
.gitlab-ci.yml: Increase resources for samba-ad-dc-backup job
This job seems to need more resources, possibly after b6b5b5fe355fee2a4096e9214831cb88c7a2a4c6 and 565341baf537c9b3145a882d6a23ad4f155c0036 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Jun 28 18:48:49 UTC 2019 on sn-devel-184
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ac73546989..19f6c5beae7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -141,9 +141,6 @@ samba-ad-dc-5:
samba-ad-dc-6:
extends: .shared_template
-samba-ad-dc-backup:
- extends: .shared_template
-
samba-libs:
extends: .shared_template
@@ -172,6 +169,9 @@ samba-ad-dc-ntvfs:
# settings -> CI/CD -> Environment variables
- $SUPPORT_PRIVATE_TEST == "yes"
+samba-ad-dc-backup:
+ extends: .private_template
+
samba-fileserver:
extends: .private_template