File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,10 @@ functions:
229229 MONGOSH_RUN_ONLY_IN_PACKAGE: ${mongosh_run_only_in_package}
230230 AWS_AUTH_IAM_ACCESS_KEY_ID: ${devtools_ci_aws_key}
231231 AWS_AUTH_IAM_SECRET_ACCESS_KEY: ${devtools_ci_aws_secret}
232+ STREAMS_E2E_SPI_CONNECTION_STRING: ${streams_e2e_spi_connection_string}
233+ STREAMS_E2E_DB_USER: ${streams_e2e_db_user}
234+ STREAMS_E2E_DB_PASSWORD: ${streams_e2e_db_password}
235+ STREAMS_E2E_CLUSTER_CONNECTION_STRING: ${streams_e2e_cluster_connection_string}
232236 TASK_NAME: ${task_name}
233237 - command: s3.put
234238 params:
@@ -487,6 +491,10 @@ functions:
487491 NODE_JS_VERSION: ${node_js_version}
488492 AWS_AUTH_IAM_ACCESS_KEY_ID: ${devtools_ci_aws_key}
489493 AWS_AUTH_IAM_SECRET_ACCESS_KEY: ${devtools_ci_aws_secret}
494+ STREAMS_E2E_SPI_CONNECTION_STRING: ${streams_e2e_spi_connection_string}
495+ STREAMS_E2E_DB_USER: ${streams_e2e_db_user}
496+ STREAMS_E2E_DB_PASSWORD: ${streams_e2e_db_password}
497+ STREAMS_E2E_CLUSTER_CONNECTION_STRING: ${streams_e2e_cluster_connection_string}
490498 TASK_NAME: ${task_name}
491499
492500 ###
You can’t perform that action at this time.
0 commit comments