-
Notifications
You must be signed in to change notification settings - Fork 33
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 off travis-ci.org #97
Comments
FYI @apdavison This might be a good place to start to enable use of travis-ci.com: https://travis-ci.com/organizations/NeuralEnsemble/migrate. Only admins can register an org as part of the beta for migration it seems. I'd also like to migrate https://github.com/NeuralEnsemble/neuroConstruct... |
I went digging to see if travis-ci.com is the right platform to migrate to. With the recent takeover of Travis, most people suggest moving off to a different system instead of moving from travis-ci.org to travis-ci.com. Apparently, in the future, Open Source repositories will need to apply for "credit" allowance on Travis, and when that runs out, apply again: The Travis CI Blog: The new pricing model for travis-ci.com says:
So, it's not looking like a good long term plan to migrate to travis-ci.com. It looks like GH Actions is the preferred replacement: it also gets rid of the administration that third party CI services require. GitLab CI seems to be the ideal candidate but for those with lots of repos on GitHub migrating will require quite a bit of work---which is perhaps overkill at the moment.
|
I've added the GH workflow to the development branch now. If we do decide to migrate from travis-ci.org to travis-ci.com, that can be removed easilly. You can see the workflow here: https://github.com/NeuralEnsemble/libNeuroML/actions |
Since travis-ci.org is going to shut down, we need to migrate off it. We could either move to travis-ci.com, or to GitHub Actions.
To move to travis-ci.com, we needn't change the travis.yml script, but it'll require some admin level changes. For GH actions, we need to just add a workflow file, like this one: https://github.com/NeuroML/pyNeuroML/blob/development/.github/workflows/ci.yml
cc: @apdavison @pgleeson
The text was updated successfully, but these errors were encountered: