Open
Description
Brain dump of some ideas how to make the debugging easier:
- print docker/podman version at the beginning of the test (plus some other related packages)
- do some performance check at the beginning (how quickly network works by pulling some small image and installing a package; how quickly a container starts) -- seeing bigger numbers might indicate that the issues are caused by infra performance
- add possibility to not dispose a machine immediately -- some message like
[keep-alive: 2h]
in the github comment could make the machine be kept a little longer after the test is done (see https://plugins.jenkins.io/ghprb/ for how to work with the comments) - similarly as the point above
[debug]
could turn on the debug (more verbose) output for the tests
Metadata
Metadata
Assignees
Labels
No labels