File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14623,7 +14623,7 @@ buildvariants:
1462314623 run_on: rhel70-build
1462414624 tags: ["nightly-driver"]
1462514625 expansions:
14626- executable_os_id: "linux-x64-openssl3-openssl3 "
14626+ executable_os_id: "linux-x64-openssl3"
1462714627 disable_openssl_shared_config_for_bundled_openssl: false
1462814628 node_js_version: "20.18.1"
1462914629 mongosh_server_test_version: "stable-enterprise"
@@ -14635,7 +14635,7 @@ buildvariants:
1463514635 run_on: rhel80-build
1463614636 tags: ["nightly-driver"]
1463714637 expansions:
14638- executable_os_id: "linux-x64-openssl3-openssl3 "
14638+ executable_os_id: "linux-x64-openssl3"
1463914639 disable_openssl_shared_config_for_bundled_openssl: false
1464014640 node_js_version: "20.18.1"
1464114641 mongosh_server_test_version: "stable-enterprise"
@@ -14671,7 +14671,7 @@ buildvariants:
1467114671 run_on: amazon2-arm64-large
1467214672 tags: []
1467314673 expansions:
14674- executable_os_id: "linux-arm64-openssl3-openssl3 "
14674+ executable_os_id: "linux-arm64-openssl3"
1467514675 disable_openssl_shared_config_for_bundled_openssl: false
1467614676 node_js_version: "20.18.1"
1467714677 mongosh_server_test_version: "stable-enterprise"
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
133133 ],
134134 isBuild: true,
135135 name: "linux_x64_openssl3",
136- executableOsId: "linux-x64-openssl3-openssl3 ",
136+ executableOsId: "linux-x64-openssl3",
137137 sharedOpenSsl: "openssl3",
138138 mVersion: "stable"
139139 },
@@ -145,7 +145,7 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
145145 ],
146146 isBuild: true,
147147 name: "linux_x64_openssl3_rhel8",
148- executableOsId: "linux-x64-openssl3-openssl3 ",
148+ executableOsId: "linux-x64-openssl3",
149149 sharedOpenSsl: "openssl3",
150150 mVersion: "stable"
151151 },
@@ -171,7 +171,7 @@ const ALL_E2E_TEST_BUILD_VARIANTS = [
171171 runOn: "amazon2-arm64-large",
172172 isBuild: true,
173173 name: "linux_arm64_openssl3",
174- executableOsId: "linux-arm64-openssl3-openssl3 ",
174+ executableOsId: "linux-arm64-openssl3",
175175 sharedOpenSsl: "openssl3",
176176 mVersion: "stable"
177177 },
You can’t perform that action at this time.
0 commit comments