@@ -134,24 +134,6 @@ functions:
134
134
args :
135
135
- .evergreen/perf-send.sh
136
136
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
-
155
137
" start-load-balancer " :
156
138
- command : shell.exec
157
139
params :
@@ -752,12 +734,6 @@ tasks:
752
734
- func : " bootstrap mongohoused"
753
735
- func : " run data lake tests"
754
736
755
- - name : " test-serverless"
756
- tags : ["serverless"]
757
- commands :
758
- - func : install dependencies
759
- - func : " run serverless tests"
760
-
761
737
- name : " test-gcpkms-task"
762
738
commands :
763
739
- command : expansions.update
@@ -1007,33 +983,6 @@ tasks:
1007
983
args :
1008
984
- .evergreen/run-search-index-management-tests.sh
1009
985
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
-
1037
986
- name : test_gcpkms_task_group
1038
987
setup_group_can_fail_task : true
1039
988
setup_group_timeout_secs : 1800 # 30 minutes
0 commit comments