File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -489,6 +489,7 @@ task_groups:
489
489
DRIVERS_ATLAS_LAMBDA_PASSWORD="${DRIVERS_ATLAS_LAMBDA_PASSWORD}" \
490
490
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
491
491
MONGODB_VERSION="7.0" \
492
+ task_id="${task_id}" \
492
493
$DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh
493
494
- command : expansions.update
494
495
params :
@@ -505,6 +506,7 @@ task_groups:
505
506
DRIVERS_ATLAS_PRIVATE_API_KEY="${DRIVERS_ATLAS_PRIVATE_API_KEY}" \
506
507
DRIVERS_ATLAS_GROUP_ID="${DRIVERS_ATLAS_GROUP_ID}" \
507
508
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
509
+ task_id="${task_id}" \
508
510
$DRIVERS_TOOLS/.evergreen/atlas/teardown-atlas-cluster.sh
509
511
tasks :
510
512
- test-full-atlas-task
Original file line number Diff line number Diff line change @@ -486,6 +486,7 @@ task_groups:
486
486
DRIVERS_ATLAS_LAMBDA_PASSWORD="${DRIVERS_ATLAS_LAMBDA_PASSWORD}" \
487
487
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
488
488
MONGODB_VERSION="7.0" \
489
+ task_id="${task_id}" \
489
490
$DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh
490
491
- command: expansions.update
491
492
params:
@@ -502,6 +503,7 @@ task_groups:
502
503
DRIVERS_ATLAS_PRIVATE_API_KEY="${DRIVERS_ATLAS_PRIVATE_API_KEY}" \
503
504
DRIVERS_ATLAS_GROUP_ID="${DRIVERS_ATLAS_GROUP_ID}" \
504
505
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
506
+ task_id="${task_id}" \
505
507
$DRIVERS_TOOLS/.evergreen/atlas/teardown-atlas-cluster.sh
506
508
tasks:
507
509
- test-full-atlas-task
You can’t perform that action at this time.
0 commit comments