Skip to content

Commit

Permalink
add missing big sur test
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Dec 16, 2024
1 parent 208c92c commit 3334933
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15254,6 +15254,18 @@ buildvariants:
mongosh_test_e2e_force_fips: ""
tasks:
- name: compile_artifact
- name: e2e_tests_darwin
display_name: "MacOS Big Sur (E2E tests)"
run_on: macos-11
tags: []
expansions:
executable_os_id: "darwin-x64"
disable_openssl_shared_config_for_bundled_openssl: false
node_js_version: "20.18.1"
mongosh_server_test_version: "stable-enterprise"
mongosh_test_e2e_force_fips: ""
tasks:
- name: e2e_tests_darwin
- name: build_darwin_arm64
display_name: "MacOS Big Sur arm64 (Build)"
run_on: macos-11-arm64
Expand Down
9 changes: 7 additions & 2 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,13 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
executableOsId: "darwin-x64",
mVersion: "stable",
},
{
displayName: "MacOS Big Sur",
name: "darwin",
runOn: "macos-11",
executableOsId: "darwin-x64",
mVersion: "stable",
},
{
isBuildOnly: true,
displayName: "MacOS Big Sur arm64",
Expand Down Expand Up @@ -631,8 +638,6 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
].filter(text => text).join(' ');

let compileBuildVariant = RELEASE_PACKAGE_MATRIX.find((pkg) => pkg.executableOsId == executableOsId)?.compileBuildVariant;
// We have a separate build variant for win32
if (compileBuildVariant == 'win32') compileBuildVariant = 'build_win32';

return ({
...rest,
Expand Down

0 comments on commit 3334933

Please sign in to comment.