From 407aba036014c6b2ac1b801058aa18ad540c0127 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Mon, 18 Sep 2023 10:25:01 -0600 Subject: [PATCH] RUBY-3328 add `execution` expansion to environment for atlas cluster name uniqueness --- .evergreen/config.yml | 2 ++ .evergreen/config/common.yml.erb | 2 ++ .mod/drivers-evergreen-tools | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) 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