Skip to content

PYTHON-3715 Migrate off of Arch Linux for EG Testing #1348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2377,10 +2377,6 @@ axes:
- id: platform
display_name: OS
values:
- id: archlinux-test
display_name: "Archlinux"
run_on: archlinux-test
batchtime: 10080 # 7 days
- id: macos-1014
display_name: "macOS 10.14"
run_on: macos-1014
Expand Down Expand Up @@ -2817,19 +2813,6 @@ axes:
batchtime: 10080 # 7 days

buildvariants:
- matrix_name: "tests-archlinux"
matrix_spec:
platform:
# Archlinux supports MongoDB without SSL.
# MongoDB 4.2 drops support for archlinux (generic linux builds).
- archlinux-test
auth: "*"
ssl: "nossl"
display_name: "${platform} ${auth} ${ssl}"
tasks:
- ".4.0"
- ".3.6"

- matrix_name: "tests-fips"
matrix_spec:
platform:
Expand Down