Skip to content

test(NODE-6907): remove all serverless testing #4556

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
51 changes: 0 additions & 51 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,24 +134,6 @@ functions:
args:
- .evergreen/perf-send.sh

"run serverless tests":
- command: timeout.update
params:
exec_timeout_secs: 1800
- <<: *assume_secrets_manager_role
- command: subprocess.exec
type: test
params:
timeout_secs: 300
working_dir: src
binary: bash
env:
AUTH: "auth"
SSL: "ssl"
add_expansions_to_env: true
args:
- .evergreen/run-serverless-tests.sh

"start-load-balancer":
- command: shell.exec
params:
Expand Down Expand Up @@ -752,12 +734,6 @@ tasks:
- func: "bootstrap mongohoused"
- func: "run data lake tests"

- name: "test-serverless"
tags: ["serverless"]
commands:
- func: install dependencies
- func: "run serverless tests"

- name: "test-gcpkms-task"
commands:
- command: expansions.update
Expand Down Expand Up @@ -1007,33 +983,6 @@ tasks:
args:
- .evergreen/run-search-index-management-tests.sh

task_groups:
- name: serverless_task_group
setup_group_can_fail_task: true
setup_group_timeout_secs: 1800 # 30 minutes
setup_group:
- func: "fetch source"
- command: subprocess.exec
params:
working_dir: "src"
binary: bash
env:
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
args:
- .evergreen/setup-serverless.sh

teardown_group:
- func: "upload test results"
- command: subprocess.exec
params:
working_dir: "src"
binary: bash
args:
- ${DRIVERS_TOOLS}/.evergreen/serverless/delete-instance.sh

tasks:
- ".serverless"

- name: test_gcpkms_task_group
setup_group_can_fail_task: true
setup_group_timeout_secs: 1800 # 30 minutes
Expand Down
Loading