aboutsummaryrefslogtreecommitdiff
path: root/hosts
blob: 62c230bd9c2b41c5591e48d9dfe5a5213877ed28 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
---
# List of YADP Hosts

- aarch64-09:
  cloud_name: aarch64-09
  docker_url: tcp://139.178.84.115:2375
  max_containers: 40
  host_credentials_id: docker-access
  docker_templates: !include docker_templates_aarch64.yml

- aosp-x86_64-07:
  cloud_name: aosp-x86_64-07
  docker_url: tcp://144.76.6.139:2375
  host_credentials_id: docker-access
  docker_templates: !include [docker_templates_aosp_amd64.yml, docker_templates_amd64_android_lkft.yml]

- aosp-x86_64-08:
  cloud_name: aosp-x86_64-08
  docker_url: tcp://188.40.51.209:2375
  host_credentials_id: docker-access
  docker_templates: !include [docker_templates_aosp_amd64.yml, docker_templates_amd64_android_lkft.yml]

- aosp-x86_64-13: # ART
  cloud_name: aosp-x86_64-13
  docker_url: tcp://95.217.145.175:2375
  host_credentials_id: docker-access
  docker_templates: !include [docker_templates_art_amd64.yml, docker_templates_amd64_android_lkft.yml]

# 192.168.36.x runs in Cambridge Lab
- aosp-x86_64-11: # ART RPB
  cloud_name: aosp-x86_64-11
  docker_url: tcp://192.168.36.10:2375
  docker_templates: !include docker_templates_art_lab_amd64.yml

- aosp-x86_64-12: # ART RPB
  cloud_name: aosp-x86_64-12
  docker_url: tcp://192.168.36.15:2375
  docker_templates: !include docker_templates_art_lab_amd64.yml

#- leg-aarch64-01:
#  cloud_name: leg-aarch64-01
#  docker_url: tcp://10.101.96.20:2375
#  host_credentials_id: docker-access
#  max_containers: '4'
#  docker_templates:
#    - docker-stretch:
#      docker_image_name: 'linaro/jenkins-arm64-debian:stretch'
#      labels: 'docker-stretch-arm64-ldcg'
#      volumes: !include docker_vol_x86_64.yml
#      launch_method: 'launch_ssh'
#      max_instances: '4'
#      ssh: !include docker_ssh_buildslave.yml
#    - docker-buster:
#      docker_image_name: 'linaro/jenkins-arm64-debian:buster'
#      labels: 'docker-buster-arm64-ldcg'
#      volumes: !include docker_vol_x86_64.yml
#      launch_method: 'launch_ssh'
#      max_instances: '4'
#      ssh: !include docker_ssh_buildslave.yml
#    - docker-bullseye:
#      docker_image_name: 'linaro/jenkins-arm64-debian:bullseye'
#      labels: 'docker-bullseye-arm64-ldcg'
#      volumes: !include docker_vol_x86_64.yml
#      launch_method: 'launch_ssh'
#      max_instances: '4'
#      ssh: !include docker_ssh_buildslave.yml
#    - docker-centos-8:
#      docker_image_name: 'linaro/jenkins-arm64-centos:8'
#      labels: 'docker-centos8-arm64-ldcg'
#      volumes: !include docker_vol_x86_64.yml
#      launch_method: 'launch_ssh'
#      max_instances: '4'
#      ssh: !include docker_ssh_buildslave.yml

- ldcg-aarch64-02:
  cloud_name: ldcg-aarch64-02
  docker_url: tcp://10.40.88.130:2375
  host_credentials_id: docker-access
  max_containers: '4'
  docker_templates:
    - docker-stretch:
      docker_image_name: 'linaro/jenkins-arm64-debian:stretch'
      labels: 'docker-stretch-arm64-ldcg'
      volumes: !include docker_vol_x86_64.yml
      launch_method: 'launch_ssh'
      max_instances: '4'
      ssh: !include docker_ssh_buildslave.yml
    - docker-buster:
      docker_image_name: 'linaro/jenkins-arm64-debian:buster'
      labels: 'docker-buster-arm64-ldcg'
      volumes: !include docker_vol_x86_64.yml
      launch_method: 'launch_ssh'
      max_instances: '4'
      ssh: !include docker_ssh_buildslave.yml
    - docker-bullseye:
      docker_image_name: 'linaro/jenkins-arm64-debian:bullseye'
      labels: 'docker-bullseye-arm64-ldcg'
      volumes: !include docker_vol_x86_64.yml
      launch_method: 'launch_ssh'
      max_instances: '4'
      ssh: !include docker_ssh_buildslave.yml
    - docker-centos-8:
      docker_image_name: 'linaro/jenkins-arm64-centos:8'
      labels: 'docker-centos8-arm64-ldcg'
      volumes: !include docker_vol_x86_64.yml
      launch_method: 'launch_ssh'
      max_instances: '4'
      ssh: !include docker_ssh_buildslave.yml

- swarm:
  cloud_name: x86_64-swarm
  docker_url: tcp://swarm-manager:2375
  host_credentials_id: docker-access
  max_containers: 7 # equals the amount of nodes we have in the swarm
  docker_templates: !include docker_templates_amd64.yml

- x86_64-15:
  cloud_name: x86_64-15
  docker_url: tcp://95.216.16.165:2375
  host_credentials_id: docker-access
  max_containers: 1
  docker_templates: !include [docker_templates_amd64_android_lkft.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
  host_credentials_id: docker-access
  max_containers: 6
  docker_templates:
    - xenial-amd64:
      docker_image_name: 'linaro/jenkins-amd64-ubuntu:xenial'
      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
    - focal-amd64:
      docker_image_name: 'linaro/jenkins-amd64-ubuntu:focal'
      labels: 'docker-focal-amd64-lite'
      launch_method: 'launch_ssh'
      ssh: !include docker_ssh_buildslave.yml
      max_instances: '10'
      volumes: !include docker_vol_x86_64.yml