Skip to content

Install legacy shell #1272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .evergreen/.evg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ functions:
params:
script: |
${PREPARE_SHELL}
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
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} \
INSTALL_LEGACY_SHELL=${INSTALL_LEGACY_SHELL} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
- command: expansions.update
params:
Expand Down Expand Up @@ -950,6 +952,7 @@ tasks:
AUTH: "auth"
ORCHESTRATION_FILE: "auth-aws.json"
TOPOLOGY: "server"
INSTALL_LEGACY_SHELL: "true"
- func: "add aws auth variables to file"
- func: "run aws auth test with regular aws credentials"

Expand All @@ -960,6 +963,7 @@ tasks:
AUTH: "auth"
ORCHESTRATION_FILE: "auth-aws.json"
TOPOLOGY: "server"
INSTALL_LEGACY_SHELL: "true"
- func: "add aws auth variables to file"
- func: "run aws auth test with assume role credentials"

Expand All @@ -970,6 +974,7 @@ tasks:
AUTH: "auth"
ORCHESTRATION_FILE: "auth-aws.json"
TOPOLOGY: "server"
INSTALL_LEGACY_SHELL: "true"
- func: "add aws auth variables to file"
- func: "run aws auth test with aws credentials as environment variables"

Expand All @@ -980,6 +985,7 @@ tasks:
AUTH: "auth"
ORCHESTRATION_FILE: "auth-aws.json"
TOPOLOGY: "server"
INSTALL_LEGACY_SHELL: "true"
- func: "add aws auth variables to file"
- func: "run aws auth test with aws credentials and session token as environment variables"

Expand All @@ -990,6 +996,7 @@ tasks:
AUTH: "auth"
ORCHESTRATION_FILE: "auth-aws.json"
TOPOLOGY: "server"
INSTALL_LEGACY_SHELL: "true"
- func: "add aws auth variables to file"
- func: "run aws auth test with aws EC2 credentials"

Expand All @@ -1000,6 +1007,7 @@ tasks:
AUTH: "auth"
ORCHESTRATION_FILE: "auth-aws.json"
TOPOLOGY: "server"
INSTALL_LEGACY_SHELL: "true"
- func: "add aws auth variables to file"
- func: "run aws auth test with web identity credentials"

Expand All @@ -1010,6 +1018,7 @@ tasks:
AUTH: "auth"
ORCHESTRATION_FILE: "auth-aws.json"
TOPOLOGY: "server"
INSTALL_LEGACY_SHELL: "true"
- func: "add aws auth variables to file"
- func: "run aws ECS auth test"

Expand Down Expand Up @@ -1473,7 +1482,6 @@ tasks:
TOPOLOGY: "server"
SSL: "nossl"
AUTH: "noauth"
SKIP_LEGACY_SHELL: "true"
- func: "run perf tests"
- func: "send dashboard data"

Expand Down