Skip to content

Commit 3bbe7ba

Browse files
Merge v2.0 into v2.x (#1700)
2 parents e76d9f5 + 3e4a39c commit 3bbe7ba

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.evergreen/config/test-task-groups.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ task_groups:
88
- func: "locate PHP binaries"
99
- func: "fetch extension"
1010
- func: "install composer"
11+
- command: ec2.assume_role
12+
params:
13+
role_arn: ${aws_test_secrets_role}
1114
- command: subprocess.exec
1215
params:
1316
working_dir: src

.evergreen/config/test-tasks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ tasks:
2727

2828
- name: "test-atlas-data-lake"
2929
commands:
30+
- command: ec2.assume_role
31+
params:
32+
role_arn: ${aws_test_secrets_role}
3033
- func: "bootstrap mongohoused"
3134
- func: "run atlas data lake test"
3235

0 commit comments

Comments
 (0)