Live data from Hacker News

The new pricing model for Travis CI

blog.travis-ci.com

21–30 of 88 posts

Re: The new pricing model for Travis CI

#21

Earlier quoted context omitted.

I see a lot of mentions of "travis-ci.com" in this post, are the OSS changes meant to impact travis-ci.org as well, or just OSS projects that are using travis-ci.com for some reason?

All OSS projects are supposed to move to the .com domain by the end of the year. They plan to shutdown the .org domain on December 31st. Source: https://mailchi.mp/3d439eeb1098/travis-ciorg-is-moving-to-tr...

Thanks - I haven't used Travis for much in a while, so I didn't see this!

Re: The new pricing model for Travis CI

#22

It seems GitLab CI/CD is beating Travis CI on pretty much every metric now, except the weirdness of only using GitLab for CI/CD and not code hosting, if you prefer to use GitHub for that. Am I missing something? (GitLab supports using its CI/CD on a non-GitLab repo just fine, but it can cause some initial confusion.)

Interesting. I didn't realize you can use GitLab CI/CD on non-GitLab repo. Do you happen to have a documentation on this (my searches came up empty)?

Re: The new pricing model for Travis CI

#23
Think the wiser options for OSS are Github Actions & Gitlab CI going forward. I have heard good things about Azure pipelines too.

After travis-ci got bought and layed off a lot of key staff I did think the day would come where they will no longer will be the defacto choice for open source and I think this news confirms that day being today :-)

Re: The new pricing model for Travis CI

#24

It seems GitLab CI/CD is beating Travis CI on pretty much every metric now, except the weirdness of only using GitLab for CI/CD and not code hosting, if you prefer to use GitHub for that. Am I missing something? (GitLab supports using its CI/CD on a non-GitLab repo just fine, but it can cause some initial confusion.)

Interesting. I didn't realize you can use GitLab CI/CD on non-GitLab repo. Do you happen to have a documentation on this (my searches came up empty)?

Right here: https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/githu...

Re: The new pricing model for Travis CI

#25

I'm wondering if there's still a solid reason to use Travis for new projects. I can't be bothered to move my current builds from there to GitHub Actions, but for future projects GitHub Actions seems way more lucrative to use. I think both pale out in comparison to GitLab CI however, it's a pity GitLab is less popular.

I like Gitlab and I tried them for a year before moving off of their CI couple of years back. Main reason was their CI was slow and had some reliability problems at the time. Hopefully they have resolved those by now as I would like to see more adoption of their service for sure. Will give them another shot soon :-)

Re: The new pricing model for Travis CI

#26
post #5

The interesting part is the FOSS changes Basically they significantly cut the FOSS usage by instead offering free credit and then reviewing the projects on case-by-case basis if you run out of it. It's a big change, but honestly, I don't know how they could they provide free computation for any public repo no questions asked as they have been up until now.

I'm okay with the change as long as they remember to send me a notification if/when I run out of credits.

Re: The new pricing model for Travis CI

#27

It seems GitLab CI/CD is beating Travis CI on pretty much every metric now, except the weirdness of only using GitLab for CI/CD and not code hosting, if you prefer to use GitHub for that. Am I missing something? (GitLab supports using its CI/CD on a non-GitLab repo just fine, but it can cause some initial confusion.)

External Gitlab CI is funny because requires you to replicate the repo to their side and then glue everything together (build status, PRs, etc) by yourself

Then they moved the repository replication to the paid plan (20$/month/user).

For a simple 10 person team, that's 200$ a month. Exclusively to get access to repository replication !!

I have my own runners, so there's no reason to pay for the paid plan. I just end up hacking around some replication script.

See https://medium.com/@PedroGomes/mirror-repository-to-gitlab-f...

Re: The new pricing model for Travis CI

#28

It seems GitLab CI/CD is beating Travis CI on pretty much every metric now, except the weirdness of only using GitLab for CI/CD and not code hosting, if you prefer to use GitHub for that. Am I missing something? (GitLab supports using its CI/CD on a non-GitLab repo just fine, but it can cause some initial confusion.)

Travis CI has unique feature - support for ARMv8, PowerPC, and SystemZ build environments. GitHub doesn't have this multiplatform building environment.

Re: The new pricing model for Travis CI

#29
Wow, OK, this is a pretty big change for most open source projects using Travis CI right now. I think most Mac and iOS apps are going to be hit by this, I think most major projects are using Travis at the moment.

Personally, I really like that Travis offers a variety of architectures; I’m currently running binutils on it: https://travis-ci.com/github/saagarjha/binutils-gdb. I suspect this might be a substantial portion of the CI it sees, and it’s been great that it’s been free so far. I am unsure if it will still stay up with these changes. But, I’m sure running these kinds of builds can’t be cheap at all.

Re: The new pricing model for Travis CI

#30

It seems GitLab CI/CD is beating Travis CI on pretty much every metric now, except the weirdness of only using GitLab for CI/CD and not code hosting, if you prefer to use GitHub for that. Am I missing something? (GitLab supports using its CI/CD on a non-GitLab repo just fine, but it can cause some initial confusion.)

Is GitLab CI/CD substantially better than GitHub Actions, do you know?
Post reply on HN