Skip to content

Commit dd27df7

Browse files
authored
RUBY-3328 add execution expansion to environment for atlas cluster name uniqueness (#2783)
1 parent 5cf1f10 commit dd27df7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Diff for: .evergreen/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ task_groups:
490490
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
491491
MONGODB_VERSION="7.0" \
492492
task_id="${task_id}" \
493+
execution="${execution}" \
493494
$DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh
494495
- command: expansions.update
495496
params:
@@ -507,6 +508,7 @@ task_groups:
507508
DRIVERS_ATLAS_GROUP_ID="${DRIVERS_ATLAS_GROUP_ID}" \
508509
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
509510
task_id="${task_id}" \
511+
execution="${execution}" \
510512
$DRIVERS_TOOLS/.evergreen/atlas/teardown-atlas-cluster.sh
511513
tasks:
512514
- test-full-atlas-task

Diff for: .evergreen/config/common.yml.erb

+2
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ task_groups:
487487
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
488488
MONGODB_VERSION="7.0" \
489489
task_id="${task_id}" \
490+
execution="${execution}" \
490491
$DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh
491492
- command: expansions.update
492493
params:
@@ -504,6 +505,7 @@ task_groups:
504505
DRIVERS_ATLAS_GROUP_ID="${DRIVERS_ATLAS_GROUP_ID}" \
505506
LAMBDA_STACK_NAME="dbx-ruby-lambda" \
506507
task_id="${task_id}" \
508+
execution="${execution}" \
507509
$DRIVERS_TOOLS/.evergreen/atlas/teardown-atlas-cluster.sh
508510
tasks:
509511
- test-full-atlas-task

0 commit comments

Comments
 (0)