@@ -148,7 +148,9 @@ functions:
148
148
params :
149
149
script : |
150
150
${PREPARE_SHELL}
151
- REQUIRE_API_VERSION=${REQUIRE_API_VERSION} LOAD_BALANCER=${LOAD_BALANCER} MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} ORCHESTRATION_FILE=${ORCHESTRATION_FILE} SKIP_LEGACY_SHELL=${SKIP_LEGACY_SHELL} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
151
+ REQUIRE_API_VERSION=${REQUIRE_API_VERSION} LOAD_BALANCER=${LOAD_BALANCER} MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} \
152
+ AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} ORCHESTRATION_FILE=${ORCHESTRATION_FILE} \
153
+ INSTALL_LEGACY_SHELL=${INSTALL_LEGACY_SHELL} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
152
154
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
153
155
- command : expansions.update
154
156
params :
@@ -950,6 +952,7 @@ tasks:
950
952
AUTH : " auth"
951
953
ORCHESTRATION_FILE : " auth-aws.json"
952
954
TOPOLOGY : " server"
955
+ INSTALL_LEGACY_SHELL : " true"
953
956
- func : " add aws auth variables to file"
954
957
- func : " run aws auth test with regular aws credentials"
955
958
@@ -960,6 +963,7 @@ tasks:
960
963
AUTH : " auth"
961
964
ORCHESTRATION_FILE : " auth-aws.json"
962
965
TOPOLOGY : " server"
966
+ INSTALL_LEGACY_SHELL : " true"
963
967
- func : " add aws auth variables to file"
964
968
- func : " run aws auth test with assume role credentials"
965
969
@@ -970,6 +974,7 @@ tasks:
970
974
AUTH : " auth"
971
975
ORCHESTRATION_FILE : " auth-aws.json"
972
976
TOPOLOGY : " server"
977
+ INSTALL_LEGACY_SHELL : " true"
973
978
- func : " add aws auth variables to file"
974
979
- func : " run aws auth test with aws credentials as environment variables"
975
980
@@ -980,6 +985,7 @@ tasks:
980
985
AUTH : " auth"
981
986
ORCHESTRATION_FILE : " auth-aws.json"
982
987
TOPOLOGY : " server"
988
+ INSTALL_LEGACY_SHELL : " true"
983
989
- func : " add aws auth variables to file"
984
990
- func : " run aws auth test with aws credentials and session token as environment variables"
985
991
@@ -990,6 +996,7 @@ tasks:
990
996
AUTH : " auth"
991
997
ORCHESTRATION_FILE : " auth-aws.json"
992
998
TOPOLOGY : " server"
999
+ INSTALL_LEGACY_SHELL : " true"
993
1000
- func : " add aws auth variables to file"
994
1001
- func : " run aws auth test with aws EC2 credentials"
995
1002
@@ -1000,6 +1007,7 @@ tasks:
1000
1007
AUTH : " auth"
1001
1008
ORCHESTRATION_FILE : " auth-aws.json"
1002
1009
TOPOLOGY : " server"
1010
+ INSTALL_LEGACY_SHELL : " true"
1003
1011
- func : " add aws auth variables to file"
1004
1012
- func : " run aws auth test with web identity credentials"
1005
1013
@@ -1010,6 +1018,7 @@ tasks:
1010
1018
AUTH : " auth"
1011
1019
ORCHESTRATION_FILE : " auth-aws.json"
1012
1020
TOPOLOGY : " server"
1021
+ INSTALL_LEGACY_SHELL : " true"
1013
1022
- func : " add aws auth variables to file"
1014
1023
- func : " run aws ECS auth test"
1015
1024
@@ -1473,7 +1482,6 @@ tasks:
1473
1482
TOPOLOGY : " server"
1474
1483
SSL : " nossl"
1475
1484
AUTH : " noauth"
1476
- SKIP_LEGACY_SHELL : " true"
1477
1485
- func : " run perf tests"
1478
1486
- func : " send dashboard data"
1479
1487
0 commit comments