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

#11664 Initial run on macOS on GHA. #11665

Merged
merged 4 commits into from Sep 14, 2022
Merged

#11664 Initial run on macOS on GHA. #11665

merged 4 commits into from Sep 14, 2022

Conversation

adiroiban
Copy link
Member

@adiroiban adiroiban commented Sep 14, 2022

Scope and purpose

Fixes #11664

Run macOS tests on GHA.

Remove Azure pipelines.

Azure pipelines works, but is kind of stucked. The admin account is owned by Amber and no other dev has access to the Azure Devops account.

With GitHub actions, the whole dev team has access to the CI.

What to check

  • There is a CI job running on macOS hardware
  • The macOS job uses the select reactor

Copy link
Member

@exarkun exarkun left a comment

Choose a reason for hiding this comment

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

Thanks. Looks good to me. I left one suggestion inline about the Python versions to test against.

# newest macOS and newest Python supported version.
- python-version: '3.10'
runs-on: 'macos-12'
job-name: 'macos-default-tests'
Copy link
Member

Choose a reason for hiding this comment

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

I think it would be good to keep testing an older version of Python on macOS. On Azure it looks like we tested 3.7 - 3.10. Perhaps we can at least test 3.7 and 3.10 (skipping the intermediates) on GA.

@adiroiban
Copy link
Member Author

Thanks for the review.
I have added another macOS job for older python and older macos.

I will enable auto-merge for this.

And with this landed, we should be able to generate our independent coverage report.... I will test with towncrier first.

@adiroiban adiroiban merged commit ca9f05e into trunk Sep 14, 2022
@adiroiban adiroiban deleted the 11664-macos-ci branch September 14, 2022 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run macOS CI on GHA
3 participants