Skip to content

Commit 0ac08da

Browse files
test-aws-lambda-deployed
1 parent 433b49b commit 0ac08da

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.evergreen/config.in.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,10 +1275,14 @@ task_groups:
12751275
- name: test_atlas_task_group
12761276
setup_group:
12771277
- func: fetch source
1278+
- command: ec2.assume_role
1279+
params:
1280+
role_arn: ${DRIVERS_SECRETS_ARN}
12781281
- command: subprocess.exec
12791282
params:
12801283
working_dir: src
12811284
binary: bash
1285+
add_expansions_to_env: true
12821286
env:
12831287
MONGODB_VERSION: "7.0"
12841288
LAMBDA_STACK_NAME: dbx-node-lambda

.evergreen/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3014,10 +3014,14 @@ task_groups:
30143014
- name: test_atlas_task_group
30153015
setup_group:
30163016
- func: fetch source
3017+
- command: ec2.assume_role
3018+
params:
3019+
role_arn: ${DRIVERS_SECRETS_ARN}
30173020
- command: subprocess.exec
30183021
params:
30193022
working_dir: src
30203023
binary: bash
3024+
add_expansions_to_env: true
30213025
env:
30223026
MONGODB_VERSION: '7.0'
30233027
LAMBDA_STACK_NAME: dbx-node-lambda

0 commit comments

Comments
 (0)