diff --git a/.evergreen/config.yml b/.evergreen/config.yml index b969649c3c..91d3b78bea 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -490,6 +490,7 @@ task_groups: LAMBDA_STACK_NAME="dbx-ruby-lambda" \ MONGODB_VERSION="7.0" \ task_id="${task_id}" \ + execution="${execution}" \ $DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh - command: expansions.update params: @@ -507,6 +508,7 @@ task_groups: DRIVERS_ATLAS_GROUP_ID="${DRIVERS_ATLAS_GROUP_ID}" \ LAMBDA_STACK_NAME="dbx-ruby-lambda" \ task_id="${task_id}" \ + execution="${execution}" \ $DRIVERS_TOOLS/.evergreen/atlas/teardown-atlas-cluster.sh tasks: - test-full-atlas-task diff --git a/.evergreen/config/common.yml.erb b/.evergreen/config/common.yml.erb index c5a6137fa4..e78f08d846 100644 --- a/.evergreen/config/common.yml.erb +++ b/.evergreen/config/common.yml.erb @@ -487,6 +487,7 @@ task_groups: LAMBDA_STACK_NAME="dbx-ruby-lambda" \ MONGODB_VERSION="7.0" \ task_id="${task_id}" \ + execution="${execution}" \ $DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh - command: expansions.update params: @@ -504,6 +505,7 @@ task_groups: DRIVERS_ATLAS_GROUP_ID="${DRIVERS_ATLAS_GROUP_ID}" \ LAMBDA_STACK_NAME="dbx-ruby-lambda" \ task_id="${task_id}" \ + execution="${execution}" \ $DRIVERS_TOOLS/.evergreen/atlas/teardown-atlas-cluster.sh tasks: - test-full-atlas-task diff --git a/.mod/drivers-evergreen-tools b/.mod/drivers-evergreen-tools index 6f42c3b6ea..1f018c7a24 160000 --- a/.mod/drivers-evergreen-tools +++ b/.mod/drivers-evergreen-tools @@ -1 +1 @@ -Subproject commit 6f42c3b6ea3efecb900781504caabea91e0922a6 +Subproject commit 1f018c7a248c4fcda6cb7a77043fd673755e0986