Skip to content

Commit edb9847

Browse files
committed
Use setup-secrets.sh for search index and FaaS tests.
1 parent 910eb26 commit edb9847

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2047,7 +2047,7 @@ task_groups:
20472047
- name: test-aws-lambda-task-group
20482048
setup_group:
20492049
- func: setup-system
2050-
- func: assume-test-secrets-ec2-role
2050+
- func: add-aws-auth-variables-to-file
20512051
- command: subprocess.exec
20522052
params:
20532053
working_dir: src/go.mongodb.org/mongo-driver
@@ -2078,6 +2078,7 @@ task_groups:
20782078
- name: test-search-index-task-group
20792079
setup_group:
20802080
- func: setup-system
2081+
- func: add-aws-auth-variables-to-file
20812082
- command: subprocess.exec
20822083
params:
20832084
working_dir: src/go.mongodb.org/mongo-driver

0 commit comments

Comments
 (0)