Skip to content
Merged
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
17 changes: 11 additions & 6 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ task_groups:
setup_group_can_fail_task: true
setup_group_timeout_secs: 1800
tasks:
- oidc-auth-test-azure-latest
- oidc-auth-test-azure

- name: testgcpoidc_task_group
setup_group:
Expand All @@ -1013,7 +1013,7 @@ task_groups:
setup_group_can_fail_task: true
setup_group_timeout_secs: 1800
tasks:
- oidc-auth-test-gcp-latest
- oidc-auth-test-gcp

- name: testoidc_task_group
setup_group:
Expand All @@ -1026,6 +1026,9 @@ task_groups:
params:
binary: bash
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
env:
# PYTHON-4447
MONGODB_VERSION: "8.0"
args:
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/setup.sh
teardown_task:
Expand All @@ -1037,7 +1040,7 @@ task_groups:
setup_group_can_fail_task: true
setup_group_timeout_secs: 1800
tasks:
- oidc-auth-test-latest
- oidc-auth-test

- name: test_aws_lambda_task_group
setup_group:
Expand Down Expand Up @@ -2015,13 +2018,14 @@ tasks:
- func: "run load-balancer"
- func: "run tests"

- name: "oidc-auth-test-latest"
- name: "oidc-auth-test"
commands:
- func: "run oidc auth test with test credentials"

- name: "oidc-auth-test-azure-latest"
- name: "oidc-auth-test-azure"
commands:
- command: shell.exec
type: test
params:
shell: bash
script: |-
Expand All @@ -2035,9 +2039,10 @@ tasks:
export AZUREOIDC_TEST_CMD="OIDC_ENV=azure ./.evergreen/run-mongodb-oidc-test.sh"
bash $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/run-driver-test.sh

- name: "oidc-auth-test-gcp-latest"
- name: "oidc-auth-test-gcp"
commands:
- command: shell.exec
type: test
params:
shell: bash
script: |-
Expand Down