Skip to content

Commit 74c950b

Browse files
committed
CDRIVER-4040 remove duplicate YAML keys
1 parent 0756cbb commit 74c950b

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.evergreen/benchmark.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ variables:
5353
./mongodb/bin/mongod --dbpath `pwd`/db --logpath `pwd`/db/db.log --fork
5454
5555
benchmark_common: &benchmark_common
56-
<<: *compile_unix
57-
<<: *start_mongod_command
56+
<<: [ *compile_unix, *start_mongod_command ]
5857

5958
#######################################
6059
# Functions #
@@ -261,29 +260,23 @@ buildvariants:
261260
- name: c-driver-benchmark-compile
262261
display_name: "C Driver Benchmark Compile"
263262
expansions:
264-
<<: *cflags_64
265-
<<: *mongo_v32
266-
<<: *benchmark_common
263+
<<: [ *cflags_64, *mongo_v32, *benchmark_common ]
267264
run_on:
268265
- rhel62-small
269266
tasks: *benchmark_compile
270267

271268
- name: c-driver-benchmark-mongo32
272269
display_name: "C Driver Benchmark Mongo 3.2"
273270
expansions:
274-
<<: *cflags_64
275-
<<: *mongo_v32
276-
<<: *benchmark_common
271+
<<: [ *cflags_64, *mongo_v32, *benchmark_common ]
277272
run_on:
278273
- centos6-perf
279274
tasks: *benchmark_tests
280275

281276
- name: c-driver-benchmark-mongo44
282277
display_name: "C Driver Benchmark Mongo 4.4"
283278
expansions:
284-
<<: *cflags_64
285-
<<: *mongo_v44
286-
<<: *benchmark_common
279+
<<: [ *cflags_64, *mongo_v44, *benchmark_common ]
287280
run_on:
288281
- centos6-perf
289282
tasks: *benchmark_tests

0 commit comments

Comments
 (0)