fixed! The reason is that .gitignore contains 'build/' but pep8 checking doesn't ignore it. So there are many mistakes in build/..../*.py. After removing build dir, everything runs well
On Thu, Mar 6, 2014 at 11:55 AM, Gareth <academicgar...@gmail.com> wrote: > The difference is that: in my local environment, running "tox -epep8" > failed but succeeded in Jenkins. So I guess the tox.ini may be different. > > > On Thu, Mar 6, 2014 at 11:38 AM, Joshua Hesketh < > joshua.hesk...@rackspace.com> wrote: > >> Hi Gareth, >> >> Tempest shouldn't touch the test that you are looking at. The Jenkins job >> should execute using the tox.ini in the rally repository so that part >> should be the same as your local environment. This is the relevant part >> loaded onto the Jenkin's slaves: >> https://github.com/openstack-infra/config/blob/master/modules/jenkins/files/slave_scripts/run-pep8.sh >> . >> >> What is the specific difference you were concerned with? >> >> Cheers, >> Josh >> >> Rackspace Australia >> >> On 3/6/14 1:33 PM, Gareth wrote: >> >> Hi >> >> Here a test result: >> http://logs.openstack.org/25/78325/3/check/gate-rally-pep8/323b39c/console.htmland >> its result is different from in my local environment. So I want to >> check some details of official test environment, for example >> /home/jenkins/workspace/gate-rally-pep8/tox.ini. >> >> I guess it is in tempest repo but it isn't. I didn't find any test >> tox.ini file in tempest repo. So it should be hosted in another repo. Which >> is that one? >> >> thanks >> >> -- >> Gareth >> >> *Cloud Computing, OpenStack, Distributed Storage, Fitness, Basketball* >> *OpenStack contributor, kun_huang@freenode* >> *My promise: if you find any spelling or grammar mistakes in my email >> from Mar 1 2013, notify me * >> *and I'll donate $1 or ¥1 to an open organization you specify.* >> >> >> _______________________________________________ >> OpenStack-dev mailing >> listOpenStack-dev@lists.openstack.orghttp://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >> >> >> >> _______________________________________________ >> OpenStack-dev mailing list >> OpenStack-dev@lists.openstack.org >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >> >> > > > -- > Gareth > > *Cloud Computing, OpenStack, Distributed Storage, Fitness, Basketball* > *OpenStack contributor, kun_huang@freenode* > *My promise: if you find any spelling or grammar mistakes in my email from > Mar 1 2013, notify me * > *and I'll donate $1 or ¥1 to an open organization you specify.* > -- Gareth *Cloud Computing, OpenStack, Distributed Storage, Fitness, Basketball* *OpenStack contributor, kun_huang@freenode* *My promise: if you find any spelling or grammar mistakes in my email from Mar 1 2013, notify me * *and I'll donate $1 or ¥1 to an open organization you specify.*
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev