@@ -17,10 +17,10 @@ cxx_driver_variables:
17
17
- name : " compile"
18
18
- name : " unit test"
19
19
- name : " integration test latest"
20
- - name : " integration test latest with heap1 "
20
+ - name : " integration test latest with inMemoryExperiment "
21
21
- name : " integration test latest with WiredTiger"
22
22
- name : " client test latest"
23
- - name : " client test latest with heap1 "
23
+ - name : " client test latest with inMemoryExperiment "
24
24
- name : " client test latest with WiredTiger"
25
25
26
26
version_test_list : &version_tests
@@ -165,12 +165,12 @@ functions:
165
165
- key : " mongo_url"
166
166
value : ${mongo_url_prefix}${mongo_url_enterprise_keyword|"enterprise-"}${mongo_url_platform}-latest.${mongo_url_extension|tgz}
167
167
168
- " use heap1 storage" :
168
+ " use inMemoryExperiment storage" :
169
169
command : expansions.update
170
170
params :
171
171
updates :
172
172
- key : " orchestration_preset"
173
- value : " --mongo-orchestration-preset=heap .json"
173
+ value : " --mongo-orchestration-preset=in_memory .json"
174
174
175
175
" use WiredTiger storage" :
176
176
command : expansions.update
@@ -331,12 +331,12 @@ tasks:
331
331
- func : " fetch mongodb"
332
332
- func : " run integration tests"
333
333
334
- - name : " integration test latest with heap1 "
334
+ - name : " integration test latest with inMemoryExperiment "
335
335
depends_on :
336
336
- name : " compile"
337
337
commands :
338
338
- func : " set version latest"
339
- - func : " use heap1 storage"
339
+ - func : " use inMemoryExperiment storage"
340
340
- func : " fetch artifacts"
341
341
- func : " fetch mongodb"
342
342
- func : " run integration tests"
@@ -378,12 +378,12 @@ tasks:
378
378
- func : " fetch mongodb"
379
379
- func : " run client tests"
380
380
381
- - name : " client test latest with heap1 "
381
+ - name : " client test latest with inMemoryExperiment "
382
382
depends_on :
383
383
- name : " compile"
384
384
commands :
385
385
- func : " set version latest"
386
- - func : " use heap1 storage"
386
+ - func : " use inMemoryExperiment storage"
387
387
- func : " fetch artifacts"
388
388
- func : " fetch mongodb"
389
389
- func : " run client tests"
0 commit comments