I’ve heard it thrown around in professional circles and how everybody’s doing it wrong, so… who actually does use it?

For smaller teams

“scaled” trunk based development

  • onlinepersona@programming.devOP
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    2 years ago

    Out of curiosity, how long are CI and CD runs? And are there any particularities in the way of working for example every PR/MR is created by pair programmers, or the use of josh to cut down on time to clone, stuff like that.

    Anti Commercial-AI license

    • Ismay@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      No problem for the cloning.

      A CI run is around 8 mins. We just use bazel to determine what to run and to keep cache of unchanged tests.