-
-
Notifications
You must be signed in to change notification settings - Fork 47
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 #178
Comments
Thank you for the heads up! |
I'd say this is the TODO list for this repository:
|
It's a pity the Travis announcement didn't come a few days before the SciPy Japan sprint... |
This comment makes a good point: dask/community#107 (comment)
|
Thanks for adding a TODO and planning this out. I'm going to be working through other repos so happy to help out here too.
GitHub Actions makes this easy to add a new trigger which runs CI on master with a specified cron timing. However they disable cron actions if the repo hasn't been updated for 60 days. Not sure if that is what you mean by a long-ish stretch.
Agreed it is frustrating to have to restart the whole lot, but it's more of their waste than ours. It's also an open feature request that hopefully they will get to. |
I've been meaning to do this but never quite getting around to it. However, the current Travis CI page is now also showing this warning (so we'll have to fix something soon): "Please be aware travis-ci.org will be shutting down in several weeks, with all accounts migrating to travis-ci.com. Please stay tuned here for more information." |
Due to changes in the Travis CI billing, the Dask org is migrating CI to GitHub Actions.
This repo contains a
.travis.yml
file which needs to be replaced with an equivalent.github/workflows/ci.yml
file.It also appears that this repo uses CircleCI and AppVeyor in addition to Travis. Perhaps we should consider consolidating under GitHub Actions.
See dask/community#107 for more details.
The text was updated successfully, but these errors were encountered: