•  
      request #30017 Copy logs from containers used in E2E tests with Docker Compose
    Infos
    #30017
    Thomas Gerbet (tgerbet)
    2023-01-02 11:36
    2023-01-02 09:43
    31602
    Details
    Copy logs from containers used in E2E tests with Docker Compose

    Currently at the end of E2E tests we are copying log files from containers by first retrieving the container IDs using the docker-compose CLI and then we copy the files using the container IDs using the docker CLI.

    Nightly pipeline seems unhappy at this stage, not sure if it is related or not but copying the files directly with docker-compose removes one moving part to the problem.

    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2023-01-02
    Attachments
    Empty
    References

    Follow-ups