File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ variables:
1818
1919 # # Common download urls (merge in as hashes)
2020 mongo_download_url_prefixes :
21- mongo_v32 : &mongo_v32
22- mongo_url : " https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.10.tgz"
2321 mongo_v44 : &mongo_v44
2422 mongo_url : " http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel62-v4.4-latest.tgz"
2523 mongo_v50_ubuntu : &mongo_v50_ubuntu
@@ -274,22 +272,12 @@ buildvariants:
274272- name : c-driver-benchmark-compile
275273 display_name : " C Driver Benchmark Compile"
276274 expansions :
277- << : [ *cflags_64, *mongo_v32 , *benchmark_common ]
275+ << : [ *cflags_64, *mongo_v44 , *benchmark_common ]
278276 file : c-binaries-centos6
279277 run_on :
280278 - rhel62-small
281279 tasks : *benchmark_compile
282280
283- - name : c-driver-benchmark-mongo32
284- display_name : " C Driver Benchmark Mongo 3.2"
285- expansions :
286- << : [ *cflags_64, *mongo_v32, *benchmark_common ]
287- file : c-binaries-centos6
288- compile_variant : c-driver-benchmark-compile
289- run_on :
290- - centos6-perf
291- tasks : *benchmark_tests
292-
293281- name : c-driver-benchmark-mongo44
294282 display_name : " C Driver Benchmark Mongo 4.4"
295283 expansions :
You can’t perform that action at this time.
0 commit comments