File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1609,6 +1609,21 @@ tasks:
1609
1609
- func : install dependencies
1610
1610
- func : bootstrap mongo-orchestration
1611
1611
- 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
1612
1627
- name : aws-latest-auth-test-run-aws-auth-test-with-assume-role-credentials
1613
1628
commands :
1614
1629
- command : expansions.update
@@ -3163,6 +3178,7 @@ buildvariants:
3163
3178
expansions :
3164
3179
NODE_LTS_VERSION : 22
3165
3180
tasks :
3181
+ - aws-latest-auth-test-run-aws-auth-test-with-regular-aws-credentials
3166
3182
- aws-latest-auth-test-run-aws-auth-test-with-assume-role-credentials
3167
3183
- aws-latest-auth-test-run-aws-auth-test-with-aws-EC2-credentials
3168
3184
- aws-latest-auth-test-run-aws-auth-test-with-aws-credentials-as-environment-variables
You can’t perform that action at this time.
0 commit comments