PYTHON-4447 Use 8.0 for local OIDC server (#1639)

This commit is contained in:
Steven Silvester 2024-05-15 09:59:40 -05:00 committed by GitHub
parent 2153cd912d
commit e45ca51e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
@ -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:
@ -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:
@ -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:
@ -2006,13 +2009,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: |-
@ -2026,9 +2030,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: |-