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
Could you you have a look at it?

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
:).

Best regards

clime

P.S.: related to https://bugzilla.redhat.com/show_bug.cgi?id=1314980
_______________________________________________
Beaker-devel mailing list
beaker-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/beaker-devel@lists.fedorahosted.org

Reply via email to