@@ -989,7 +989,7 @@ task_groups:
989989 setup_group_can_fail_task : true
990990 setup_group_timeout_secs : 1800
991991 tasks :
992- - oidc-auth-test-azure-latest
992+ - oidc-auth-test-azure
993993
994994 - name : testgcpoidc_task_group
995995 setup_group :
@@ -1013,7 +1013,7 @@ task_groups:
10131013 setup_group_can_fail_task : true
10141014 setup_group_timeout_secs : 1800
10151015 tasks :
1016- - oidc-auth-test-gcp-latest
1016+ - oidc-auth-test-gcp
10171017
10181018 - name : testoidc_task_group
10191019 setup_group :
@@ -1026,6 +1026,9 @@ task_groups:
10261026 params :
10271027 binary : bash
10281028 include_expansions_in_env : ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
1029+ env :
1030+ # PYTHON-4447
1031+ MONGODB_VERSION : " 8.0"
10291032 args :
10301033 - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/setup.sh
10311034 teardown_task :
@@ -1037,7 +1040,7 @@ task_groups:
10371040 setup_group_can_fail_task : true
10381041 setup_group_timeout_secs : 1800
10391042 tasks :
1040- - oidc-auth-test-latest
1043+ - oidc-auth-test
10411044
10421045 - name : test_aws_lambda_task_group
10431046 setup_group :
@@ -2006,13 +2009,14 @@ tasks:
20062009 - func : " run load-balancer"
20072010 - func : " run tests"
20082011
2009- - name : " oidc-auth-test-latest "
2012+ - name : " oidc-auth-test"
20102013 commands :
20112014 - func : " run oidc auth test with test credentials"
20122015
2013- - name : " oidc-auth-test-azure-latest "
2016+ - name : " oidc-auth-test-azure"
20142017 commands :
20152018 - command : shell.exec
2019+ type : test
20162020 params :
20172021 shell : bash
20182022 script : |-
@@ -2026,9 +2030,10 @@ tasks:
20262030 export AZUREOIDC_TEST_CMD="OIDC_ENV=azure ./.evergreen/run-mongodb-oidc-test.sh"
20272031 bash $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/run-driver-test.sh
20282032
2029- - name : " oidc-auth-test-gcp-latest "
2033+ - name : " oidc-auth-test-gcp"
20302034 commands :
20312035 - command : shell.exec
2036+ type : test
20322037 params :
20332038 shell : bash
20342039 script : |-
0 commit comments