Uh oh!
There was an error while loading. Please reload this page.
GitHub Action: Run Python tests on Ubuntu & macOS - #1982
Conversation
Running Python standalone tests on multiple OSes would free up Travis CI for tests of various combinations of Node.js and Python as well as tests on other [CPU architectures](https://docs.travis-ci.com/user/multi-cpu-architectures). __arch: amd64, arm64, ppc64le, s390x__
rvagg
commented
Dec 3, 2019
I'd love if we could push as much as possible to GitHub Actions with a view to one day retiring Travis. What exactly can't we do on Actions yet? Is it just the non-x64 architectures? When they launch self-hosted runners we could start using Node infra to do these ourselves. Not sure what the timeline is on that though. |
cclauss
commented
Dec 3, 2019
rvagg
commented
Dec 4, 2019
nice! sadly they're still being restrictive on OS/arch support: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners#supported-operating-systems-for-self-hosted-runners but they did talk about making this supported on more permutations and I bet IBM are already talking to them about adding their platforms. |
cclauss
commented
Dec 4, 2019
Can I please get you review on this in its current state? I would be interested to land is so we can start exploring the three todos. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Running Python standalone tests on multiple OSes would free up Travis CI for tests of various combinations of Node.js and Python as well as tests on other CPU architectures.
arch: amd64, arm64, ppc64le, s390x
Checklist
npm install && npm testpassesDescription of change