PYTHON-1596 Test on RHEL7 FIPS (#838)
This commit is contained in:
parent
4eeb685c57
commit
308b4f4e08
@ -1688,6 +1688,16 @@ tasks:
|
||||
TOPOLOGY: "sharded_cluster"
|
||||
- func: "run load-balancer"
|
||||
- func: "run tests"
|
||||
|
||||
- name: "test-fips-standalone"
|
||||
tags: ["fips"]
|
||||
commands:
|
||||
- func: "bootstrap mongo-orchestration"
|
||||
vars:
|
||||
VERSION: "latest"
|
||||
TOPOLOGY: "server"
|
||||
PYTHON_BINARY: "/opt/mongodbtoolchain/v3/bin/python3"
|
||||
- func: "run tests"
|
||||
# }}}
|
||||
- name: "coverage-report"
|
||||
tags: ["coverage"]
|
||||
@ -1758,6 +1768,12 @@ axes:
|
||||
batchtime: 10080 # 7 days
|
||||
variables:
|
||||
libmongocrypt_url: https://s3.amazonaws.com/mciuploads/libmongocrypt/rhel-70-64-bit/master/latest/libmongocrypt.tar.gz
|
||||
- id: rhel70-fips
|
||||
display_name: "RHEL 7.0 FIPS"
|
||||
run_on: rhel70-fips
|
||||
batchtime: 10080 # 7 days
|
||||
variables:
|
||||
libmongocrypt_url: https://s3.amazonaws.com/mciuploads/libmongocrypt/rhel-70-64-bit/master/latest/libmongocrypt.tar.gz
|
||||
- id: ubuntu-16.04
|
||||
display_name: "Ubuntu 16.04"
|
||||
run_on: ubuntu1604-test
|
||||
@ -2157,6 +2173,16 @@ buildvariants:
|
||||
- ".4.0"
|
||||
- ".3.6"
|
||||
|
||||
- matrix_name: "tests-fips"
|
||||
matrix_spec:
|
||||
platform:
|
||||
- rhel70-fips
|
||||
auth: "auth"
|
||||
ssl: "ssl"
|
||||
display_name: "${platform} ${auth} ${ssl}"
|
||||
tasks:
|
||||
- "test-fips-standalone"
|
||||
|
||||
- matrix_name: "test-macos"
|
||||
matrix_spec:
|
||||
platform:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user