File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -15254,6 +15254,18 @@ buildvariants:
1525415254 mongosh_test_e2e_force_fips: ""
1525515255 tasks:
1525615256 - name: compile_artifact
15257+ - name: e2e_tests_darwin
15258+ display_name: "MacOS Big Sur (E2E tests)"
15259+ run_on: macos-11
15260+ tags: []
15261+ expansions:
15262+ executable_os_id: "darwin-x64"
15263+ disable_openssl_shared_config_for_bundled_openssl: false
15264+ node_js_version: "20.18.1"
15265+ mongosh_server_test_version: "stable-enterprise"
15266+ mongosh_test_e2e_force_fips: ""
15267+ tasks:
15268+ - name: e2e_tests_darwin
1525715269 - name: build_darwin_arm64
1525815270 display_name: "MacOS Big Sur arm64 (Build)"
1525915271 run_on: macos-11-arm64
Original file line number Diff line number Diff line change @@ -571,6 +571,13 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
571571 executableOsId: "darwin-x64",
572572 mVersion: "stable",
573573 },
574+ {
575+ displayName: "MacOS Big Sur",
576+ name: "darwin",
577+ runOn: "macos-11",
578+ executableOsId: "darwin-x64",
579+ mVersion: "stable",
580+ },
574581 {
575582 isBuildOnly: true,
576583 displayName: "MacOS Big Sur arm64",
@@ -631,8 +638,6 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
631638 ].filter(text => text).join(' ');
632639
633640 let compileBuildVariant = RELEASE_PACKAGE_MATRIX.find((pkg) => pkg.executableOsId == executableOsId)?.compileBuildVariant;
634- // We have a separate build variant for win32
635- if (compileBuildVariant == 'win32') compileBuildVariant = 'build_win32';
636641
637642 return ({
638643 ...rest,
You can’t perform that action at this time.
0 commit comments