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:
220
220
MONGOSH_RUN_ONLY_IN_PACKAGE : ${mongosh_run_only_in_package}
221
221
AWS_AUTH_IAM_ACCESS_KEY_ID : ${devtools_ci_aws_key}
222
222
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}
223
227
TASK_NAME : ${task_name}
224
228
- command : s3.put
225
229
params :
@@ -3778,6 +3782,10 @@ functions:
3778
3782
NODE_JS_VERSION : ${node_js_version}
3779
3783
AWS_AUTH_IAM_ACCESS_KEY_ID : ${devtools_ci_aws_key}
3780
3784
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}
3781
3789
TASK_NAME : ${task_name}
3782
3790
3783
3791
# ##
Original file line number Diff line number Diff line change 1
1
The 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.
3
3
4
4
## List of dependencies
5
5
You can’t perform that action at this time.
0 commit comments