File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,7 @@ variables:
53
53
./mongodb/bin/mongod --dbpath `pwd`/db --logpath `pwd`/db/db.log --fork
54
54
55
55
benchmark_common : &benchmark_common
56
- << : *compile_unix
57
- << : *start_mongod_command
56
+ << : [ *compile_unix, *start_mongod_command ]
58
57
59
58
# ######################################
60
59
# Functions #
@@ -261,29 +260,23 @@ buildvariants:
261
260
- name : c-driver-benchmark-compile
262
261
display_name : " C Driver Benchmark Compile"
263
262
expansions :
264
- << : *cflags_64
265
- << : *mongo_v32
266
- << : *benchmark_common
263
+ << : [ *cflags_64, *mongo_v32, *benchmark_common ]
267
264
run_on :
268
265
- rhel62-small
269
266
tasks : *benchmark_compile
270
267
271
268
- name : c-driver-benchmark-mongo32
272
269
display_name : " C Driver Benchmark Mongo 3.2"
273
270
expansions :
274
- << : *cflags_64
275
- << : *mongo_v32
276
- << : *benchmark_common
271
+ << : [ *cflags_64, *mongo_v32, *benchmark_common ]
277
272
run_on :
278
273
- centos6-perf
279
274
tasks : *benchmark_tests
280
275
281
276
- name : c-driver-benchmark-mongo44
282
277
display_name : " C Driver Benchmark Mongo 4.4"
283
278
expansions :
284
- << : *cflags_64
285
- << : *mongo_v44
286
- << : *benchmark_common
279
+ << : [ *cflags_64, *mongo_v44, *benchmark_common ]
287
280
run_on :
288
281
- centos6-perf
289
282
tasks : *benchmark_tests
You can’t perform that action at this time.
0 commit comments