-
Notifications
You must be signed in to change notification settings - Fork 62
/
catalog-info.yaml
232 lines (220 loc) · 7.35 KB
/
catalog-info.yaml
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
# Declare the main developer pipeline (PR builds)
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
description: "ml-cpp CI PR build :pipeline:"
name: "ml-cpp-pr-build"
links:
- title: "Main Machine Learning CI PR Build Pipeline"
url: "https://buildkite.com/elastic/ml-cpp-pr-builds"
spec:
type: "buildkite-pipeline"
owner: "group:ml-core"
system: "buildkite"
implementation:
apiVersion: "buildkite.elastic.dev/v1"
kind: "Pipeline"
metadata:
description: "ml-cpp CI PR build :pipeline:"
name: "ml-cpp - PR builds"
spec:
allow_rebuilds: true
branch_configuration: main !main
cancel_intermediate_builds: true
clone_method: https
default_branch: null
pipeline_file: .buildkite/pipeline.json.py
provider_settings:
build_branches: false
build_pull_request_forks: false
build_pull_request_labels_changed: true
cancel_deleted_branch_builds: true
filter_condition: build.creator.name == 'elasticmachine'
filter_enabled: true
publish_blocked_as_pending: true
publish_commit_status: false
publish_commit_status_per_step: true
trigger_mode: code
repository: elastic/ml-cpp
skip_intermediate_builds: true
teams:
everyone:
access_level: READ_ONLY
ml-core: {}
# Declare the nightly debug build pipeline
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "ml-cpp-debug-build"
description: "ml-cpp CI nightly debug build :pipeline:"
links:
- title: "Machine Learning Nightly Debug Build Pipeline"
url: "https://buildkite.com/elastic/ml-cpp-debug-build"
spec:
type: "buildkite-pipeline"
owner: "group:ml-core"
system: "buildkite"
implementation:
apiVersion: "buildkite.elastic.dev/v1"
kind: "Pipeline"
metadata:
description: "ml-cpp CI nightly debug build :pipeline:"
name: "ml-cpp debug build"
spec:
clone_method: https
pipeline_file: .buildkite/job-build-test-all-debug.json.py
provider_settings:
trigger_mode: none
repository: elastic/ml-cpp
schedules:
Nightly main:
branch: main
cronline: 0 3 * * *
message: Nightly debug build of `main`
teams:
everyone:
access_level: READ_ONLY
ml-core: {}
# Declare the nightly PyTorch build pipeline
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "ml-cpp-pytorch-build"
description: "ml-cpp CI nightly PyTorch build :pipeline:"
links:
- title: "Machine Learning Nightly PyTorch Build Pipeline"
url: "https://buildkite.com/elastic/ml-cpp-pytorch-build"
spec:
type: "buildkite-pipeline"
owner: "group:ml-core"
system: "buildkite"
implementation:
apiVersion: "buildkite.elastic.dev/v1"
kind: "Pipeline"
metadata:
description: "ml-cpp CI nightly pytorch build :pipeline:"
name: "ml-cpp - PyTorch Builds"
spec:
clone_method: https
pipeline_file: .buildkite/job-build-pytorch.json.py
provider_settings:
trigger_mode: none
repository: elastic/ml-cpp
schedules:
Nightly main:
branch: main
cronline: 0 3 * * *
message: Nightly build of PyTorch Docker image
teams:
everyone:
access_level: READ_ONLY
ml-core: {}
# Declare the snapshot build pipeline
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "ml-cpp-snapshot-builds"
description: "ml-cpp Snapshot builds :drum_with_drumsticks:"
links:
- title: "Machine Learning Snapshot Builds Pipeline"
url: "https://buildkite.com/elastic/ml-cpp-snapshot-builds"
spec:
type: "buildkite-pipeline"
owner: "group:ml-core"
system: "buildkite"
implementation:
apiVersion: "buildkite.elastic.dev/v1"
kind: "Pipeline"
metadata:
description: "ml-cpp Snapshot builds :drum_with_drumsticks:"
name: "ml-cpp - Snapshot Builds"
spec:
allow_rebuilds: true
cancel_intermediate_builds: true
clone_method: https
env:
BUILD_SNAPSHOT: "true"
pipeline_file: .buildkite/branch.json.py
provider_settings:
build_branches: true
build_pull_request_forks: false
cancel_deleted_branch_builds: true
filter_condition: build.branch == "main" || build.branch == "8.x" || build.branch == "8.16" || build.branch == "8.15" || build.branch == "7.17"
filter_enabled: true
publish_blocked_as_pending: true
publish_commit_status: false
publish_commit_status_per_step: true
trigger_mode: code
repository: elastic/ml-cpp
schedules:
Daily 7_17:
branch: '7.17'
cronline: 30 04 * * *
message: Daily SNAPSHOT build for 7.17
Daily 8_15:
branch: '8.15'
cronline: 30 03 * * *
message: Daily SNAPSHOT build for 8.15
Daily 8_16:
branch: '8.16'
cronline: 30 02 * * *
message: Daily SNAPSHOT build for 8.16
Daily 8_x:
branch: '8.x'
cronline: 30 01 * * *
message: Daily SNAPSHOT build for 8.x
Daily main:
branch: main
cronline: 30 00 * * *
message: Daily SNAPSHOT build for main
skip_intermediate_builds: true
teams:
everyone:
access_level: READ_ONLY
ml-core: {}
# Declare the staging build pipeline
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "ml-cpp-staging-builds"
description: "ml-cpp :cpp: staging builds :shipit:"
links:
- title: "Machine Learning Staging Builds Pipeline"
url: "https://buildkite.com/elastic/ml-cpp-staging-builds"
spec:
type: "buildkite-pipeline"
owner: "group:ml-core"
system: "buildkite"
implementation:
apiVersion: "buildkite.elastic.dev/v1"
kind: "Pipeline"
metadata:
description: "ml-cpp :cpp: staging builds :shipit:"
name: "ml-cpp - Staging Builds"
spec:
allow_rebuilds: true
cancel_intermediate_builds: true
clone_method: https
env:
BUILD_SNAPSHOT: "false"
pipeline_file: .buildkite/branch.json.py
provider_settings:
filter_condition: 'build.branch =~ /^[0-9]+\.[0-9]+$$/ || build.branch =~ /^([0-9]+\.){2}[0-9]+$$/'
filter_enabled: true
trigger_mode: code
repository: elastic/ml-cpp
skip_intermediate_builds: true
teams:
everyone:
access_level: READ_ONLY
ml-core: {}