Skip to content

Commit 845fc8a

Browse files
authored
GODRIVER-3631 Assume correct EC2 role in search index test task. (#2160)
1 parent 34bf3d8 commit 845fc8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,10 +2082,12 @@ task_groups:
20822082
- name: test-search-index-task-group
20832083
setup_group:
20842084
- func: setup-system
2085+
- func: assume-test-secrets-ec2-role
20852086
- command: subprocess.exec
20862087
params:
20872088
working_dir: src/go.mongodb.org/mongo-driver
20882089
binary: bash
2090+
include_expansions_in_env: [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
20892091
env:
20902092
MONGODB_VERSION: "7.0"
20912093
LAMBDA_STACK_NAME: dbx-go-lambda

0 commit comments

Comments
 (0)