• @[email protected]
    link
    fedilink
    21224 days ago

    See your problem is you’re editing the code until it passes the tests. It’s way easier if you edit the tests until it passes the code.

    • TragicNotCute
      link
      English
      10724 days ago

      This is what they mean by test driven development.

    • @[email protected]
      link
      fedilink
      3424 days ago

      Can’t tell if you are joking. I know a lot of junior developers who think this is a legitimate solution.

    • @[email protected]
      link
      fedilink
      2324 days ago

      Unless you are using groovy (jenkins), then you are running the pipeline to find syntax errors.

      • Johanno
        link
        fedilink
        524 days ago

        I hate groovy, gradle and Jenkins!

        I don’t know if sth. Else is better but I can confirm that shit is horrific

          • Johanno
            link
            fedilink
            -123 days ago

            Horrible scripting language. Even worse than python. Close to Javascript

            • @[email protected]
              link
              fedilink
              423 days ago

              If you don’t think Python is a good scripting language, what is a good scripting language in your opinion? Bourne Shell? VBScript? PHP?

              • Johanno
                link
                fedilink
                223 days ago

                I like python and if you use typing it is awesome.

                I like kotlin script too. But normal languages are better than scripting languages usually.

                • @[email protected]
                  link
                  fedilink
                  2
                  edit-2
                  22 days ago

                  Typing in python leaves a lot to be desired… Being looking at peps for quite some time, but it’s really hard for the language to make progress without breaking compatibility.

                  Hopefully at some point MOJO becomes mature enough to use in a professional setting.

          • Tekhne
            link
            fedilink
            122 days ago

            I use Jenkins for work, unfortunately, so I have plenty of experience

        • @Ackward
          link
          122 days ago

          Only for declarative pipelines, forget it if you use scripted ones.

  • Pxtl
    link
    fedilink
    English
    36
    edit-2
    23 days ago

    DevOps is bad because for some reason we’ve decided to invent new programming languages that you can’t debug locally and so you have to keep pushing commits to the pipeline server. It’s bullshit.

    “Why do you write all your pipelines as shell scripts and then wrap them in yaml at the very end”?

    Because then I can run them locally quickly and test individual components of them instead of “edit, commit, push, wait 10 minutes, read error message, repeat”.

    • @[email protected]
      link
      fedilink
      1322 days ago

      FWIW, gitlab-runner exec and earthly exist for running tests locally, with others things like nektos/act for GHA as a 3rd party solution. I’ll never get used to yaml, though, all my pipelines are mostly shell scripts. Using a markup language as a programming language was definitely one of the decisions of all time.

      • @[email protected]
        link
        fedilink
        221 days ago

        Gitlab-runner exec and act are great tools, but this goes out of the window as soon as the cloud hosting service is a little less intelligent (looking at you, azure DevOps, who removed the hack that let pipeline run locally in 2019)

        • @[email protected]
          link
          fedilink
          121 days ago

          That’s why earthly exists. Now you can run your pipeline on a container with a “familiar syntax” inside another container with a “familiar syntax” inside of a “reproducible, easy-to-use” VM provisioned on top of probably KVM, as Torvalds intended

  • @Potatos_are_not_friends
    link
    3224 days ago

    How are you bad?

    You got a green verification checkmark on the same day! That’s a win!

    • @kometes
      link
      English
      123 days ago

      My build environment has 3 jillion unneeded builds going. I am lucky to get 2 build failures in a single day.

  • @[email protected]
    link
    fedilink
    2724 days ago

    Local tests are less shameful. Imagine if you had a Red X online for every compiler or syntax error whilst developing.

    So it is.

  • @SpaceNoodle
    link
    1424 days ago

    And only one of those runs has complete logs containing the actual error causing the failure.

  • @Agent641
    link
    622 days ago

    What actually is devops?

    • @alythOP
      link
      521 days ago

      development build of call of duty black ops

  • @mumblerfish
    link
    524 days ago

    Come on! You need those red crosses to know it fails as it should. Thats what I would say they are there for :-)

  • Howdy
    link
    fedilink
    212 days ago

    As a fellow jenkins miner. I know this red (x) all too well.