Skip to content

Commit

Permalink
GODRIVER-1961 Run OCSP tests against RHEL 7.0 (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjirewis authored May 13, 2021
1 parent 1e246bd commit 8aa4b5b
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1895,6 +1895,17 @@ axes:
GO_DIST: "/opt/golang/go1.16"
PYTHON3_BINARY: python3

# OCSP linux tasks need to run against this OS since stapling is disabled on Ubuntu 18.04 (SERVER-51364)
- id: ocsp-rhel-70
display_name: OS
values:
- id: "rhel70-go-1-16"
display_name: "RHEL 7.0"
run_on: rhel70-build
variables:
GO_DIST: "/opt/golang/go1.16"
PYTHON3_BINARY: "/opt/python/3.6/bin/python3"

- id: os-aws-auth
display_name: OS
values:
Expand Down Expand Up @@ -2023,25 +2034,24 @@ buildvariants:
tasks:
- name: "aws-auth-test"

# GODRIVER-1961 Upgrade OCSP tests to use os-ssl-40 and Ubuntu 18.04.
- matrix_name: "ocsp-test"
matrix_spec: { version: ["4.4", "latest"], os-ssl-32: ["ubuntu1604-64-go-1-16"] }
display_name: "OCSP ${version} ${os-ssl-32}"
matrix_spec: { version: ["4.4", "latest"], ocsp-rhel-70: ["rhel70-go-1-16"] }
display_name: "OCSP ${version} ${ocsp-rhel-70}"
batchtime: 20160 # 14 days
tasks:
- name: ".ocsp"

- matrix_name: "ocsp-test-windows"
matrix_spec: { version: ["4.4", "latest"], os-ssl-32: ["windows-64-go-1-16"] }
display_name: "OCSP ${version} ${os-ssl-32}"
matrix_spec: { version: ["4.4", "latest"], os-ssl-40: ["windows-64-go-1-16"] }
display_name: "OCSP ${version} ${os-ssl-40}"
batchtime: 20160 # 14 days
tasks:
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
- name: ".ocsp-rsa !.ocsp-staple"

- matrix_name: "ocsp-test-macos"
matrix_spec: { version: ["4.4", "latest"], os-ssl-32: ["osx-go-1-16"] }
display_name: "OCSP ${version} ${os-ssl-32}"
matrix_spec: { version: ["4.4", "latest"], os-ssl-40: ["osx-go-1-16"] }
display_name: "OCSP ${version} ${os-ssl-40}"
batchtime: 20160 # 14 days
tasks:
# macos MongoDB servers do not staple OCSP responses and only support RSA.
Expand Down

0 comments on commit 8aa4b5b

Please sign in to comment.