Why GitHub Actions is the Internet Explorer of CI, and why Buildkite offers a better path forward for teams that care about developer experience.

  • jtrek@startrek.website
    link
    fedilink
    arrow-up
    0
    ·
    4 days ago

    Sounds about right.

    I’m using GitHub actions at work because this place is extremely dysfunctional, and I can just add GitHub actions without it being a whole “research spike planning meeting impact analysis” six week journey.

    I took it from “there are absolutely no checks and Bob broke the environment because he pushed up a change that’s just invalid syntax” to… well, I couldn’t make it block the build on failures but at least now when Bob breaks it again I can point to the big red X and ask why he merged with an error.

    • zqwzzle@lemmy.ca
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days ago

      If you can get the permissions to do it set the protected branch and prevent merge on build failures. This is a repo setting that will work with any ci provider assuming it updates the PR status.

      • jtrek@startrek.website
        link
        fedilink
        arrow-up
        0
        ·
        3 days ago

        I thought about it but people are so sensitive here. If they broke something and couldn’t merge they’d probably raise a big stink, and then there’s good odds the checks would be removed “because they’re adding friction” or some nonsense. My boss has already warned me about staying in my lane.

        These people have never done any automated testing of any sort. No linter. No unit tests. And they don’t seem to want to.

          • jtrek@startrek.website
            link
            fedilink
            arrow-up
            0
            ·
            2 days ago

            Well, yes, though my direct manager isn’t the worst. He’s trying to protect me from other teams that might get pissy.

            One of my friends is a product manager type and his analysis was basically “if stakeholders don’t care it’s not a problem, even if by any reasonable metric it is a problem”. So. Here we are.