Ok. Can you add a git log -n 1? It would be nice to positively confirm the patch under test is being used:
e.g. http://ci-openstack.storpool.com:8080/job/dsvm-tempest-storpool-cinder-driver/3129/console.log points to: Triggered by: https://review.openstack.org/217802 patchset 1: iSCSI fix misleading Log warning on connect fail But your pre-test- hook: + 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 2015-08-27 20:18:16.037 | * [new branch] storpool-osci-01 -> osci/storpool-osci-01 2015-08-27 20:18:16.038 | * [new branch] storpool-osci-02 -> osci/storpool-osci-02 2015-08-27 20:18:16.039 | * [new branch] storpool-osci-03 -> osci/storpool-osci-03 2015-08-27 20:18:16.040 | * [new branch] storpool-osci-04 -> osci/storpool-osci-04 2015-08-27 20:18:16.041 | * [new branch] storpool-osci-05 -> osci/storpool-osci-05 2015-08-27 20:18:16.042 | * [new branch] storpool-osci-06 -> osci/storpool-osci-06 2015-08-27 20:18:16.043 | * [new branch] storpool-osci-07 -> osci/storpool-osci-07 2015-08-27 20:18:16.044 | * [new branch] storpool-osci-08 -> osci/storpool-osci-08 2015-08-27 20:18:16.045 | * [new branch] storpool-osci-09 -> osci/storpool-osci-09 2015-08-27 20:18:16.046 | * [new tag] bp -> bp 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 ^^ I would expect to see " iSCSI fix misleading Log warning on connect fail" somewhere here. Ramy -----Original Message----- From: Peter Penchev [mailto:[email protected]] Sent: Thursday, August 27, 2015 3:03 PM To: OpenStack Development Mailing List (not for usage questions) <[email protected]> Subject: Re: [openstack-dev] [cinder][third-party] StorPool Cinder CI 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 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
