Skip to content

Commit 24f7df9

Browse files
committed
Install legacy shell
JAVA-4791
1 parent 2cf5f3d commit 24f7df9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.evergreen/.evg.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ functions:
148148
params:
149149
script: |
150150
${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
152154
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
153155
- command: expansions.update
154156
params:
@@ -950,6 +952,7 @@ tasks:
950952
AUTH: "auth"
951953
ORCHESTRATION_FILE: "auth-aws.json"
952954
TOPOLOGY: "server"
955+
INSTALL_LEGACY_SHELL: "true"
953956
- func: "add aws auth variables to file"
954957
- func: "run aws auth test with regular aws credentials"
955958

@@ -960,6 +963,7 @@ tasks:
960963
AUTH: "auth"
961964
ORCHESTRATION_FILE: "auth-aws.json"
962965
TOPOLOGY: "server"
966+
INSTALL_LEGACY_SHELL: "true"
963967
- func: "add aws auth variables to file"
964968
- func: "run aws auth test with assume role credentials"
965969

@@ -970,6 +974,7 @@ tasks:
970974
AUTH: "auth"
971975
ORCHESTRATION_FILE: "auth-aws.json"
972976
TOPOLOGY: "server"
977+
INSTALL_LEGACY_SHELL: "true"
973978
- func: "add aws auth variables to file"
974979
- func: "run aws auth test with aws credentials as environment variables"
975980

@@ -980,6 +985,7 @@ tasks:
980985
AUTH: "auth"
981986
ORCHESTRATION_FILE: "auth-aws.json"
982987
TOPOLOGY: "server"
988+
INSTALL_LEGACY_SHELL: "true"
983989
- func: "add aws auth variables to file"
984990
- func: "run aws auth test with aws credentials and session token as environment variables"
985991

@@ -990,6 +996,7 @@ tasks:
990996
AUTH: "auth"
991997
ORCHESTRATION_FILE: "auth-aws.json"
992998
TOPOLOGY: "server"
999+
INSTALL_LEGACY_SHELL: "true"
9931000
- func: "add aws auth variables to file"
9941001
- func: "run aws auth test with aws EC2 credentials"
9951002

@@ -1000,6 +1007,7 @@ tasks:
10001007
AUTH: "auth"
10011008
ORCHESTRATION_FILE: "auth-aws.json"
10021009
TOPOLOGY: "server"
1010+
INSTALL_LEGACY_SHELL: "true"
10031011
- func: "add aws auth variables to file"
10041012
- func: "run aws auth test with web identity credentials"
10051013

@@ -1010,6 +1018,7 @@ tasks:
10101018
AUTH: "auth"
10111019
ORCHESTRATION_FILE: "auth-aws.json"
10121020
TOPOLOGY: "server"
1021+
INSTALL_LEGACY_SHELL: "true"
10131022
- func: "add aws auth variables to file"
10141023
- func: "run aws ECS auth test"
10151024

@@ -1473,7 +1482,6 @@ tasks:
14731482
TOPOLOGY: "server"
14741483
SSL: "nossl"
14751484
AUTH: "noauth"
1476-
SKIP_LEGACY_SHELL: "true"
14771485
- func: "run perf tests"
14781486
- func: "send dashboard data"
14791487

0 commit comments

Comments
 (0)