Charcoal-SE / metasmoke

Web dashboard for SmokeDetector.
https://metasmoke.erwaysoftware.com
Creative Commons Zero v1.0 Universal
43 stars 34 forks source link

Migrate to Travis-ci.com #813

Closed AWegnerGitHub closed 3 years ago

AWegnerGitHub commented 4 years ago

Travis-CI.org is shutting down at the end of the year. We have been encouraged to migration to travis-ci.com


Hi there!

As you’ll no doubt have noticed, Travis CI has, for some time, been split between travis-ci.com and travis-ci.org. This was initially planned to enable open-source and commercial/private projects to be distinctly separate, but back in May 2018, we announced that open source builders would have the opportunity to build and test their projects under travis-ci.com, meaning your public and private repositories could be managed under one domain with a consistent interface and build environment.

In an effort to ensure that all of our users - whether you build open-source, public or private repositories - receive regular feature updates, security patches and UX/UI enhancements, we are announcing that travis-ci.org will be officially closed down completely on December 31st, 2020, allowing us to focus all our efforts on bringing new features and fixes to travis-ci.com and all of our awesome users like yourself on the travis-ci.com domain.

What this means for you

The main thing to expect is that your projects will be built and tested with the same speed and robustness as you’ve come to expect from Travis CI - but also with great new features such as support for AWS Graviton2 which is only available on travis-ci.com. Open-source projects will be free as they always have, with lighting fast builds provided by partners like Packet.

We encourage you to migrate your existing repositories that are currently on travis-ci.org over to travis-ci.com as soon as possible, enabling you to identify any additional changes required to your code or configuration well in advance of the December 31st deadline. We’ve documented everything you need to know in order to migrate your repositories, and of course, you can reach out on the community forum for any additional help.

If you have any questions or concerns, please feel free to contact our support team who will be happy to talk through any migration queries you may have!

Happy building on travis-ci.com!

The Travis CI Team

thesecretmaster commented 4 years ago

I think this just needs @Undo1 to push some buttons on travis or maybe in the ms-deploy repo.

Undo1 commented 3 years ago

Taking this opportunity to move to GH Actions.

Undo1 commented 3 years ago

Moved the deploy job to GitHub Actions: https://github.com/Undo1/metasmoke-deploy/commit/9d948e55427b9b1b880e8231c628af45b8777dc8

Dashboard: https://github.com/Undo1/metasmoke-deploy/actions

Deploys from metasmoke will now trigger the GH action, which should be about 9000% more reliable than whatever crazy business Travis had going.