File tree Expand file tree Collapse file tree 11 files changed +121
-0
lines changed Expand file tree Collapse file tree 11 files changed +121
-0
lines changed Original file line number Diff line number Diff line change 28
28
RACE_DETECTOR : " true"
29
29
TEST_COVERAGE : " true"
30
30
31
+ # Concurrency definition
32
+ CONCURRENCY_GROUP : " orka-concurrency-group"
33
+ CONCURRENCY_COUNT : 10
34
+ CONCURRENCY_METHOD : eager
35
+
31
36
steps :
32
37
- group : " Check/Update"
33
38
key : " auditbeat-check-update"
@@ -238,6 +243,9 @@ steps:
238
243
source .buildkite/scripts/install_macos_tools.sh
239
244
cd auditbeat
240
245
mage build unitTest
246
+ concurrency_group : " ${CONCURRENCY_GROUP}"
247
+ concurrency : " ${CONCURRENCY_COUNT}"
248
+ concurrency_method : " ${CONCURRENCY_METHOD}"
241
249
retry :
242
250
automatic :
243
251
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
@@ -258,6 +266,9 @@ steps:
258
266
source .buildkite/scripts/install_macos_tools.sh
259
267
cd auditbeat
260
268
mage build unitTest
269
+ concurrency_group : " ${CONCURRENCY_GROUP}"
270
+ concurrency : " ${CONCURRENCY_COUNT}"
271
+ concurrency_method : " ${CONCURRENCY_METHOD}"
261
272
retry :
262
273
automatic :
263
274
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
Original file line number Diff line number Diff line change 31
31
RACE_DETECTOR : " true"
32
32
TEST_COVERAGE : " true"
33
33
34
+ # Concurrency definition
35
+ CONCURRENCY_GROUP : " orka-concurrency-group"
36
+ CONCURRENCY_COUNT : 10
37
+ CONCURRENCY_METHOD : eager
38
+
34
39
steps :
35
40
- group : " Check/Update"
36
41
key : " filebeat-check-update"
@@ -185,6 +190,9 @@ steps:
185
190
source .buildkite/scripts/install_macos_tools.sh
186
191
cd filebeat
187
192
mage build unitTest
193
+ concurrency_group : " ${CONCURRENCY_GROUP}"
194
+ concurrency : " ${CONCURRENCY_COUNT}"
195
+ concurrency_method : " ${CONCURRENCY_METHOD}"
188
196
retry :
189
197
automatic :
190
198
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
@@ -206,6 +214,9 @@ steps:
206
214
source .buildkite/scripts/install_macos_tools.sh
207
215
cd filebeat
208
216
mage build unitTest
217
+ concurrency_group : " ${CONCURRENCY_GROUP}"
218
+ concurrency : " ${CONCURRENCY_COUNT}"
219
+ concurrency_method : " ${CONCURRENCY_METHOD}"
209
220
retry :
210
221
automatic :
211
222
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
Original file line number Diff line number Diff line change 29
29
RACE_DETECTOR : " true"
30
30
TEST_COVERAGE : " true"
31
31
32
+ # Concurrency definition
33
+ CONCURRENCY_GROUP : " orka-concurrency-group"
34
+ CONCURRENCY_COUNT : 10
35
+ CONCURRENCY_METHOD : eager
36
+
32
37
steps :
33
38
- group : " Check/Update"
34
39
key : " heartbeat-check-update"
@@ -217,6 +222,9 @@ steps:
217
222
source .buildkite/scripts/install_macos_tools.sh
218
223
cd heartbeat
219
224
mage build unitTest
225
+ concurrency_group : " ${CONCURRENCY_GROUP}"
226
+ concurrency : " ${CONCURRENCY_COUNT}"
227
+ concurrency_method : " ${CONCURRENCY_METHOD}"
220
228
retry :
221
229
automatic :
222
230
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
@@ -238,6 +246,9 @@ steps:
238
246
source .buildkite/scripts/install_macos_tools.sh
239
247
cd heartbeat
240
248
mage build unitTest
249
+ concurrency_group : " ${CONCURRENCY_GROUP}"
250
+ concurrency : " ${CONCURRENCY_COUNT}"
251
+ concurrency_method : " ${CONCURRENCY_METHOD}"
241
252
retry :
242
253
automatic :
243
254
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
Original file line number Diff line number Diff line change 34
34
RACE_DETECTOR : " true"
35
35
TEST_COVERAGE : " true"
36
36
37
+ # Concurrency definition
38
+ CONCURRENCY_GROUP : " orka-concurrency-group"
39
+ CONCURRENCY_COUNT : 10
40
+ CONCURRENCY_METHOD : eager
41
+
37
42
steps :
38
43
- group : " Check/Update"
39
44
key : " metricbeat-check-update"
@@ -278,6 +283,9 @@ steps:
278
283
source .buildkite/scripts/install_macos_tools.sh
279
284
cd metricbeat
280
285
mage build unitTest
286
+ concurrency_group : " ${CONCURRENCY_GROUP}"
287
+ concurrency : " ${CONCURRENCY_COUNT}"
288
+ concurrency_method : " ${CONCURRENCY_METHOD}"
281
289
retry :
282
290
automatic :
283
291
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
@@ -300,6 +308,9 @@ steps:
300
308
source .buildkite/scripts/install_macos_tools.sh
301
309
cd metricbeat
302
310
mage build unitTest
311
+ concurrency_group : " ${CONCURRENCY_GROUP}"
312
+ concurrency : " ${CONCURRENCY_COUNT}"
313
+ concurrency_method : " ${CONCURRENCY_METHOD}"
303
314
retry :
304
315
automatic :
305
316
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
Original file line number Diff line number Diff line change 28
28
RACE_DETECTOR : " true"
29
29
TEST_COVERAGE : " true"
30
30
31
+ # Concurrency definition
32
+ CONCURRENCY_GROUP : " orka-concurrency-group"
33
+ CONCURRENCY_COUNT : 10
34
+ CONCURRENCY_METHOD : eager
35
+
31
36
steps :
32
37
- group : " Check/Update"
33
38
key : " packetbeat-check-update"
@@ -226,6 +231,9 @@ steps:
226
231
source .buildkite/scripts/install_macos_tools.sh
227
232
cd packetbeat
228
233
mage build unitTest
234
+ concurrency_group : " ${CONCURRENCY_GROUP}"
235
+ concurrency : " ${CONCURRENCY_COUNT}"
236
+ concurrency_method : " ${CONCURRENCY_METHOD}"
229
237
retry :
230
238
automatic :
231
239
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
@@ -247,6 +255,9 @@ steps:
247
255
source .buildkite/scripts/install_macos_tools.sh
248
256
cd packetbeat
249
257
mage build unitTest
258
+ concurrency_group : " ${CONCURRENCY_GROUP}"
259
+ concurrency : " ${CONCURRENCY_COUNT}"
260
+ concurrency_method : " ${CONCURRENCY_METHOD}"
250
261
retry :
251
262
automatic :
252
263
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
Original file line number Diff line number Diff line change 31
31
# Module tests
32
32
BEAT_PATH : " x-pack/auditbeat"
33
33
34
+ # Concurrency definition
35
+ CONCURRENCY_GROUP : " orka-concurrency-group"
36
+ CONCURRENCY_COUNT : 10
37
+ CONCURRENCY_METHOD : eager
38
+
34
39
steps :
35
40
- group : " Check/Update"
36
41
key : " x-pack-auditbeat-check-update"
@@ -234,6 +239,9 @@ steps:
234
239
source .buildkite/scripts/install_macos_tools.sh
235
240
cd x-pack/auditbeat
236
241
mage build unitTest
242
+ concurrency_group : " ${CONCURRENCY_GROUP}"
243
+ concurrency : " ${CONCURRENCY_COUNT}"
244
+ concurrency_method : " ${CONCURRENCY_METHOD}"
237
245
retry :
238
246
automatic :
239
247
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
@@ -254,6 +262,9 @@ steps:
254
262
source .buildkite/scripts/install_macos_tools.sh
255
263
cd x-pack/auditbeat
256
264
mage build unitTest
265
+ concurrency_group : " ${CONCURRENCY_GROUP}"
266
+ concurrency : " ${CONCURRENCY_COUNT}"
267
+ concurrency_method : " ${CONCURRENCY_METHOD}"
257
268
retry :
258
269
automatic :
259
270
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
Original file line number Diff line number Diff line change 27
27
RACE_DETECTOR : " true"
28
28
TEST_COVERAGE : " true"
29
29
30
+ # Concurrency definition
31
+ CONCURRENCY_GROUP : " orka-concurrency-group"
32
+ CONCURRENCY_COUNT : 10
33
+ CONCURRENCY_METHOD : eager
34
+
30
35
steps :
31
36
- group : " Check/Update"
32
37
key : " x-pack-filebeat-check-update"
@@ -269,6 +274,9 @@ steps:
269
274
source .buildkite/scripts/install_macos_tools.sh
270
275
cd x-pack/filebeat
271
276
mage build unitTest
277
+ concurrency_group : " ${CONCURRENCY_GROUP}"
278
+ concurrency : " ${CONCURRENCY_COUNT}"
279
+ concurrency_method : " ${CONCURRENCY_METHOD}"
272
280
retry :
273
281
automatic :
274
282
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
@@ -289,6 +297,9 @@ steps:
289
297
source .buildkite/scripts/install_macos_tools.sh
290
298
cd x-pack/filebeat
291
299
mage build unitTest
300
+ concurrency_group : " ${CONCURRENCY_GROUP}"
301
+ concurrency : " ${CONCURRENCY_COUNT}"
302
+ concurrency_method : " ${CONCURRENCY_METHOD}"
292
303
retry :
293
304
automatic :
294
305
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
Original file line number Diff line number Diff line change 32
32
RACE_DETECTOR : " true"
33
33
TEST_COVERAGE : " true"
34
34
35
+ # Concurrency definition
36
+ CONCURRENCY_GROUP : " orka-concurrency-group"
37
+ CONCURRENCY_COUNT : 10
38
+ CONCURRENCY_METHOD : eager
39
+
35
40
steps :
36
41
- group : " Check/Update"
37
42
key : " x-pack-heartbeat-check-update"
@@ -244,6 +249,9 @@ steps:
244
249
installNodeJsDependencies
245
250
cd x-pack/heartbeat
246
251
mage build unitTest
252
+ concurrency_group : " ${CONCURRENCY_GROUP}"
253
+ concurrency : " ${CONCURRENCY_COUNT}"
254
+ concurrency_method : " ${CONCURRENCY_METHOD}"
247
255
retry :
248
256
automatic :
249
257
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
@@ -265,6 +273,9 @@ steps:
265
273
installNodeJsDependencies
266
274
cd x-pack/heartbeat
267
275
mage build unitTest
276
+ concurrency_group : " ${CONCURRENCY_GROUP}"
277
+ concurrency : " ${CONCURRENCY_COUNT}"
278
+ concurrency_method : " ${CONCURRENCY_METHOD}"
268
279
retry :
269
280
automatic :
270
281
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
Original file line number Diff line number Diff line change 30
30
# Module tests
31
31
BEAT_PATH : " x-pack/metricbeat"
32
32
33
+ # Concurrency definition
34
+ CONCURRENCY_GROUP : " orka-concurrency-group"
35
+ CONCURRENCY_COUNT : 10
36
+ CONCURRENCY_METHOD : eager
37
+
33
38
steps :
34
39
- group : " Check/Update"
35
40
key : " x-pack-metricbeat-check-update"
@@ -254,6 +259,9 @@ steps:
254
259
set -euo pipefail
255
260
source .buildkite/scripts/install_macos_tools.sh
256
261
cd x-pack/metricbeat && mage build unitTest
262
+ concurrency_group : " ${CONCURRENCY_GROUP}"
263
+ concurrency : " ${CONCURRENCY_COUNT}"
264
+ concurrency_method : " ${CONCURRENCY_METHOD}"
257
265
retry :
258
266
automatic :
259
267
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
@@ -275,6 +283,9 @@ steps:
275
283
set -euo pipefail
276
284
source .buildkite/scripts/install_macos_tools.sh
277
285
cd x-pack/metricbeat && mage build unitTest
286
+ concurrency_group : " ${CONCURRENCY_GROUP}"
287
+ concurrency : " ${CONCURRENCY_COUNT}"
288
+ concurrency_method : " ${CONCURRENCY_METHOD}"
278
289
retry :
279
290
automatic :
280
291
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
Original file line number Diff line number Diff line change 24
24
RACE_DETECTOR : " true"
25
25
TEST_COVERAGE : " true"
26
26
27
+ # Concurrency definition
28
+ CONCURRENCY_GROUP : " orka-concurrency-group"
29
+ CONCURRENCY_COUNT : 10
30
+ CONCURRENCY_METHOD : eager
31
+
27
32
steps :
28
33
- group : " Check/Update"
29
34
key : " x-pack-osquerybeat-check-update"
@@ -225,6 +230,9 @@ steps:
225
230
set -euo pipefail
226
231
source .buildkite/scripts/install_macos_tools.sh
227
232
cd x-pack/osquerybeat && mage build unitTest
233
+ concurrency_group : " ${CONCURRENCY_GROUP}"
234
+ concurrency : " ${CONCURRENCY_COUNT}"
235
+ concurrency_method : " ${CONCURRENCY_METHOD}"
228
236
retry :
229
237
automatic :
230
238
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
@@ -243,6 +251,9 @@ steps:
243
251
set -euo pipefail
244
252
source .buildkite/scripts/install_macos_tools.sh
245
253
cd x-pack/osquerybeat && mage build unitTest
254
+ concurrency_group : " ${CONCURRENCY_GROUP}"
255
+ concurrency : " ${CONCURRENCY_COUNT}"
256
+ concurrency_method : " ${CONCURRENCY_METHOD}"
246
257
retry :
247
258
automatic :
248
259
- limit : 3 # using higher retries for now due to lack of custom vm images and vendor instability
You can’t perform that action at this time.
0 commit comments