@@ -1963,11 +1963,11 @@ tasks:
1963
1963
popd
1964
1964
./.evergreen/run-deployed-lambda-aws-tests.sh
1965
1965
1966
- - name : " oidc-auth-test-latest "
1966
+ - name : " oidc-auth-test"
1967
1967
commands :
1968
1968
- func : " run-oidc-auth-test-with-test-credentials"
1969
1969
1970
- - name : " oidc-auth-test-azure-latest "
1970
+ - name : " oidc-auth-test-azure"
1971
1971
commands :
1972
1972
- command : shell.exec
1973
1973
params :
@@ -1992,7 +1992,7 @@ tasks:
1992
1992
export AZUREOIDC_TEST_CMD="PROJECT_DIRECTORY='.' OIDC_ENV=azure OIDC=oidc ./etc/run-oidc-test.sh ./test"
1993
1993
bash $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/run-driver-test.sh
1994
1994
1995
- - name : " oidc-auth-test-gcp-latest "
1995
+ - name : " oidc-auth-test-gcp"
1996
1996
commands :
1997
1997
- command : shell.exec
1998
1998
params :
@@ -2306,13 +2306,14 @@ task_groups:
2306
2306
- func : fix-absolute-paths
2307
2307
- func : make-files-executable
2308
2308
- func : assume-ec2-role
2309
- - command : shell .exec
2309
+ - command : subprocess .exec
2310
2310
params :
2311
- shell : bash
2311
+ binary : bash
2312
2312
include_expansions_in_env : ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
2313
- script : |
2314
- ${PREPARE_SHELL}
2315
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/setup.sh
2313
+ env :
2314
+ MONGODB_VERSION : " 8.0"
2315
+ args :
2316
+ - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/setup.sh
2316
2317
teardown_task :
2317
2318
- command : subprocess.exec
2318
2319
params :
@@ -2322,7 +2323,7 @@ task_groups:
2322
2323
setup_group_can_fail_task : true
2323
2324
setup_group_timeout_secs : 1800
2324
2325
tasks :
2325
- - oidc-auth-test-latest
2326
+ - oidc-auth-test
2326
2327
2327
2328
- name : testazureoidc_task_group
2328
2329
setup_group :
@@ -2346,7 +2347,7 @@ task_groups:
2346
2347
setup_group_can_fail_task : true
2347
2348
setup_group_timeout_secs : 1800
2348
2349
tasks :
2349
- - oidc-auth-test-azure-latest
2350
+ - oidc-auth-test-azure
2350
2351
2351
2352
- name : testgcpoidc_task_group
2352
2353
setup_group :
@@ -2370,7 +2371,7 @@ task_groups:
2370
2371
setup_group_can_fail_task : true
2371
2372
setup_group_timeout_secs : 1800
2372
2373
tasks :
2373
- - oidc-auth-test-gcp-latest
2374
+ - oidc-auth-test-gcp
2374
2375
2375
2376
- name : test-aws-lambda-task-group
2376
2377
setup_group :
0 commit comments