File tree 4 files changed +494
-647
lines changed
4 files changed +494
-647
lines changed Original file line number Diff line number Diff line change 23
23
- func : " upload test results"
24
24
- func : " stop mongo-orchestration"
25
25
- func : " stop load balancer"
26
+ - func : " stop OCSP responder"
26
27
- func : " cleanup"
27
28
28
29
# 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:
192
192
${PREPARE_SHELL}
193
193
bash ${DRIVERS_TOOLS}/.evergreen/stop-orchestration.sh
194
194
195
- " run OCSP responder" :
196
- - command : shell .exec
195
+ " start OCSP responder" :
196
+ - command : subprocess .exec
197
197
params :
198
+ binary : bash
199
+ background : true
198
200
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 :
203
209
script : |
204
210
${PREPARE_SHELL}
205
- bash ${PROJECT_DIRECTORY }/.evergreen/run- ocsp-responder .sh
211
+ bash ${DRIVERS_TOOLS }/.evergreen/ocsp/teardown .sh
206
212
207
213
" run tests " :
208
214
- command : shell.exec
You can’t perform that action at this time.
0 commit comments