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 CI to github actions #299

Merged
merged 4 commits into from Feb 23, 2021
Merged

Migrate CI to github actions #299

merged 4 commits into from Feb 23, 2021

Conversation

mtreinish
Copy link
Owner

In the recent 3.1.0 release the travis job for uploading to PyPI failed
because of requirements incompatibilities in the travis CI environment.
That coupled with recent changes in billing and free tiers for travis CI
it seems like a good time to change to github actions, which has better
integration with github and better support at this point. It also
enables unifying the multiplatform testing to a single CI system. This
commit moves all the test and release jobs (except for coverage) to
github actions and removes the old jobs.

In the recent 3.1.0 release the travis job for uploading to PyPI failed
because of requirements incompatibilities in the travis CI environment.
That coupled with recent changes in billing and free tiers for travis CI
it seems like a good time to change to github actions, which has better
integration with github and better support at this point. It also
enables unifying the multiplatform testing to a single CI system. This
commit moves all the test and release jobs (except for coverage) to
github actions and removes the old jobs.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 68.213% when pulling d4c69b8 on gha-ci into 2e99251 on master.

@mtreinish
Copy link
Owner Author

hmm, the CI failure is a bit weird here: https://github.com/mtreinish/stestr/pull/299/checks?check_run_id=1442449250#step:6:1674 @masayukig do you have any ideas?

@masayukig
Copy link
Collaborator

hmm, the error is only on Python3.6 on Mac.. It's weird. What about installing gnureadline to follow the error message?

@mtreinish mtreinish merged commit d731647 into master Feb 23, 2021
@mtreinish mtreinish deleted the gha-ci branch February 23, 2021 20:50
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.

None yet

3 participants