File tree Expand file tree Collapse file tree 4 files changed +494
-647
lines changed Expand file tree Collapse file tree 4 files changed +494
-647
lines changed Original file line number Diff line number Diff line change 2323 - func : " upload test results"
2424 - func : " stop mongo-orchestration"
2525 - func : " stop load balancer"
26+ - func : " stop OCSP responder"
2627 - func : " cleanup"
2728
2829# These aliases define the default variant/tasks to test for pull requests and merge queue
Original file line number Diff line number Diff line change @@ -192,17 +192,23 @@ functions:
192192 ${PREPARE_SHELL}
193193 bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
194194
195- " run OCSP responder" :
196- - command : shell .exec
195+ " start OCSP responder" :
196+ - command : subprocess .exec
197197 params :
198+ binary : bash
199+ background : true
198200 include_expansions_in_env :
199- - TEST_COLUMN
200- - CERT_TYPE
201- - USE_DELEGATE
202- shell : bash
201+ - SERVER_TYPE
202+ - OCSP_ALGORITHM
203+ args :
204+ - ${DRIVERS_TOOLS}/.evergreen/ocsp/setup.sh
205+
206+ " stop OCSP responder " :
207+ - command : shell.exec
208+ params :
203209 script : |
204210 ${PREPARE_SHELL}
205- bash ${PROJECT_DIRECTORY }/.evergreen/run- ocsp-responder .sh
211+ bash ${DRIVERS_TOOLS }/.evergreen/ocsp/teardown .sh
206212
207213 " run tests " :
208214 - command : shell.exec
You can’t perform that action at this time.
0 commit comments