MOTOR-1474 Update evergreen tests to use RHEL8 (#345)

This commit is contained in:
Steven Silvester 2025-08-15 13:19:58 -05:00 committed by GitHub
parent 5bcdd4ad6a
commit 12d9d7db05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -658,8 +658,8 @@ axes:
TOX_ENV: "synchro" TOX_ENV: "synchro"
PYTHON_BINARY: "/opt/python/3.13/bin/python3" PYTHON_BINARY: "/opt/python/3.13/bin/python3"
- id: tox-env-rhel7 - id: tox-env-rhel8
display_name: "Tox Env RHEL7" display_name: "Tox Env RHEL8"
values: values:
- id: "test" - id: "test"
variables: variables:
@ -705,9 +705,6 @@ axes:
- id: "rhel8" - id: "rhel8"
display_name: "RHEL 8.x" display_name: "RHEL 8.x"
run_on: "rhel84-small" run_on: "rhel84-small"
- id: "rhel7"
display_name: "RHEL 7.x"
run_on: "rhel79-small"
- id: "win" - id: "win"
display_name: "Windows" display_name: "Windows"
run_on: "windows-64-vsMulti-small" run_on: "windows-64-vsMulti-small"
@ -741,11 +738,11 @@ buildvariants:
- ".4.2" - ".4.2"
- ".4.0" - ".4.0"
- matrix_name: "test-rhel7" - matrix_name: "test-rhel8"
display_name: "${os}-${tox-env-rhel7}-${ssl}" display_name: "${os}-${tox-env-rhel8}-${ssl}"
matrix_spec: matrix_spec:
os: "rhel7" os: "rhel8"
tox-env-rhel7: "*" tox-env-rhel8: "*"
ssl: "*" ssl: "*"
tasks: tasks:
- ".rapid" - ".rapid"