Skip to content

Commit 1085a9d

Browse files
authored
CSHARP-5650: Investigate Atlas Lambda tests not cleaning up clusters (#1741)
1 parent 267cdee commit 1085a9d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

evergreen/evergreen.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,14 +1991,8 @@ task_groups:
19911991
- "AWS_ACCESS_KEY_ID"
19921992
- "AWS_SECRET_ACCESS_KEY"
19931993
- "AWS_SESSION_TOKEN"
1994-
args:
1995-
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup-secrets.sh
1996-
- "atlas"
1997-
- command: subprocess.exec
1998-
params:
1999-
binary: bash
20001994
env:
2001-
LAMBDA_STACK_NAME: dbx-csharp-lambda
1995+
CLUSTER_PREFIX: dbx-csharp-search-index
20021996
args:
20031997
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
20041998
- command: expansions.update
@@ -2009,8 +2003,6 @@ task_groups:
20092003
- command: subprocess.exec
20102004
params:
20112005
binary: bash
2012-
env:
2013-
LAMBDA_STACK_NAME: dbx-csharp-lambda
20142006
args:
20152007
- ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
20162008
tasks:

0 commit comments

Comments
 (0)