Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Implement detection of broken Beaker hosts #7

Open
spbnick opened this issue Jul 12, 2018 · 0 comments
Open

Implement detection of broken Beaker hosts #7

spbnick opened this issue Jul 12, 2018 · 0 comments

Comments

@spbnick
Copy link
Contributor

spbnick commented Jul 12, 2018

Sometimes test runs fail because there is an issue with a host in Beaker. We need to detect such conditions to avoid sending such failures to developers.

One way to do that would be running tests with a known-good kernel on the same host after a failure is detected. If that fails as well, we can assume that the host is at fault. Otherwise, we can assume that it's a genuine test failure.

We can implement the above by passing a URL of a known-good kernel to skt's Beaker runner, and the known-good kernel can be the baseline the patches are applied to. Sktm would need to be in control of, or at least know, the kernel locations before it can do that.

Also check the (now non-)existing logic in case there are some extra smarts we can use.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant