Skip to content

Commit 5cf1f10

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

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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)