Skip to content

Commit

Permalink
add default values for manually typed variants
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Dec 16, 2024
1 parent 2108539 commit 0fa58f9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15247,6 +15247,9 @@ buildvariants:
run_on: macos-11
expansions:
executable_os_id: darwin-x64
node_js_version: "20.18.1"
mongosh_server_test_version: "stable-enterprise"
mongosh_test_e2e_force_fips: ""
tasks:
- name: compile_artifact
- name: e2e_tests_darwin
Expand All @@ -15259,6 +15262,9 @@ buildvariants:
run_on: macos-11-arm64
expansions:
executable_os_id: darwin-arm64
node_js_version: "20.18.1"
mongosh_server_test_version: "stable-enterprise"
mongosh_test_e2e_force_fips: ""
tasks:
- name: compile_artifact
- name: e2e_tests_darwin_arm64
Expand Down Expand Up @@ -15396,6 +15402,9 @@ buildvariants:
run_on: windows-vsCurrent-small
expansions:
executable_os_id: win32
node_js_version: "20.18.1"
mongosh_server_test_version: "stable-enterprise"
mongosh_test_e2e_force_fips: ""
tasks:
- name: e2e_tests_win32
- name: package_artifact_win32_x64
Expand All @@ -15405,6 +15414,9 @@ buildvariants:
run_on: windows-vsCurrent-large
expansions:
executable_os_id: win32
node_js_version: "20.18.1"
mongosh_server_test_version: "stable-enterprise"
mongosh_test_e2e_force_fips: ""
tasks:
- name: compile_artifact

Expand Down
12 changes: 12 additions & 0 deletions .evergreen/evergreen.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,9 @@ buildvariants:
run_on: macos-11
expansions:
executable_os_id: darwin-x64
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
mongosh_server_test_version: "stable-enterprise"
mongosh_test_e2e_force_fips: ""
tasks:
- name: compile_artifact
- name: e2e_tests_darwin
Expand All @@ -2116,6 +2119,9 @@ buildvariants:
run_on: macos-11-arm64
expansions:
executable_os_id: darwin-arm64
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
mongosh_server_test_version: "stable-enterprise"
mongosh_test_e2e_force_fips: ""
tasks:
- name: compile_artifact
- name: e2e_tests_darwin_arm64
Expand Down Expand Up @@ -2185,6 +2191,9 @@ buildvariants:
run_on: windows-vsCurrent-small
expansions:
executable_os_id: win32
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
mongosh_server_test_version: "stable-enterprise"
mongosh_test_e2e_force_fips: ""
tasks:
- name: e2e_tests_win32
- name: package_artifact_win32_x64
Expand All @@ -2194,6 +2203,9 @@ buildvariants:
run_on: windows-vsCurrent-large
expansions:
executable_os_id: win32
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
mongosh_server_test_version: "stable-enterprise"
mongosh_test_e2e_force_fips: ""
tasks:
- name: compile_artifact

Expand Down

0 comments on commit 0fa58f9

Please sign in to comment.