On Fri, Aug 28, 2015 at 12:22 AM, Asselin, Ramy <[email protected]> wrote: > Hi Peter, > > Your log files require downloads. Please fix it such that they can be viewed > directly [1]
Hi, and thanks for the fast reply! Yes, I'll try to change the webserver's configuration, although the snippet in the FAQ won''t help a lot, since it's a lighttpd server, not Apache. I'll get back to you when I've figured something out. > Also, it's not clear where in your scripts you actually pull down the cinder > patch. It's in the pre_test_hook, the for loop that rebases cinder, nova, os-brick, etc. onto the storpool-osci branch of our local repo: 2015-08-27 20:18:15.857 | + echo '=== Fetch the StorPool modifications:' 2015-08-27 20:18:15.858 | === Fetch the StorPool modifications: 2015-08-27 20:18:15.859 | + for i in cinder devstack devstack-gate nova os-brick tempest 2015-08-27 20:18:15.860 | + echo '=== - cinder' 2015-08-27 20:18:15.861 | === - cinder 2015-08-27 20:18:15.862 | + cd /opt/stack/new/cinder 2015-08-27 20:18:15.863 | + git remote add osci git+ssh://logarchive@osci-jenkins-master/var/lib/osci/git/cinder/ 2015-08-27 20:18:15.864 | + git fetch osci 2015-08-27 20:18:16.033 | From git+ssh://osci-jenkins-master/var/lib/osci/git/cinder 2015-08-27 20:18:16.034 | * [new branch] master -> osci/master 2015-08-27 20:18:16.036 | * [new branch] storpool-osci -> osci/storpool-osci [snip] 2015-08-27 20:18:16.046 | + git rebase osci/storpool-osci 2015-08-27 20:18:16.090 | First, rewinding head to replay your work on top of it... 2015-08-27 20:18:16.155 | Applying: Port test_nfs to Python 3 2015-08-27 20:18:16.185 | Applying: Implement function to manage/unmanage snapshots ...and then proceeds to do the same for the rest of the OpenStack projects listed on the third line. G'luck, Peter __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
