<div dir="ltr">Hi all,<div><br></div><div>Edi added a dokerfile and .travis.yaml few month ago for running</div><div>the tests in travis. The code has rotten since then and the build</div><div>would not even start.</div><div><br></div><div>I posted these patches fixing travis build - please review:</div><div><a href="https://gerrit.ovirt.org/#/q/status:open+project:vdsm+branch:master+topic:dockerfile">https://gerrit.ovirt.org/#/q/status:open+project:vdsm+branch:master+topic:dockerfile</a><br></div><div><br></div><div>I built a new docker image using the new updated dockerfile</div><div><a href="https://cloud.docker.com/app/nirs/repository/docker/nirs/vdsm-centos/general">https://cloud.docker.com/app/nirs/repository/docker/nirs/vdsm-centos/general</a><br></div><div><br></div><div>We really need an official image maintained by the ovirt project.</div><div><br></div><div>The travis build is working now, but we have 14 test errors:</div><div><a href="https://travis-ci.org/nirs/vdsm/builds/165332016">https://travis-ci.org/nirs/vdsm/builds/165332016</a><br></div><div><br></div><div>Looking at the errors:</div><div><br></div><div>- tests using ovs fail - instal ovs?<br></div><div>- tests networking tests fail</div><div><br></div><div><br></div><div>How to run your own vdsm tests in travis:</div><div><br></div><div>- fork vdsm in github</div><div>  <a href="https://github.com/oVirt/vdsm">https://github.com/oVirt/vdsm</a></div><div><br></div><div>- enable travis service for your fork</div><div>  <a href="https://github.com/">https://github.com/</a>&lt;githuuser&gt;/vdsm/settings/installations</div><div>  add service: Travis CI</div><div><br></div><div>- add github remote to your vdsm repository</div><div><br></div><div>  git remote add github <a href="mailto:git@github.com">git@github.com</a>:&lt;githubuser&gt;/vdsm.git</div><div><br></div><div>- rebase your patch over <a href="https://gerrit.ovirt.org/65146">https://gerrit.ovirt.org/65146</a></div><div>  if it was not merged yet</div><div><br></div><div>- push your topic branch to github</div><div><br></div><div>  git push github mybranch<br></div><div><br></div><div>Soon you will get mail from travis about the build.</div><div><br></div><div>Cheers,</div><div>Nir<br></div><div><br></div></div>