Change in vdsm[master]: tests: Run unit tests using travis-ci and docker

edwardh at redhat.com edwardh at redhat.com
Thu Mar 17 07:22:37 UTC 2016


Edward Haas has uploaded a new change for review.

Change subject: tests: Run unit tests using travis-ci and docker
......................................................................

tests: Run unit tests using travis-ci and docker

Integrate with travis ci to run unit tests with the help of a vdsm
docker image.

Change-Id: Ia6cd647acb4c740f890e9b602783915439317880
Signed-off-by: Edward Haas <edwardh at redhat.com>
---
A .travis.yml
1 file changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/56/54856/1

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..bfcd652
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+sudo: required
+language: python
+services:
+  - docker
+
+before_install:
+  - docker --version
+  - docker pull edwardhaas/ovirt-vdsm-dev 
+
+script:
+  - docker run  edwardhaas/ovirt-vdsm-dev


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia6cd647acb4c740f890e9b602783915439317880
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Edward Haas <edwardh at redhat.com>


More information about the vdsm-patches mailing list