Nir Soffer has uploaded a new change for review.

Change subject: travis: Switch to Fedora docker image
......................................................................

travis: Switch to Fedora docker image

The previous CentOS image cannot run the python 3 tests because some
packages are missing; use Fedora image instead.

We should check later how to configure multiple builds with both CentOS
and Fedora images.

Change-Id: Ic03d05f380faf9ef4b16685b1853a114adb54836
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/68/65268/1

diff --git a/.travis.yml b/.travis.yml
index 96dd9c3..666b020 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@
 
 before_install:
   - docker --version
-  - docker pull nirs/vdsm-centos
+  - docker pull nirs/vdsm-fedora
 
 script:
-  - docker run --privileged --rm -it -v `pwd`:/vdsm:Z nirs/vdsm-centos bash -c 
"cd /vdsm && ./autogen.sh --system && make; make check"
+  - docker run --privileged --rm -it -v `pwd`:/vdsm:Z nirs/vdsm-fedora bash -c 
"cd /vdsm && ./autogen.sh --system && make && make check"


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic03d05f380faf9ef4b16685b1853a114adb54836
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