Earlier quoted context omitted.
My previous company was on Travis, and as soon as I saw that Travis was purchased by private equity, I knew the downward spiral had begun and I recommended we move to something else. Not surprised that this is happening a couple of years later...my understanding is that private equity will tend towards slowing/stopping development after acquisition to cut costs/headcount, and then squeeze the remaining value from wha…
Are there any evidence of private equity providing benefits for society? Sometimes it looks like they have a inverse Midas hand, everything they touch putrefy.
Travis CI is no longer providing CI minutes for open source projects
101–110 of 193 posts
Re: Travis CI is no longer providing CI minutes for open source projects
#102Many people are saying to those of us who _haven't_, for one reason or another, gotten completely off of Travis CI, "the writing was on the wall" or "you can't expect free forever." And I think they're missing the gravity of the situation—there were (and are still) a _ton_ of OSS projects out there that are configured to use Travis CI for their testing and build pipelines, and it's not free to switch to something els…
OSS projects should not have dependencies on non-OSS infrastructure unless they are prepared for this eventuality. This has happened, in various forms, to most 'free as in beer' services given enough time. Companies typically provide the service as some combination of crush the competition / building goodwill / altruism / the prospect of eventual conversion of some small fraction of OSS projects to a paid version. The reasons tend to vary (in this case, new ownership) but eventually the bottom line tends to win out. Often you won't be given much time to transition when the free ride ends.
Re: Travis CI is no longer providing CI minutes for open source projects
#103Although inconvenient, it is possible to run these tests on my own computer before publishing.
Re: Travis CI is no longer providing CI minutes for open source projects
#104Earlier quoted context omitted.
Are there any evidence of private equity providing benefits for society? Sometimes it looks like they have a inverse Midas hand, everything they touch putrefy.
Like everything else in finance, they do good by making their investors money. These investors then can use the money for fulfilling their purpose/charter/business plan. For example, a school could use its endowment to give out scholarships, a pension fund pays out retirees, etc etc.
During the financial crisis we saw that in finance, they do good by making their principals money. The investors can go F themselves if they're in the way.
Executives became dynastically rich by bankrupting their companies.
The heads of Lehman Brothers and AIG Financial Products, Dick Fuld and John Cassano are classic examples.
Re: Travis CI is no longer providing CI minutes for open source projects
#105This may be a bit sudden. But instead of heaping scorn on them, I just feel grateful for the millions they must have invested in OSS. It's unlikely they are out to hurt anybody. I'd guess the vast majority of people there, now and in the past, would love to be able to continue doing so. So, if anyone can come up with the name for whoever bought them, a sale that was probably done with little alternatives already, the…
The original Travis CI GmbH, a German company, company is what the OSS community should be thankful for. They’ve been literally running build needs for at least half of GitHub. However; I don’t think anyone needs to be grateful for Idera Inc, an American company, which has done nothing so far but ruining Travis CI for the rest of the world but themselves. Thankfully the world has organically moved on to things like G…
Don't forget the private equity firm and it's employees have a job to do as well - provide good returns on investments. That doesn't just benefit the wealthy, but if you have a pension fund (state or private) you are probably benefiting from it as well.
> Lesson of the story here: There’s nothing such as free, even if there is, it will not last forever.
In this economy, sadly no.
Re: Travis CI is no longer providing CI minutes for open source projects
#106I get that some people will not want more GitHub but I figured given all the configuration is open and checked into your repo someone will eventually make an open source clone that can read the same configs .
I also really like the way build scripts can be referenced by url/id such that I can just reference existing scripts made by other people. Super nice!
Re: Travis CI is no longer providing CI minutes for open source projects
#107Re: Travis CI is no longer providing CI minutes for open source projects
#108The question is how long the free party at github actions will last. That must be a considerable drain for github's Microsoft internal budget. I predict that will eventually end too as they aim towards profitability.
(MS employee, not anything related to this though).
Re: Travis CI is no longer providing CI minutes for open source projects
#109Earlier quoted context omitted.
"including no company funds any part of it, including paying people to work on it(?!)" JetBrains open source licenses have a similar restriction https://www.jetbrains.com/opensource/ > Your project is NOT sponsored by a commercial company or organization and does NOT have paid employees > Your project does NOT provide commercial services (such as consulting or training) around the software, and does NOT distribute pa…
I have worked on many many open source projects. I don't think I have ever worked on any where there wasn't a single person writing code while getting paid by their employer. Is that enough to disqualify you from JetBrains criteria, do you think? In email from travis support it was expressed as: > Project must not be sponsored by a commercial company or organization (monetary or with employees paid to work on the pro…
We then realised we didn't need the license, as the community edition has everything we need.
Re: Travis CI is no longer providing CI minutes for open source projects
#110Earlier quoted context omitted.
Free accounts on CircleCI only have access to 2 core runners and can't run multiple jobs in parallel. Most open source projects I have seen on Travis do matrix builds which will take much longer to finish due to this restriction. Edit: Looks like you get 4 concurrent jobs if you register as an open source project.
We pay for CircleCI at $WORK and it’s pretty good. You get up to 40x concurrency in the “Pro” plans and I’m sure you could work whatever you need into enterprise. My biggest complaint has been it lacks an very useful built in ability that Travis had, which is automatically running your builds on the merge of your current branch and target branch. You can right a script to do it yourself, but there missing some enviro…
I've also hacked about the 'merge' problem but it's not entirely satisfying.
That all said, with GH actions currently being entirely free, and doing PRs better than CircleCI, we might shift our focus there.