aboutsummaryrefslogtreecommitdiff
path: root/hosts.yml
blob: 9e3b0e21cf9b57bfa6f1d98887ef743a4c53cf93 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
# List of YADP Hosts

- x86_64-07:
  cloud_name: x86_64-07
  docker_url: tcp://188.40.92.79:2375
  docker_templates: !include docker_templates_amd64.yml

- x86_64-08:
  cloud_name: x86_64-08
  docker_url: tcp://188.40.49.144:2375
  docker_templates: !include docker_templates_amd64.yml

- x86_64-09:
  cloud_name: x86_64-09
  docker_url: tcp://148.251.184.94:2375
  docker_templates: !include docker_templates_amd64.yml

- x86_64-10:
  cloud_name: x86_64-10
  docker_url: tcp://138.201.52.83:2375
  docker_templates: !include docker_templates_amd64.yml

- x86_64-11:
  cloud_name: x86_64-11
  docker_url: tcp://88.99.28.12:2375
  docker_templates:
    !include [docker_templates_amd64.yml, docker_templates_amd64_rp.yml]

- x86_64-12:
  cloud_name: x86_64-12
  docker_url: tcp://88.99.28.38:2375
  docker_templates:
    !include [docker_templates_amd64.yml, docker_templates_amd64_rp.yml]

# Not using docker_templates_amd64.yml due to using custom number of
# max_containers/max_instances
- x86_64-13:
  cloud_name: x86_64-13
  docker_url: tcp://88.99.59.232:2375
  max_containers: 6
  docker_templates:
    - xenial-amd64:
      docker_image_name: 'linaro/xenial-amd64'
      labels: 'docker-xenial-amd64-13'
      launch_method: 'launch_ssh'
      ssh: !include docker_ssh_buildslave.yml
      max_instances: '10'
      volumes: !include docker_vol_x86_64.yml

- x86_64-14:
  cloud_name: x86_64-14
  docker_url: tcp://88.99.149.141:2375
  docker_templates: !include docker_templates_amd64.yml