@@ -989,7 +989,7 @@ task_groups:
989
989
setup_group_can_fail_task : true
990
990
setup_group_timeout_secs : 1800
991
991
tasks :
992
- - oidc-auth-test-azure-latest
992
+ - oidc-auth-test-azure
993
993
994
994
- name : testgcpoidc_task_group
995
995
setup_group :
@@ -1013,7 +1013,7 @@ task_groups:
1013
1013
setup_group_can_fail_task : true
1014
1014
setup_group_timeout_secs : 1800
1015
1015
tasks :
1016
- - oidc-auth-test-gcp-latest
1016
+ - oidc-auth-test-gcp
1017
1017
1018
1018
- name : testoidc_task_group
1019
1019
setup_group :
@@ -1026,6 +1026,9 @@ task_groups:
1026
1026
params :
1027
1027
binary : bash
1028
1028
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"
1029
1032
args :
1030
1033
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/setup.sh
1031
1034
teardown_task :
@@ -1037,7 +1040,7 @@ task_groups:
1037
1040
setup_group_can_fail_task : true
1038
1041
setup_group_timeout_secs : 1800
1039
1042
tasks :
1040
- - oidc-auth-test-latest
1043
+ - oidc-auth-test
1041
1044
1042
1045
- name : test_aws_lambda_task_group
1043
1046
setup_group :
@@ -2006,13 +2009,14 @@ tasks:
2006
2009
- func : " run load-balancer"
2007
2010
- func : " run tests"
2008
2011
2009
- - name : " oidc-auth-test-latest "
2012
+ - name : " oidc-auth-test"
2010
2013
commands :
2011
2014
- func : " run oidc auth test with test credentials"
2012
2015
2013
- - name : " oidc-auth-test-azure-latest "
2016
+ - name : " oidc-auth-test-azure"
2014
2017
commands :
2015
2018
- command : shell.exec
2019
+ type : test
2016
2020
params :
2017
2021
shell : bash
2018
2022
script : |-
@@ -2026,9 +2030,10 @@ tasks:
2026
2030
export AZUREOIDC_TEST_CMD="OIDC_ENV=azure ./.evergreen/run-mongodb-oidc-test.sh"
2027
2031
bash $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/run-driver-test.sh
2028
2032
2029
- - name : " oidc-auth-test-gcp-latest "
2033
+ - name : " oidc-auth-test-gcp"
2030
2034
commands :
2031
2035
- command : shell.exec
2036
+ type : test
2032
2037
params :
2033
2038
shell : bash
2034
2039
script : |-
0 commit comments