Skip to content

Commit fc6838f

Browse files
committed
CXX-406 change heap1 storage engine to inMemoryExperiment
1 parent de87d4b commit fc6838f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.mci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ cxx_driver_variables:
1717
- name: "compile"
1818
- name: "unit test"
1919
- name: "integration test latest"
20-
- name: "integration test latest with heap1"
20+
- name: "integration test latest with inMemoryExperiment"
2121
- name: "integration test latest with WiredTiger"
2222
- name: "client test latest"
23-
- name: "client test latest with heap1"
23+
- name: "client test latest with inMemoryExperiment"
2424
- name: "client test latest with WiredTiger"
2525

2626
version_test_list: &version_tests
@@ -165,12 +165,12 @@ functions:
165165
- key: "mongo_url"
166166
value: ${mongo_url_prefix}${mongo_url_enterprise_keyword|"enterprise-"}${mongo_url_platform}-latest.${mongo_url_extension|tgz}
167167

168-
"use heap1 storage" :
168+
"use inMemoryExperiment storage" :
169169
command: expansions.update
170170
params:
171171
updates:
172172
- key: "orchestration_preset"
173-
value: "--mongo-orchestration-preset=heap.json"
173+
value: "--mongo-orchestration-preset=in_memory.json"
174174

175175
"use WiredTiger storage" :
176176
command: expansions.update
@@ -331,12 +331,12 @@ tasks:
331331
- func: "fetch mongodb"
332332
- func: "run integration tests"
333333

334-
- name: "integration test latest with heap1"
334+
- name: "integration test latest with inMemoryExperiment"
335335
depends_on:
336336
- name: "compile"
337337
commands:
338338
- func: "set version latest"
339-
- func: "use heap1 storage"
339+
- func: "use inMemoryExperiment storage"
340340
- func: "fetch artifacts"
341341
- func: "fetch mongodb"
342342
- func: "run integration tests"
@@ -378,12 +378,12 @@ tasks:
378378
- func: "fetch mongodb"
379379
- func: "run client tests"
380380

381-
- name: "client test latest with heap1"
381+
- name: "client test latest with inMemoryExperiment"
382382
depends_on:
383383
- name: "compile"
384384
commands:
385385
- func: "set version latest"
386-
- func: "use heap1 storage"
386+
- func: "use inMemoryExperiment storage"
387387
- func: "fetch artifacts"
388388
- func: "fetch mongodb"
389389
- func: "run client tests"

0 commit comments

Comments
 (0)