Skip to content

Commit 84c7a26

Browse files
authored
Clarify reason for batchtime in OCSP tasks (#780)
1 parent 89c93a9 commit 84c7a26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,22 +2039,22 @@ buildvariants:
20392039
- matrix_name: "ocsp-test"
20402040
matrix_spec: { version: ["4.4", "5.0", "latest"], ocsp-rhel-70: ["rhel70-go-1-16"] }
20412041
display_name: "OCSP ${version} ${ocsp-rhel-70}"
2042-
batchtime: 20160 # 14 days
2042+
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
20432043
tasks:
20442044
- name: ".ocsp"
20452045

20462046
- matrix_name: "ocsp-test-windows"
20472047
matrix_spec: { version: ["4.4", "5.0", "latest"], os-ssl-40: ["windows-64-go-1-16"] }
20482048
display_name: "OCSP ${version} ${os-ssl-40}"
2049-
batchtime: 20160 # 14 days
2049+
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
20502050
tasks:
20512051
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
20522052
- name: ".ocsp-rsa !.ocsp-staple"
20532053

20542054
- matrix_name: "ocsp-test-macos"
20552055
matrix_spec: { version: ["4.4", "5.0", "latest"], os-ssl-40: ["osx-go-1-16"] }
20562056
display_name: "OCSP ${version} ${os-ssl-40}"
2057-
batchtime: 20160 # 14 days
2057+
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
20582058
tasks:
20592059
# macos MongoDB servers do not staple OCSP responses and only support RSA.
20602060
- name: ".ocsp-rsa !.ocsp-staple"

0 commit comments

Comments
 (0)