Skip to content

Commit e6c0bfd

Browse files
committed
test: regen config
1 parent 1c45bb2 commit e6c0bfd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.evergreen/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,6 +1609,21 @@ tasks:
16091609
- func: install dependencies
16101610
- func: bootstrap mongo-orchestration
16111611
- func: run tls tests
1612+
- name: aws-latest-auth-test-run-aws-auth-test-with-regular-aws-credentials
1613+
commands:
1614+
- command: expansions.update
1615+
type: setup
1616+
params:
1617+
updates:
1618+
- {key: VERSION, value: latest}
1619+
- {key: NODE_LTS_VERSION, value: '22'}
1620+
- {key: AUTH, value: auth}
1621+
- {key: ORCHESTRATION_FILE, value: auth-aws.json}
1622+
- {key: TOPOLOGY, value: server}
1623+
- func: install dependencies
1624+
- func: bootstrap mongo-orchestration
1625+
- func: assume secrets manager role
1626+
- func: run aws auth test with regular aws credentials
16121627
- name: aws-latest-auth-test-run-aws-auth-test-with-assume-role-credentials
16131628
commands:
16141629
- command: expansions.update
@@ -3163,6 +3178,7 @@ buildvariants:
31633178
expansions:
31643179
NODE_LTS_VERSION: 22
31653180
tasks:
3181+
- aws-latest-auth-test-run-aws-auth-test-with-regular-aws-credentials
31663182
- aws-latest-auth-test-run-aws-auth-test-with-assume-role-credentials
31673183
- aws-latest-auth-test-run-aws-auth-test-with-aws-EC2-credentials
31683184
- aws-latest-auth-test-run-aws-auth-test-with-aws-credentials-as-environment-variables

0 commit comments

Comments
 (0)