Skip to content
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

Migrate to newer Power, zSeries, and MacOS distros #1791

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

eramongodb
Copy link
Collaborator

@eramongodb eramongodb commented Nov 15, 2024

Motivated by DEVPROD-21, DEVPROD-40, and DEVPROD-5083. Verified by this patch (which excludes Earthly tasks which are currently failing due to DockerHub rate limits).

See distro usage guidelines for MacOS, Power, and zSeries.

Note

Changed generic references to Power8/Power9/PowerPC/powerpc64le/etc. to simply "Power" as it is not clear which specific Power-related architecture is being provided by a given Evergreen distro. (It's probably Power8, but nevertheless.)

  • Migrating the scan-build task for MacOS to arm64 is blocked on DEVPROD-12817 (scan-build is not available), so it remains on macos-14 for now.
  • MongoDB server versions below 6.0 are not available on arm64 MacOS distros. The matrices have been split by server version accordingly.
  • We can drop the macos-11-arm64 distro from the Darwin matrices if testing on both MacOS 11 (EOL) and MacOS 14 is considered redundant.

@eramongodb eramongodb self-assigned this Nov 15, 2024
Copy link
Collaborator

@kevinAlbs kevinAlbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with suggestion.

Comment on lines +25 to +28
('macos-14', 'clang', None, 'cyrus', ['auth'], ['server', 'replica' ], ['4.2', '4.4', '5.0']),

('macos-11-arm64', 'clang', None, 'cyrus', ['auth'], ['server', 'replica' ], ['6.0']),
('macos-14-arm64', 'clang', None, 'cyrus', ['auth'], ['server', 'replica' ], ['6.0']),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
('macos-14', 'clang', None, 'cyrus', ['auth'], ['server', 'replica' ], ['4.2', '4.4', '5.0']),
('macos-11-arm64', 'clang', None, 'cyrus', ['auth'], ['server', 'replica' ], ['6.0']),
('macos-14-arm64', 'clang', None, 'cyrus', ['auth'], ['server', 'replica' ], ['6.0']),
('macos-14', 'clang', None, 'cyrus', ['auth'], ['server'], ['4.2', '4.4', '5.0']),
('macos-11-arm64', 'clang', None, 'cyrus', ['auth'], ['server'], ['6.0']),
('macos-14-arm64', 'clang', None, 'cyrus', ['auth'], ['server'], ['6.0']),

Suggest removing replica for <7.0 server tests to reduce macOS testing. The openssl and winssl CSE tasks similarly test only server for <7.0 server. I expect testing only server for <7.0 was originally intended (given the comment # Test 7.0+ with a replica set).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants