•  
      request #14789 Run unit tests with coverage only in the nightly pipeline
    Infos
    #14789
    Thomas Gerbet (tgerbet)
    2020-04-15 16:09
    2020-04-15 11:00
    16058
    Details
    Run unit tests with coverage only in the nightly pipeline
    With the recent merge of a plugin that was previously in a external repository and overall the increase of the size of the codebase running the unit tests with the coverage enabled in the test pipeline requires a not negligible amount of memory. With the current size of the machines used as agents to run the pipeline we sometimes ending up OOM which result in a build failure :/ .

    Since:
    * there is no required code coverage enforcement at this time
    * probably nobody looks at the code coverage of each builds
    * we would need bigger build agents to "solve" the issue
    it's probably fine to only collect the coverage in the nightly pipeline. This would also make the overall pipeline a bit faster.
    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2020-04-15
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2020-04-15 11:07
    • Summary
      -Play unit tests with coverage only in the nightly pipeline 
      +Run unit tests with coverage only in the nightly pipeline