Nir Soffer has uploaded a new change for review.

Change subject: travis: Fix build using new docker image
......................................................................

travis: Fix build using new docker image

- Use the new image built from updated dockerfile
- Remove unneeded true value to --rm option
- Use Z volume option to make it work with selinux on Fedora
- Use "make check" instead of "make check-unit" since the later has no
  effect currently (it runs exactly the same tests as make check).

Tested locally on Fedora 24 - some tests fail, more work need to disable
the incompatible tests.

Change-Id: I807adb49c7a653d9ca6e58ff40a82a270eaf3309
Signed-off-by: Nir Soffer <nsof...@redhat.com>
---
M .travis.yml
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/70/65070/1

diff --git a/.travis.yml b/.travis.yml
index 8974bbb..4578acb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@
 
 before_install:
   - docker --version
-  - docker pull edwardhaas/ovirt-vdsm-dev
+  - docker pull nirs/vdsm-centos
 
 script:
-  - docker run --rm=true -it -v `pwd`:/vdsm:rw edwardhaas/ovirt-vdsm-dev 
/bin/bash -c "cd /vdsm && ./autogen.sh --system && make; make check-unit"
+  - docker run --rm -it -v `pwd`:/vdsm:Z nirs/vdsm-centos bash -c "cd /vdsm && 
./autogen.sh --system && make; make check"


-- 
To view, visit https://gerrit.ovirt.org/65070
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I807adb49c7a653d9ca6e58ff40a82a270eaf3309
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsof...@redhat.com>
_______________________________________________
vdsm-patches mailing list -- vdsm-patches@lists.fedorahosted.org
To unsubscribe send an email to vdsm-patches-le...@lists.fedorahosted.org

Reply via email to