On 06Dec2019 1023, Kyle Stanley wrote:
Steve Dower wrote:
 > As a related aside, I've been getting GitHub Actions support together
 > (which I started at the sprints).

Would adding support for GitHub Actions make it easier/faster to temporarily disable and re-enable specific CI services when they're having external issues? IIUC, that seems to be the primary concern to address.

Note that I'm not particularly well acquainted with GitHub Actions, other than briefly looking over https://github.com/features/actions.

GitHub Actions *is* a CI service now, so my PR is actually using their machines for Windows/macOS/Ubuntu build and test.

It doesn't change the ease of enabling/disabling anything - that's still very easy if you're an administrator on our repo and impossible if you're not :)

However, it does save jumping to an external website to view logs, and over time we can improve the integration so that error messages are captured properly (but you can easily view each step). And you don't need a separate login to rerun checks - it's just a simple button in the GitHub UI.

Cheers,
Steve

_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/4UYJBJ3KQYASAHPXROFZHXIJAHHPLWPK/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to