.gitlab-ci.yml: Re-indent comments on test times
[amitay/samba.git] / .gitlab-ci-private.yml
1 include:
2  - '/.gitlab-ci.yml'
3
4
5 .private_template:
6   extends: .shared_template
7   tags:
8     - docker
9     - private
10   before_script:
11     - uname -a
12     - lsb_release -a
13     - mount
14     - df -h
15     - free -h
16
17 samba:
18   extends: .private_template
19   # this one takes about 4 hours to finish
20
21 samba-py2:
22   extends: .private_template
23   # this one takes about 4 hours to finish
24
25 samba-fileserver:
26   extends: .private_template
27   # this one takes about 1 hours to finish
28
29 samba-ad-dc:
30   extends: .private_template
31   # this one takes about 1 hours to finish
32
33 samba-ad-dc-py2:
34   extends: .private_template
35   # this one takes about 1 hours to finish
36
37 samba-nt4:
38   extends: .private_template