-
Notifications
You must be signed in to change notification settings - Fork 570
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 from Travis CI to Github Actions #3302
Comments
I'd suggest to migrate to GitHub actions if anything |
I do agree that Github Actions is good to have though. Anyway migration from travis-ci.org to travis-ci.com is just a few clicks. |
It seems the .com free plan is not suitable for us. See https://travis-ci.com/organizations/bitshares/plan
|
It is possible to get more credits, but I'm not sure how much work is needed (and I'm not going to try):
|
This is mostly done for By viewing the deployment history, https://github.com/bitshares/develop.bitshares.org/commits/master, we can see that Travis CI deployed again after Github Actions deployed. I noticed there are some differences between the Travis CI flow and the Github Actions flow, see bitshares/develop.bitshares.org@a640623,
|
The deposit-withdraw file is used by blocktrades. When we have a staging version this should be tested. |
to fix the deposit-withdraw page missing issue (#3302 (comment))
New PR: #3338 |
BTW it seems we're not pushing to staging.bitshares.org via Github Actions. Update: please check #3339 |
Staging and master is next. Need to transfer the release bundling flow. |
Deploy key for staging is now active. FWIW I added a deploy key to the |
It seems the "environments" feature would fit our needs, see https://docs.github.com/en/actions/reference/environments
|
https://github.com/bitshares/bitshares-ui/actions/runs/1977673859 This ones gonna fail due to missing secret. Need to check out https://docs.github.com/en/actions/reference/environments now |
Done. |
Travis-CI.org will be shut down on December 31, 2020. Full details are in this newsletter from Travis.
Now is the time to migrate to Travis-CI.com.
Instructions for migrating to Travis-CI.com are available in the Travis documentation on repository migration.
In addition to migrating the repository to Travis-CI.com, please remember to also update the Travis status badges in the README.md files, make sure that all of the README.md files are using the Travis-CI.com badges. More information on Travis status badges is available in the Travis documentation page on status images.
Reference: https://discourse.julialang.org/t/reminder-travis-ci-org-shuts-down-on-december-31-2020/47234
The text was updated successfully, but these errors were encountered: