diff --git a/.evergreen/config.yml b/.evergreen/config.yml index ecad70c41d..ccfa42726a 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -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: @@ -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: |- @@ -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: |-