[ARVADOS-DEV] updated: 4d4d004399af1dc0a99d67893f818756a8d19a90

git at public.curoverse.com git at public.curoverse.com
Mon Dec 1 15:46:30 EST 2014


Summary of changes:
 jenkins/run-tests.sh | 3 +++
 1 file changed, 3 insertions(+)

       via  4d4d004399af1dc0a99d67893f818756a8d19a90 (commit)
      from  d0e6362a7388d6e17d43f92ec64d13d5ee206894 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 4d4d004399af1dc0a99d67893f818756a8d19a90
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Dec 1 15:46:35 2014 -0500

    Install PyYAML into VENVDIR for non-Python tests that use run_test_server.py. no issue #

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index ad8e9f6..97cb27b 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -191,6 +191,9 @@ ln -sfn "$WORKSPACE" "$GOPATH/src/git.curoverse.com/arvados.git" \
 virtualenv --setuptools "$VENVDIR" || fatal "virtualenv $VENVDIR failed"
 . "$VENVDIR/bin/activate"
 
+# Needed for run_test_server.py which is used by certain (non-Python) tests.
+pip install PyYAML
+
 checkexit() {
     if [[ "$?" != "0" ]]; then
         title "!!!!!! $1 FAILED !!!!!!"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list