Skip to content

Commit ef0b200

Browse files
Merge v1.x into v2.x (#1801)
2 parents e1b2bd6 + 89c2be0 commit ef0b200

File tree

4 files changed

+494
-647
lines changed

4 files changed

+494
-647
lines changed

Diff for: .evergreen/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ post:
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

Diff for: .evergreen/config/functions.yml

+13-7
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)