We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a072d89 + 69db1ad commit a12fee4Copy full SHA for a12fee4
.evergreen/config/test-task-groups.yml
@@ -8,6 +8,9 @@ task_groups:
8
- func: "locate PHP binaries"
9
- func: "fetch extension"
10
- func: "install composer"
11
+ - command: ec2.assume_role
12
+ params:
13
+ role_arn: ${aws_test_secrets_role}
14
- command: subprocess.exec
15
params:
16
working_dir: src
.evergreen/config/test-tasks.yml
@@ -25,6 +25,9 @@ tasks:
25
26
- name: "test-atlas-data-lake"
27
commands:
28
29
30
31
- func: "bootstrap mongohoused"
32
- func: "run atlas data lake test"
33
0 commit comments