-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpipeline.yaml
More file actions
168 lines (141 loc) · 3.72 KB
/
Copy pathpipeline.yaml
File metadata and controls
168 lines (141 loc) · 3.72 KB
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# Copyright (C) 2021, 2022, 2023 Collabora Limited
# Author: Guillaume Tucker <guillaume.tucker@collabora.com>
api:
docker-host:
url: http://172.17.0.1:8001
staging:
url: https://staging.kernelci.org:9000
production:
url: https://kernelci-api.westus3.cloudapp.azure.com
k8s-host:
url: http://kernelci-api:8001
storage:
docker-host:
storage_type: ssh
host: 172.17.0.1
port: 8022
base_url: http://172.17.0.1:8002/
k8s-host:
storage_type: ssh
host: kernelci-api-ssh
port: 8022
base_url: http://kernelci-api-storage:8002/
staging:
storage_type: ssh
host: staging.kernelci.org
port: 9022
base_url: http://storage.staging.kernelci.org/api/
kci-storage:
storage_type: backend
base_url: https://files-staging.kernelci.org/
api_url: https://files-staging.kernelci.org/
kci-storage-production:
storage_type: backend
base_url: https://files.kernelci.org/
api_url: https://files.kernelci.org/
runtimes:
docker:
lab_type: docker
env_file: '/home/kernelci/.docker-env'
user: 'root' # Docker-in-Docker
volumes:
# Note: Absolute paths on the host are required here
- 'data/ssh/:/home/kernelci/data/ssh'
- 'data/output/:/home/kernelci/data/output'
k8s-all:
lab_type: kubernetes
context:
- 'aks-kbuild-medium-1'
- 'gke_android-kernelci-external_europe-west1-d_kci-eu-west1'
- 'gke_android-kernelci-external_europe-west4-c_kci-eu-west4'
- 'gke_android-kernelci-external_us-central1-c_kci-us-central1'
- 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4'
- 'gke_android-kernelci-external_us-west1-a_kci-us-west1'
k8s-gke-eu-west4:
lab_type: kubernetes
context: 'gke_android-kernelci-external_europe-west4-c_kci-eu-west4'
lava-baylibre:
lab_type: lava
url: 'https://lava.baylibre.com/'
notify:
callback:
token: kernelci-new-api
rules:
tree:
- kernelci
- 'mainline'
- next
lava-broonie:
lab_type: lava
url: 'https://lava.sirena.org.uk/'
priority_min: 0
priority_max: 49
notify:
callback:
token: kernelci-new-api-callback
rules:
tree:
- '!android'
lava-cip:
lab_type: lava
url: 'https://lava.ciplatform.org/'
notify:
callback:
token: kernel-ci-new-api
lava-clabbe:
lab_type: lava
url: 'https://lava.montjoie.ovh/'
# Lab returns 403 when querying /api/v0.2/jobs/ for queue depth,
# which blocks all job submissions. Disable queue depth checking.
disable_queue_limit: true
notify:
callback:
token: kernelci-new-api
rules:
tree:
- kernelci
- 'mainline'
- next
lava-collabora: &lava-collabora-staging
lab_type: lava
url: https://lava.collabora.dev/
priority_min: 40
priority_max: 60
notify:
callback:
token: kernelci-api-token-staging
lava-collabora-staging:
<<: *lava-collabora-staging
url: https://staging.lava.collabora.dev/
notify:
callback:
token: kernelci-api-token-lava-staging
lava-kontron:
lab_type: lava
url: 'https://lavalab.kontron.com'
notify:
callback:
token: kernel-ci-callback
lava-pengutronix:
lab_type: lava
url: 'https://lava.pengutronix.de'
priority_min: 10
priority_max: 40
notify:
callback:
token: kernel-ci-callback
lava-foundriesio:
lab_type: lava
url: 'https://lava.infra.foundries.io'
notify:
callback:
token: kernelci-lab-foundriesio
lava-testpull:
lab_type: lava
notify:
callback:
token: kernelci-lab-testpull
shell:
lab_type: shell