Skip to content

Commit 9258a5b

Browse files
authored
test(NODE-6907): remove all serverless testing (#4556)
1 parent b8ce60d commit 9258a5b

27 files changed

+492
-805
lines changed

.evergreen/config.in.yml

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -134,24 +134,6 @@ functions:
134134
args:
135135
- .evergreen/perf-send.sh
136136

137-
"run serverless tests":
138-
- command: timeout.update
139-
params:
140-
exec_timeout_secs: 1800
141-
- <<: *assume_secrets_manager_role
142-
- command: subprocess.exec
143-
type: test
144-
params:
145-
timeout_secs: 300
146-
working_dir: src
147-
binary: bash
148-
env:
149-
AUTH: "auth"
150-
SSL: "ssl"
151-
add_expansions_to_env: true
152-
args:
153-
- .evergreen/run-serverless-tests.sh
154-
155137
"start-load-balancer":
156138
- command: shell.exec
157139
params:
@@ -752,12 +734,6 @@ tasks:
752734
- func: "bootstrap mongohoused"
753735
- func: "run data lake tests"
754736

755-
- name: "test-serverless"
756-
tags: ["serverless"]
757-
commands:
758-
- func: install dependencies
759-
- func: "run serverless tests"
760-
761737
- name: "test-gcpkms-task"
762738
commands:
763739
- command: expansions.update
@@ -1007,33 +983,6 @@ tasks:
1007983
args:
1008984
- .evergreen/run-search-index-management-tests.sh
1009985

1010-
task_groups:
1011-
- name: serverless_task_group
1012-
setup_group_can_fail_task: true
1013-
setup_group_timeout_secs: 1800 # 30 minutes
1014-
setup_group:
1015-
- func: "fetch source"
1016-
- command: subprocess.exec
1017-
params:
1018-
working_dir: "src"
1019-
binary: bash
1020-
env:
1021-
DRIVERS_TOOLS: ${DRIVERS_TOOLS}
1022-
args:
1023-
- .evergreen/setup-serverless.sh
1024-
1025-
teardown_group:
1026-
- func: "upload test results"
1027-
- command: subprocess.exec
1028-
params:
1029-
working_dir: "src"
1030-
binary: bash
1031-
args:
1032-
- ${DRIVERS_TOOLS}/.evergreen/serverless/delete-instance.sh
1033-
1034-
tasks:
1035-
- ".serverless"
1036-
1037986
- name: test_gcpkms_task_group
1038987
setup_group_can_fail_task: true
1039988
setup_group_timeout_secs: 1800 # 30 minutes

0 commit comments

Comments
 (0)