Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ functions:
"run tests":
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand All @@ -151,7 +151,7 @@ functions:
exec_timeout_secs: 1800
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand Down Expand Up @@ -394,7 +394,7 @@ functions:
"run socks5 tests":
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand Down Expand Up @@ -459,7 +459,7 @@ functions:
"assume secrets manager rule":
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}

"run aws auth test with regular aws credentials":
- command: subprocess.exec
Expand Down Expand Up @@ -1089,7 +1089,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -1111,7 +1111,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -1133,7 +1133,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -1155,7 +1155,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand Down
16 changes: 8 additions & 8 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ functions:
run tests:
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand All @@ -122,7 +122,7 @@ functions:
exec_timeout_secs: 1800
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand Down Expand Up @@ -344,7 +344,7 @@ functions:
run socks5 tests:
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
type: test
params:
Expand Down Expand Up @@ -404,7 +404,7 @@ functions:
assume secrets manager rule:
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
run aws auth test with regular aws credentials:
- command: subprocess.exec
type: test
Expand Down Expand Up @@ -4010,7 +4010,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -4031,7 +4031,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -4052,7 +4052,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand All @@ -4073,7 +4073,7 @@ task_groups:
- func: fetch source
- command: ec2.assume_role
params:
role_arn: ${OIDC_AWS_ROLE_ARN}
role_arn: ${DRIVERS_SECRETS_ARN}
- command: subprocess.exec
params:
binary: bash
Expand Down