Skip to content

Commit 4b3ae73

Browse files
committed
add streams env vars to .evergreen.yml.in
1 parent c24e270 commit 4b3ae73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.evergreen/evergreen.yml.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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
DISABLE_OPENSSL_SHARED_CONFIG_FOR_BUNDLED_OPENSSL: ${disable_openssl_shared_config_for_bundled_openssl}
491499
TASK_NAME: ${task_name}
492500

0 commit comments

Comments
 (0)