Software Alternatives & Reviews

The End of CI

Medium Dark Language Spacelift.io Zuul
  1. 1
    Welcome to Medium, a place to read, write, and interact with the stories that matter most to you.
    Pricing:
    • Open Source
    Https://darklang.com/ is probably the closest attempt at https://medium.com/@kentbeck_7670/limbo-scaling-software-collaboration-afd4f00db4b.

    #Blogging #Blogging Platform #CMS 2188 social mentions

  2. Holistic language, editor, and infra for building backends
    Pricing:
    • Open Source
    Https://darklang.com/ is probably the closest attempt at https://medium.com/@kentbeck_7670/limbo-scaling-software-collaboration-afd4f00db4b.

    #Games #Gaming Community #Data Integration 30 social mentions

  3. Collaborative Infrastructure For Modern Software Teams
    Pricing:
    • Paid
    • Free Trial
    I disagree. That said, I do work at Spacelift[0], a specialized CI/CD for Infra as Code (so you can either take this with a grain of salt, or more trust, due to the increased exposure). > First, CI rarely knows what has changed, so everything needs to be rebuilt and retested. Yes, this is an issue with some CI/CD systems, an issue you can solve however. See our Push Policies[1] based on Open Policy Agent. > Running tests pre-commit is one answer. Running tests locally for a quick feedback loop - sure, that's fairly mainstream though (something you can use our local preview[2] for as well in the case of IaC). Running test locally before directly deploying to prod - that would be a compliance and security nightmare. The author presents what looks to me like a very "move fast, break things" attitude, that doesn't really work in a whole lot of cases. If your CI/CD is slowing you down, make it faster. Easier said than done, I know, but a lot of people don't even think about optimizing their CI/CD, which you often can do, by being smarter with what you run and/or parallelizing extensively and/or caching[3]. [0]:https://spacelift.io [1]:https://docs.spacelift.io/concepts/policy/git-push-policy [2]:https://docs.spacelift.io/concepts/stack/stack-settings#enable-local-preview [3]:https://github.com/actions/cache.

    #Infrastructure As Code #Developer Tools #Workflow Automation 59 social mentions

  4. 4
    Zuul is a program that drives continuous integration, delivery, and deployment systems with a focus...
    Pricing:
    • Open Source
    > you can only have one job running at a time https://zuul-ci.org/ and some other systems solve it by optimistic merges. If there's already a merge job running, the next one assumes that will succeed. And tests on merged master + first change + itself. If anything breaks, the optimistic merges are dropped from the queue and everything starts from the second chance only.

    #API Tools #Web Servers #Web And Application Servers 12 social mentions

Discuss: The End of CI

Log in or Post with