Skip to content

Commit 56f4d97

Browse files
committed
use compile build variant and fix macos build
1 parent eb4aedb commit 56f4d97

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.evergreen.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8276,11 +8276,12 @@ tasks:
82768276
node_js_version: ${node_js_version}
82778277
- func: download_compiled_artifact
82788278
vars:
8279-
executable_os_id: ${executable_os_id}
8279+
executable_os_id: build_linux_x64
82808280
- func: run_e2e_tests
82818281
vars:
82828282
node_js_version: ${node_js_version}
82838283
mongosh_server_test_version: ${mongosh_server_test_version}
8284+
mongosh_shared_openssl: ${mongosh_shared_openssl}
82848285
mongosh_test_e2e_force_fips: ${mongosh_test_e2e_force_fips}
82858286
disable_openssl_shared_config_for_bundled_openssl: ${disable_openssl_shared_config_for_bundled_openssl|false}
82868287
- name: e2e_tests_linux_arm64
@@ -8295,11 +8296,12 @@ tasks:
82958296
node_js_version: ${node_js_version}
82968297
- func: download_compiled_artifact
82978298
vars:
8298-
executable_os_id: ${executable_os_id}
8299+
executable_os_id: build_linux_arm64
82998300
- func: run_e2e_tests
83008301
vars:
83018302
node_js_version: ${node_js_version}
83028303
mongosh_server_test_version: ${mongosh_server_test_version}
8304+
mongosh_shared_openssl: ${mongosh_shared_openssl}
83038305
mongosh_test_e2e_force_fips: ${mongosh_test_e2e_force_fips}
83048306
disable_openssl_shared_config_for_bundled_openssl: ${disable_openssl_shared_config_for_bundled_openssl|false}
83058307
- name: e2e_tests_darwin
@@ -8314,11 +8316,12 @@ tasks:
83148316
node_js_version: ${node_js_version}
83158317
- func: download_compiled_artifact
83168318
vars:
8317-
executable_os_id: ${executable_os_id}
8319+
executable_os_id: build_darwin
83188320
- func: run_e2e_tests
83198321
vars:
83208322
node_js_version: ${node_js_version}
83218323
mongosh_server_test_version: ${mongosh_server_test_version}
8324+
mongosh_shared_openssl: ${mongosh_shared_openssl}
83228325
mongosh_test_e2e_force_fips: ${mongosh_test_e2e_force_fips}
83238326
disable_openssl_shared_config_for_bundled_openssl: ${disable_openssl_shared_config_for_bundled_openssl|false}
83248327
- name: e2e_tests_darwin_arm64
@@ -8333,11 +8336,12 @@ tasks:
83338336
node_js_version: ${node_js_version}
83348337
- func: download_compiled_artifact
83358338
vars:
8336-
executable_os_id: ${executable_os_id}
8339+
executable_os_id: build_darwin_arm64
83378340
- func: run_e2e_tests
83388341
vars:
83398342
node_js_version: ${node_js_version}
83408343
mongosh_server_test_version: ${mongosh_server_test_version}
8344+
mongosh_shared_openssl: ${mongosh_shared_openssl}
83418345
mongosh_test_e2e_force_fips: ${mongosh_test_e2e_force_fips}
83428346
disable_openssl_shared_config_for_bundled_openssl: ${disable_openssl_shared_config_for_bundled_openssl|false}
83438347
- name: e2e_tests_win32
@@ -8352,11 +8356,12 @@ tasks:
83528356
node_js_version: ${node_js_version}
83538357
- func: download_compiled_artifact
83548358
vars:
8355-
executable_os_id: ${executable_os_id}
8359+
executable_os_id: build_win32
83568360
- func: run_e2e_tests
83578361
vars:
83588362
node_js_version: ${node_js_version}
83598363
mongosh_server_test_version: ${mongosh_server_test_version}
8364+
mongosh_shared_openssl: ${mongosh_shared_openssl}
83608365
mongosh_test_e2e_force_fips: ${mongosh_test_e2e_force_fips}
83618366
disable_openssl_shared_config_for_bundled_openssl: ${disable_openssl_shared_config_for_bundled_openssl|false}
83628367
- name: perf_tests
@@ -15291,7 +15296,7 @@ buildvariants:
1529115296
run_on: macos-11-arm64
1529215297
tags: []
1529315298
expansions:
15294-
executable_os_id: "darwin-x64"
15299+
executable_os_id: "darwin-arm64"
1529515300
disable_openssl_shared_config_for_bundled_openssl: false
1529615301
node_js_version: "20.18.1"
1529715302
mongosh_server_test_version: "stable-enterprise"

.evergreen/evergreen.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
583583
displayName: "MacOS Big Sur arm64",
584584
runOn: "macos-11-arm64",
585585
name: "darwin_arm64",
586-
executableOsId: "darwin-x64",
586+
executableOsId: "darwin-arm64",
587587
mVersion: "stable",
588588
},
589589
{
@@ -1833,7 +1833,7 @@ tasks:
18331833
node_js_version: ${node_js_version}
18341834
- func: download_compiled_artifact
18351835
vars:
1836-
executable_os_id: ${executable_os_id}
1836+
executable_os_id: <% out(compileBuildVariant) %>
18371837
- func: run_e2e_tests
18381838
vars:
18391839
node_js_version: ${node_js_version}

0 commit comments

Comments
 (0)