Skip to content

Commit aadaa7f

Browse files
committed
RUBY-3324 bump drivers-evergreen-tools to get updated atlas setup/teardown (mongodb#2780)
also, expose task_id expansion as environment variable to those scripts
1 parent d18de80 commit aadaa7f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.evergreen/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ task_groups:
489489
DRIVERS_ATLAS_LAMBDA_PASSWORD="${DRIVERS_ATLAS_LAMBDA_PASSWORD}" \
490490
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
491491
MONGODB_VERSION="7.0" \
492+
task_id="${task_id}" \
492493
$DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh
493494
- command: expansions.update
494495
params:
@@ -505,6 +506,7 @@ task_groups:
505506
DRIVERS_ATLAS_PRIVATE_API_KEY="${DRIVERS_ATLAS_PRIVATE_API_KEY}" \
506507
DRIVERS_ATLAS_GROUP_ID="${DRIVERS_ATLAS_GROUP_ID}" \
507508
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
509+
task_id="${task_id}" \
508510
$DRIVERS_TOOLS/.evergreen/atlas/teardown-atlas-cluster.sh
509511
tasks:
510512
- test-full-atlas-task

.evergreen/config/common.yml.erb

+2
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ task_groups:
486486
DRIVERS_ATLAS_LAMBDA_PASSWORD="${DRIVERS_ATLAS_LAMBDA_PASSWORD}" \
487487
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
488488
MONGODB_VERSION="7.0" \
489+
task_id="${task_id}" \
489490
$DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh
490491
- command: expansions.update
491492
params:
@@ -502,6 +503,7 @@ task_groups:
502503
DRIVERS_ATLAS_PRIVATE_API_KEY="${DRIVERS_ATLAS_PRIVATE_API_KEY}" \
503504
DRIVERS_ATLAS_GROUP_ID="${DRIVERS_ATLAS_GROUP_ID}" \
504505
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
506+
task_id="${task_id}" \
505507
$DRIVERS_TOOLS/.evergreen/atlas/teardown-atlas-cluster.sh
506508
tasks:
507509
- test-full-atlas-task

0 commit comments

Comments
 (0)