summaryrefslogtreecommitdiff
path: root/.gitlab-ci-private.yml
blob: 4e83c197b8929dd853a6dddf5fd37a48eec237fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
include:
 - '/.gitlab-ci.yml'


.private_template:
  extends: .shared_template
  tags:
    - docker
    - private
  before_script:
    - uname -a
    - lsb_release -a
    - mount
    - df -h
    - free -h

samba:
  extends: .private_template
  # this one takes about 4 hours to finish

samba-fileserver:
  extends: .private_template
  # this one takes about 1 hours to finish

samba-ad-dc:
  extends: .private_template
  # this one takes about 1 hours to finish

samba-nt4:
  extends: .private_template