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:
18
18
19
19
# # Common download urls (merge in as hashes)
20
20
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"
23
21
mongo_v44 : &mongo_v44
24
22
mongo_url : " http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel62-v4.4-latest.tgz"
25
23
mongo_v50_ubuntu : &mongo_v50_ubuntu
@@ -274,22 +272,12 @@ buildvariants:
274
272
- name : c-driver-benchmark-compile
275
273
display_name : " C Driver Benchmark Compile"
276
274
expansions :
277
- << : [ *cflags_64, *mongo_v32 , *benchmark_common ]
275
+ << : [ *cflags_64, *mongo_v44 , *benchmark_common ]
278
276
file : c-binaries-centos6
279
277
run_on :
280
278
- rhel62-small
281
279
tasks : *benchmark_compile
282
280
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
-
293
281
- name : c-driver-benchmark-mongo44
294
282
display_name : " C Driver Benchmark Mongo 4.4"
295
283
expansions :
You can’t perform that action at this time.
0 commit comments