Skip to content

Commit 813cac4

Browse files
committed
fix: assume role
1 parent f68d8ef commit 813cac4

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,21 +1609,6 @@ 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
16271612
- name: aws-latest-auth-test-run-aws-auth-test-with-assume-role-credentials
16281613
commands:
16291614
- command: expansions.update
@@ -3178,7 +3163,6 @@ buildvariants:
31783163
expansions:
31793164
NODE_LTS_VERSION: 22
31803165
tasks:
3181-
- aws-latest-auth-test-run-aws-auth-test-with-regular-aws-credentials
31823166
- aws-latest-auth-test-run-aws-auth-test-with-assume-role-credentials
31833167
- aws-latest-auth-test-run-aws-auth-test-with-aws-EC2-credentials
31843168
- aws-latest-auth-test-run-aws-auth-test-with-aws-credentials-as-environment-variables

.evergreen/generate_evergreen_tasks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ const AWS_AUTH_TASKS = [];
344344
for (const VERSION of AWS_AUTH_VERSIONS) {
345345
const name = ex => `aws-${VERSION}-auth-test-${ex.split(' ').join('-')}`;
346346
const awsFuncs = [
347-
{ func: 'run aws auth test with regular aws credentials' },
348347
{ func: 'run aws auth test with assume role credentials' },
349348
{ func: 'run aws auth test with aws EC2 credentials', onlySdk: true },
350349
{ func: 'run aws auth test with aws credentials as environment variables' },

drivers-evergreen-tools

0 commit comments

Comments
 (0)