Skip to content

Commit 3e4a39c

Browse files
Merge v1.x into v2.0 (#1699)
2 parents 36294df + a12fee4 commit 3e4a39c

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
@@ -25,6 +25,9 @@ tasks:
2525

2626
- name: "test-atlas-data-lake"
2727
commands:
28+
- command: ec2.assume_role
29+
params:
30+
role_arn: ${aws_test_secrets_role}
2831
- func: "bootstrap mongohoused"
2932
- func: "run atlas data lake test"
3033

0 commit comments

Comments
 (0)