@@ -227,7 +227,7 @@ functions:
227
227
- command : subprocess.exec
228
228
params :
229
229
binary : bash
230
- include_expansions_in_env : ["VERSION", "TOPOLOGY"]
230
+ include_expansions_in_env : ["VERSION", "TOPOLOGY", "ORCHESTRATION_FILE" ]
231
231
args :
232
232
- src/.evergreen/scripts/run-with-env.sh
233
233
- src/.evergreen/scripts/bootstrap-mongo-orchestration.sh
@@ -293,6 +293,13 @@ functions:
293
293
- .evergreen/scripts/run-doctests.sh
294
294
295
295
" run tests " :
296
+ - command : subprocess.exec
297
+ params :
298
+ include_expansions_in_env : ["TEST_DATA_LAKE", "TEST_INDEX_MANAGEMENT", "CRYPT_SHARED_LIB_PATH", "test_encryption", "test_encryption_pyopenssl", "test_crypt_shared", "test_pyopenssl", "test_loadbalancer", "test_serverless", "ORCHESTRATION_FILE", "SINGLE_MONGOS_LB_URI", "MULTI_MONGOS_LB_URI"]
299
+ binary : bash
300
+ working_dir : " src"
301
+ args :
302
+ - .evergreen/scripts/setup-tests.sh
296
303
- command : subprocess.exec
297
304
params :
298
305
working_dir : " src"
@@ -343,6 +350,13 @@ functions:
343
350
- ${DRIVERS_TOOLS}/.evergreen/auth_aws/setup-secrets.sh
344
351
345
352
" run aws auth test with regular aws credentials " :
353
+ - command : subprocess.exec
354
+ params :
355
+ include_expansions_in_env : ["TEST_DATA_LAKE", "TEST_INDEX_MANAGEMENT", "CRYPT_SHARED_LIB_PATH", "test_encryption", "test_encryption_pyopenssl", "test_crypt_shared", "test_pyopenssl", "test_loadbalancer", "test_serverless", "ORCHESTRATION_FILE"]
356
+ binary : bash
357
+ working_dir : " src"
358
+ args :
359
+ - .evergreen/scripts/setup-tests.sh
346
360
- command : subprocess.exec
347
361
type : test
348
362
params :
@@ -355,6 +369,13 @@ functions:
355
369
- regular
356
370
357
371
" run aws auth test with assume role credentials " :
372
+ - command : subprocess.exec
373
+ params :
374
+ include_expansions_in_env : [ "TEST_DATA_LAKE", "TEST_INDEX_MANAGEMENT", "CRYPT_SHARED_LIB_PATH", "test_encryption", "test_encryption_pyopenssl", "test_crypt_shared", "test_pyopenssl", "test_loadbalancer", "test_serverless", "ORCHESTRATION_FILE" ]
375
+ binary : bash
376
+ working_dir : " src"
377
+ args :
378
+ - .evergreen/scripts/setup-tests.sh
358
379
- command : subprocess.exec
359
380
type : test
360
381
params :
@@ -367,6 +388,13 @@ functions:
367
388
- assume-role
368
389
369
390
" run aws auth test with aws EC2 credentials " :
391
+ - command : subprocess.exec
392
+ params :
393
+ include_expansions_in_env : [ "TEST_DATA_LAKE", "TEST_INDEX_MANAGEMENT", "CRYPT_SHARED_LIB_PATH", "test_encryption", "test_encryption_pyopenssl", "test_crypt_shared", "test_pyopenssl", "test_loadbalancer", "test_serverless", "ORCHESTRATION_FILE" ]
394
+ binary : bash
395
+ working_dir : " src"
396
+ args :
397
+ - .evergreen/scripts/setup-tests.sh
370
398
- command : subprocess.exec
371
399
type : test
372
400
params :
@@ -379,6 +407,13 @@ functions:
379
407
- ec2
380
408
381
409
" run aws auth test with aws web identity credentials " :
410
+ - command : subprocess.exec
411
+ params :
412
+ include_expansions_in_env : [ "TEST_DATA_LAKE", "TEST_INDEX_MANAGEMENT", "CRYPT_SHARED_LIB_PATH", "test_encryption", "test_encryption_pyopenssl", "test_crypt_shared", "test_pyopenssl", "test_loadbalancer", "test_serverless", "ORCHESTRATION_FILE" ]
413
+ binary : bash
414
+ working_dir : " src"
415
+ args :
416
+ - .evergreen/scripts/setup-tests.sh
382
417
- # Test with and without AWS_ROLE_SESSION_NAME set.
383
418
- command : subprocess.exec
384
419
type : test
@@ -402,6 +437,13 @@ functions:
402
437
- web-identity
403
438
404
439
" run aws auth test with aws credentials as environment variables " :
440
+ - command : subprocess.exec
441
+ params :
442
+ include_expansions_in_env : [ "TEST_DATA_LAKE", "TEST_INDEX_MANAGEMENT", "CRYPT_SHARED_LIB_PATH", "test_encryption", "test_encryption_pyopenssl", "test_crypt_shared", "test_pyopenssl", "test_loadbalancer", "test_serverless", "ORCHESTRATION_FILE" ]
443
+ binary : bash
444
+ working_dir : " src"
445
+ args :
446
+ - .evergreen/scripts/setup-tests.sh
405
447
- command : subprocess.exec
406
448
type : test
407
449
params :
@@ -414,6 +456,13 @@ functions:
414
456
- env-creds
415
457
416
458
" run aws auth test with aws credentials and session token as environment variables " :
459
+ - command : subprocess.exec
460
+ params :
461
+ include_expansions_in_env : [ "TEST_DATA_LAKE", "TEST_INDEX_MANAGEMENT", "CRYPT_SHARED_LIB_PATH", "test_encryption", "test_encryption_pyopenssl", "test_crypt_shared", "test_pyopenssl", "test_loadbalancer", "test_serverless", "ORCHESTRATION_FILE" ]
462
+ binary : bash
463
+ working_dir : " src"
464
+ args :
465
+ - .evergreen/scripts/setup-tests.sh
417
466
- command : subprocess.exec
418
467
type : test
419
468
params :
@@ -426,6 +475,13 @@ functions:
426
475
- session-creds
427
476
428
477
" run oidc auth test with test credentials " :
478
+ - command : subprocess.exec
479
+ params :
480
+ include_expansions_in_env : [ "TEST_DATA_LAKE", "TEST_INDEX_MANAGEMENT", "CRYPT_SHARED_LIB_PATH", "test_encryption", "test_encryption_pyopenssl", "test_crypt_shared", "test_pyopenssl", "test_loadbalancer", "test_serverless", "ORCHESTRATION_FILE" ]
481
+ binary : bash
482
+ working_dir : " src"
483
+ args :
484
+ - .evergreen/scripts/setup-tests.sh
429
485
- command : subprocess.exec
430
486
type : test
431
487
params :
@@ -523,6 +579,13 @@ functions:
523
579
file : atlas-expansion.yml
524
580
525
581
" run-ocsp-test " :
582
+ - command : subprocess.exec
583
+ params :
584
+ include_expansions_in_env : [ "TEST_DATA_LAKE", "TEST_INDEX_MANAGEMENT", "CRYPT_SHARED_LIB_PATH", "test_encryption", "test_encryption_pyopenssl", "test_crypt_shared", "test_pyopenssl", "test_loadbalancer", "test_serverless", "ORCHESTRATION_FILE" ]
585
+ binary : bash
586
+ working_dir : " src"
587
+ args :
588
+ - .evergreen/scripts/setup-tests.sh
526
589
- command : subprocess.exec
527
590
type : test
528
591
params :
0 commit comments