Skip to content

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

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 5 commits into from
Nov 19, 2024

Conversation

eramongodb
Copy link
Contributor

@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 requested a review from kevinAlbs November 15, 2024 20:40
@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).

@eramongodb eramongodb merged commit ae9fcb3 into mongodb:master Nov 19, 2024
1 check was pending
@eramongodb eramongodb deleted the cdriver-evg branch November 19, 2024 15:22
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