Skip to content

PYTHON-4556 Migrate to macOS 14 in AWS #1737

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 4 commits into from
Jul 23, 2024
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
32 changes: 16 additions & 16 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ tasks:

- name: "release-mac"
tags: ["release_tag"]
run_on: macos-1100
run_on: macos-11
commands:
- func: "build release"
vars:
Expand Down Expand Up @@ -2219,16 +2219,16 @@ axes:
- id: platform
display_name: OS
values:
- id: macos-1100
display_name: "macOS 11.00"
run_on: macos-1100
- id: macos
display_name: "macOS"
run_on: macos-14
variables:
skip_EC2_auth_test: true
skip_ECS_auth_test: true
skip_web_identity_auth_test: true
- id: macos-1100-arm64
display_name: "macOS 11.00 Arm64"
run_on: macos-1100-arm64
- id: macos-arm64
display_name: "macOS Arm64"
run_on: macos-14-arm64
variables:
skip_EC2_auth_test: true
skip_ECS_auth_test: true
Expand Down Expand Up @@ -2629,12 +2629,12 @@ buildvariants:
platform:
# MacOS introduced SSL support with MongoDB >= 3.2.
# Older server versions (2.6, 3.0) are supported without SSL.
- macos-1100
- macos
auth: "*"
ssl: "*"
exclude_spec:
# No point testing with SSL without auth.
- platform: macos-1100
- platform: macos
auth: "noauth"
ssl: "ssl"
display_name: "${platform} ${auth} ${ssl}"
Expand All @@ -2652,7 +2652,7 @@ buildvariants:
- matrix_name: "test-macos-arm64"
matrix_spec:
platform:
- macos-1100-arm64
- macos-arm64
auth-ssl: "*"
display_name: "${platform} ${auth-ssl}"
tasks:
Expand All @@ -2666,7 +2666,7 @@ buildvariants:
- matrix_name: "test-macos-encryption"
matrix_spec:
platform:
- macos-1100
- macos
auth: "auth"
ssl: "nossl"
encryption: "*"
Expand All @@ -2675,7 +2675,7 @@ buildvariants:
rules:
- if:
encryption: ["encryption", "encryption_crypt_shared"]
platform: macos-1100
platform: macos
auth: "auth"
ssl: "nossl"
then:
Expand Down Expand Up @@ -2743,7 +2743,7 @@ buildvariants:

- matrix_name: "tests-pyopenssl-macOS"
matrix_spec:
platform: macos-1100
platform: macos
auth: "auth"
ssl: "ssl"
pyopenssl: "*"
Expand Down Expand Up @@ -3077,7 +3077,7 @@ buildvariants:

- matrix_name: "ocsp-test-macos"
matrix_spec:
platform: macos-1100
platform: macos
mongodb-version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"]
auth: "noauth"
ssl: "ssl"
Expand All @@ -3089,7 +3089,7 @@ buildvariants:

- matrix_name: "oidc-auth-test"
matrix_spec:
platform: [ rhel8, macos-1100, windows-64-vsMulti-small ]
platform: [ rhel8, macos, windows-64-vsMulti-small ]
display_name: "OIDC Auth ${platform}"
tasks:
- name: testoidc_task_group
Expand Down Expand Up @@ -3125,7 +3125,7 @@ buildvariants:

- matrix_name: "aws-auth-test-mac"
matrix_spec:
platform: [macos-1100]
platform: [macos]
display_name: "MONGODB-AWS Auth ${platform} ${python-version-mac}"
tasks:
- name: "aws-auth-test-4.4"
Expand Down
Loading