Skip to content

Commit c80fb8c

Browse files
committed
CSHARP-3030: Update evergreen config to run the new OCSP responder
1 parent 920fa4c commit c80fb8c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

evergreen/evergreen.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,11 +433,12 @@ functions:
433433
script: |
434434
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
435435
/cygdrive/c/python/python38/python.exe -m venv ./venv
436-
./venv/Scripts/pip3 install asn1crypto oscrypto bottle
436+
./venv/Scripts/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
437437
- command: shell.exec
438438
params:
439439
background: true
440440
script: |
441+
set -o xtrace
441442
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
442443
nohup ./venv/Scripts/python ocsp_mock.py \
443444
--ca_file ${OCSP_ALGORITHM}/ca.pem \
@@ -451,11 +452,12 @@ functions:
451452
script: |
452453
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
453454
/cygdrive/c/python/python38/python.exe -m venv ./venv
454-
./venv/Scripts/pip3 install asn1crypto oscrypto bottle
455+
./venv/Scripts/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
455456
- command: shell.exec
456457
params:
457458
background: true
458459
script: |
460+
set -o xtrace
459461
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
460462
nohup ./venv/Scripts/python ocsp_mock.py \
461463
--ca_file ${OCSP_ALGORITHM}/ca.pem \
@@ -469,11 +471,12 @@ functions:
469471
script: |
470472
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
471473
/cygdrive/c/python38/python.exe -m venv ./venv
472-
./venv/Scripts/pip3 install asn1crypto oscrypto bottle
474+
./venv/Scripts/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
473475
- command: shell.exec
474476
params:
475477
background: true
476478
script: |
479+
set -o xtrace
477480
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
478481
nohup ./venv/Scripts/python.exe ocsp_mock.py \
479482
--ca_file ${OCSP_ALGORITHM}/ca.pem \
@@ -489,11 +492,12 @@ functions:
489492
script: |
490493
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
491494
/cygdrive/c/python38/python.exe -m venv ./venv
492-
./venv/Scripts/pip3 install asn1crypto oscrypto bottle
495+
./venv/Scripts/pip3 install -r ${DRIVERS_TOOLS}/.evergreen/ocsp/mock-ocsp-responder-requirements.txt
493496
- command: shell.exec
494497
params:
495498
background: true
496499
script: |
500+
set -o xtrace
497501
cd ${DRIVERS_TOOLS}/.evergreen/ocsp
498502
nohup ./venv/Scripts/python.exe ocsp_mock.py \
499503
--ca_file ${OCSP_ALGORITHM}/ca.pem \

0 commit comments

Comments
 (0)