I suppose my larger question is if a private company is break-even/profitable would the investors/board ever ask management to make these cuts? If so, why?
CircleCI Layoffs
21–30 of 145 posts
Re: CircleCI Layoffs
#22The list is already updated here: https://layoffs.fyi/
Re: CircleCI Layoffs
#23Does anyone... actually like CircleCI?
Last time I used it, it just felt way too opinionated. Then they introduced their way of standardizing jobs with templates or something (it has been a while) and for some reason made the decision that any templates had to be public instead of private for the first version (which was completely backwards).
Personally for me I always lean towards Jenkins just because I can do whatever I want with it. But baring that I feel like I would end up either going with something my git hosted provides (like GitHub actions) or something my cloud provider has (like AWS CodeBuild).
Is there something I am missing? Looking at the pricing it isn't exactly cheap either.
Re: CircleCI Layoffs
#24What's the context behind this? I've used CircleCI at many jobs, and I guess people must have moved on to some better tool? What's the better tool?
Re: CircleCI Layoffs
#25What's the context behind this? I've used CircleCI at many jobs, and I guess people must have moved on to some better tool? What's the better tool?
> What's the context behind this? From the article: > Right now, however, there is a ripple effect of uncertainty in our sector. Since the start of Q4, we’ve seen a dramatic shift in how every company’s performance is evaluated. Companies were once praised for growth at all costs. Very rapidly, market expectations have shifted. The emphasis now is on maximizing efficiency. It sounds like they are cowardly using the G…
Re: CircleCI Layoffs
#26I feel for all the engineers impacted by this layoff, but I do not agree that they are "the best CI/CD platform on the market". Our small team has moved away from CircleCI for all new projects. We are mostly using Github Actions these days. The major driver was not cost, which was minimal for our team, but the fact that CircleCI keeps breaking our build. In the ~5 years that we have used them, we have experienced at…
> The scheduled workflows feature is set to be deprecated. Using scheduled pipelines rather than scheduled workflows offers several benefits. Visit the scheduled pipelines migration guide to find out how to migrate existing scheduled workflows to scheduled pipelines.
https://circleci.com/docs/configuration-reference/#schedule
One more thing to migrate out of the config file in the repo and off behind some API call or pointy-clicky UX.
Edit: it looks like they've postponed the deprecation, which was originally planned for 2022-06-03 https://discuss.circleci.com/t/scheduled-pipelines-are-here/...
Re: CircleCI Layoffs
#27I feel bad for the employees. Does anyone... actually like CircleCI? Last time I used it, it just felt way too opinionated. Then they introduced their way of standardizing jobs with templates or something (it has been a while) and for some reason made the decision that any templates had to be public instead of private for the first version (which was completely backwards). Personally for me I always lean towards Jenk…
Re: CircleCI Layoffs
#28Earlier quoted context omitted.
I am not sure about "better" but a lot of people who previously used Travis and Circle use GitHub Actions these days (and maybe azure in the meantime).
It does seem like CI/CD turned out to be less of a product and more of a feature.
I think there is a different world where Travis (and Circle) could have been built differently and maybe with a slightly different operating model (eg: easier to operate self hosted runners) where they could have made it harder for GitHub to compete in the beginning. But not sure if that would have delayed the inevitable.
Re: CircleCI Layoffs
#29I feel bad for the employees. Does anyone... actually like CircleCI? Last time I used it, it just felt way too opinionated. Then they introduced their way of standardizing jobs with templates or something (it has been a while) and for some reason made the decision that any templates had to be public instead of private for the first version (which was completely backwards). Personally for me I always lean towards Jenk…
Re: CircleCI Layoffs
#30But I'm going to anyway: I genuinely don't understand how CircleCI is still a business. Every major code repository provider has CI built in. All of the ones I've interacted with (Github Actions & Gitlab) are just as good as CircleCI and in some ways far better (e.g. there's a stellar community of Actions builders on GHA, that can be included with one line; CCI Orbs don't have nearly the same uptake). Pricing is all pretty similar. Some companies want to self-host stuff: JetBrains & Atlassian still own this.
Ultimately we left CCI because their stability was unacceptable. While its been quite a few months, their status page history even today showcases this well [1]; they legitimately have partial or full outages once every two or so weeks (and those are just the ones they tell people about; we regularly, weekly, saw build failures that could only be explained by "freakin circleci, just re-run it").