•  
      request #26765 Reduce number of stages executed in parallel in the CI pipelines
    Infos
    #26765
    Thomas Gerbet (tgerbet)
    2022-05-06 08:12
    2022-05-05 16:29
    28291
    Details
    Reduce number of stages executed in parallel in the CI pipelines

    It looks like we are a bit short in term of memory with the current codebase and tooling. The pipelines shows weird behaviors that looks like OOM kills.

    Reducing the number of stages of stages executed in parallel in the pipelines is a quick & easy solution that should be good enough for now. It should not impact the pipelines execution times too much (or at all): some stages are quite long so they run during the whole time and I'm guessing we are currently wasting a lot of time on the context switches.

    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2022-05-06
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2022-05-06 08:12

    For information, additional troubleshooting has shown that it was likely the memory was not the issue. It looks more like a combination of disk and CPU contentions.