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

Implement github actions ci #1556

Merged
merged 15 commits into from
Oct 27, 2019
Merged

Implement github actions ci #1556

merged 15 commits into from
Oct 27, 2019

Conversation

jsmnbom
Copy link
Member

@jsmnbom jsmnbom commented Oct 15, 2019

Should be as functional as travis and appveyor but now it's all in one place.

Note: Travis and Appveyor CI will probably fail since they will use fallback tokens.

@Poolitzer did most of the initial work getting pytest to work, and i think he's working on more github actions stuff.

- Add support for b64+json encoded github secret with all the vars
- Add bot_name and bot_username since it's needed for a proper get_me test
- Add coverage
- Install ujson
- test_official only run on in single job
- Pass bot info to pytest
@jsmnbom jsmnbom force-pushed the github-actions-ci branch 4 times, most recently from 58b9d37 to 9d3ac3d Compare October 16, 2019 13:22
@jsmnbom
Copy link
Member Author

jsmnbom commented Oct 16, 2019

This should be ready for review.

Some notes:

  • Not testing on PyPy. Does it even run on windows? Also we have 9 bots right now and we're using 8 of them.
  • Not testing on macOS, do we need to?
  • Not testing on 3.8 for now. Waiting for Add Python 3.8 support actions/setup-python#30, or maybe we can do something with a container job?

@jsmnbom
Copy link
Member Author

jsmnbom commented Oct 16, 2019

Okay nvm, still some issues. Looks like 'continue-on-error' doesn't do quite what i thought, so right now the builds never actually fail.

@Poolitzer Poolitzer changed the title Implment github actions ci Implement github actions ci Oct 18, 2019
@jsmnbom jsmnbom merged commit 8b4b22c into master Oct 27, 2019
@Bibo-Joshi Bibo-Joshi deleted the github-actions-ci branch March 30, 2020 09:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant