File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,10 @@ functions:
220220 MONGOSH_RUN_ONLY_IN_PACKAGE : ${mongosh_run_only_in_package}
221221 AWS_AUTH_IAM_ACCESS_KEY_ID : ${devtools_ci_aws_key}
222222 AWS_AUTH_IAM_SECRET_ACCESS_KEY : ${devtools_ci_aws_secret}
223+ STREAMS_E2E_SPI_CONNECTION_STRING : ${streams_e2e_spi_connection_string}
224+ STREAMS_E2E_DB_USER : ${streams_e2e_db_user}
225+ STREAMS_E2E_DB_PASSWORD : ${streams_e2e_db_password}
226+ STREAMS_E2E_CLUSTER_CONNECTION_STRING : ${streams_e2e_cluster_connection_string}
223227 TASK_NAME : ${task_name}
224228 - command : s3.put
225229 params :
@@ -3778,6 +3782,10 @@ functions:
37783782 NODE_JS_VERSION : ${node_js_version}
37793783 AWS_AUTH_IAM_ACCESS_KEY_ID : ${devtools_ci_aws_key}
37803784 AWS_AUTH_IAM_SECRET_ACCESS_KEY : ${devtools_ci_aws_secret}
3785+ STREAMS_E2E_SPI_CONNECTION_STRING : ${streams_e2e_spi_connection_string}
3786+ STREAMS_E2E_DB_USER : ${streams_e2e_db_user}
3787+ STREAMS_E2E_DB_PASSWORD : ${streams_e2e_db_password}
3788+ STREAMS_E2E_CLUSTER_CONNECTION_STRING : ${streams_e2e_cluster_connection_string}
37813789 TASK_NAME : ${task_name}
37823790
37833791 # ##
Original file line number Diff line number Diff line change 11The following third-party software is used by and included in **mongosh**.
2- This document was automatically generated on Sun Jul 27 2025.
2+ This document was automatically generated on Tue Jul 29 2025.
33
44## List of dependencies
55
You can’t perform that action at this time.
0 commit comments