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 36294df + a12fee4 commit 3e4a39cCopy full SHA for 3e4a39c
.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