| Summary: | /distribution/install says internal watchdog expired after 50 minutes | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | clime |
| Component: | tests | Assignee: | beaker-dev-list |
| Status: | CLOSED NOTABUG | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | develop | CC: | dcallagh, mjia, rjoost |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-09 23:45:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Oh, sorry, the /distribution/install is now commented out. I was thinking for a while to run the job without it but didn't do it in the end. As discussed on beaker-dev-list, this is a problem with that particular piece of hardware, most likely that it doesn't support RHEL7/CentOS7. You will need to report the problem to the system owner. |
Hey I am trying to run /distribution/install in my job: <job> <whiteboard> copr-dist-git test </whiteboard> <recipeSet> <recipe> <distroRequires> <and> <distro_family op="=" value="CentOS7"/> <distro_arch op="=" value="x86_64"/> </and> </distroRequires> <hostRequires> <system_type value="Machine"/> </hostRequires> <!--<task name="/distribution/install" role="STANDALONE"/>--> <task name="/tools/copr/Regression/dist-git" role="STANDALONE"/> <!--<task name="/distribution/reservesys" role="STANDALONE"/>--> </recipe> </recipeSet> </job> But it always ends up by "External Watchdog Expired" error after 50 minutes. E.g. https://beaker.engineering.redhat.com/jobs/1251498 Console log says something about: ] Started Show Plymouth Boot SWarning: /dev/root does not exist Not sure if that means anything. Any help would be appreciated. Because I actually just want to run the task after it. But I wasn't sure if you need /distribution/install in to get a fresh environment :).