You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If SSH to guest is failing, we don't really get much useful in terms of
logs in our ci artifacts. Enable serial console so that we get guest
dmesg always, at least if we have the API server around (which is the
case for the vast majority of tests).
Since serial console is enabled by default now, this means we can stop
explicitly passing modified bootargs in a bunch of tests now.
Disable it for the tests that interact with the serial console via
stdin/stdout (here we are not daemonizing, so we are capturing serial
output anyway).
Disable pylint's "too-many-statements" lint, because it started firing
in microvm.spawn()
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments