Apparently we should have migrated from travis-ci.org to travis-ci.com, as travis-ci.org was scheduled to be shut down at the end of December 2020.
https://mailchi.mp/3d439eeb1098/travis-ciorg-is-moving-to-travis-cicom?e=%5BUNIQID%5D https://docs.travis-ci.com/user/migrate/open-source-repository-migration If we migrate everything to GitHub Actions, we should be mindful of how long it takes for our CI jobs to run. https://infra.apache.org/github-actions-secrets.html *A note on testing*: Some projects would like to use GitHub Actions for > complex processes, such as automating their tests of software builds. > The *time* runners are in use (measured in minutes) is unlimited for > public repositories so how long a test takes isn't the issue. The issue is > tying up limited 'runners' (nodes) while those minutes are running. Apache > has 180 runners for over 1200 repositories, so the concern would be how > many runners the test requires, which are then unavailable to other > projects for the duration of the test. Out of those 180 runners, only 50 > Mac OS runners can be in use at one time for all ASF projects. > The ASF maxes out its runner allocation quite often, so a project needs to > plan carefully to make best use of them for everyone's sake. For example, > it would be important not to trigger a full release test with a pull > request that is correcting a typo on one page in one module. > If you are considering using GitHub Actions in this way, please subscribe > to the builds@ a.o mailing list, where there is a continuing discussion > on this topic and others related to continuious integration development. --Christian On Sun, Jan 24, 2021 at 7:31 AM Jaroslav Tulach <[email protected]> wrote: > Hi. > Today morning I pushed few changes into my PR, but the Travis jobs haven't > started yet: > > https://travis-ci.org/github/apache/netbeans/builds/755913579 > > What's happening? Travis shutting down? > -jt > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
