.gitlab-ci.yml: Re-indent comments on test times
[Samba.git] / .gitlab-ci-private.yml
blob4a6e5036f80edef9d1f7af00bc201436de060d16
1 include:
2  - '/.gitlab-ci.yml'
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
17 samba:
18   extends: .private_template
19   # this one takes about 4 hours to finish
21 samba-py2:
22   extends: .private_template
23   # this one takes about 4 hours to finish
25 samba-fileserver:
26   extends: .private_template
27   # this one takes about 1 hours to finish
29 samba-ad-dc:
30   extends: .private_template
31   # this one takes about 1 hours to finish
33 samba-ad-dc-py2:
34   extends: .private_template
35   # this one takes about 1 hours to finish
37 samba-nt4:
38   extends: .private_template