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 @@ -490,6 +490,7 @@ task_groups:
490
490
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
491
491
MONGODB_VERSION="7.0" \
492
492
task_id="${task_id}" \
493
+ execution="${execution}" \
493
494
$DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh
494
495
- command : expansions.update
495
496
params :
@@ -507,6 +508,7 @@ task_groups:
507
508
DRIVERS_ATLAS_GROUP_ID="${DRIVERS_ATLAS_GROUP_ID}" \
508
509
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
509
510
task_id="${task_id}" \
511
+ execution="${execution}" \
510
512
$DRIVERS_TOOLS/.evergreen/atlas/teardown-atlas-cluster.sh
511
513
tasks :
512
514
- test-full-atlas-task
Original file line number Diff line number Diff line change @@ -487,6 +487,7 @@ task_groups:
487
487
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
488
488
MONGODB_VERSION="7.0" \
489
489
task_id="${task_id}" \
490
+ execution="${execution}" \
490
491
$DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh
491
492
- command: expansions.update
492
493
params:
@@ -504,6 +505,7 @@ task_groups:
504
505
DRIVERS_ATLAS_GROUP_ID="${DRIVERS_ATLAS_GROUP_ID}" \
505
506
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
506
507
task_id="${task_id}" \
508
+ execution="${execution}" \
507
509
$DRIVERS_TOOLS/.evergreen/atlas/teardown-atlas-cluster.sh
508
510
tasks:
509
511
- test-full-atlas-task
You can’t perform that action at this time.
0 commit comments