Re: [openstack-dev] [Fuel] Dropping python2.6 compatibility

2015-12-03 Thread Thomas Goirand
On 12/03/2015 11:21 AM, Evgeniy L wrote: > Hi, > > During Fuel master migration to CentOS7 there was found a problem that tests > get failed [0] for python2.6 > > As far as I can see it's a common practise to drop python2.6 > compatibility [1], > shouldn't we switch tests to work with python2.7 i

Re: [openstack-dev] [Fuel] Dropping python2.6 compatibility

2015-12-03 Thread Vitaly Kramskikh
Igor, BTW, Fuel UI is Javascript CTI -compliant, so we can also start moving UI tests (at least linting and unit tests) from Fuel CI. But I think this should be done after moving Fuel UI to a separate repo for si

Re: [openstack-dev] [Fuel] Dropping python2.6 compatibility

2015-12-03 Thread Igor Kalnitsky
> possible to have a working py26 CI for the duration > of Centos 7 migration (or keep it even after that) I'd prefer to drop py26 as well as py27 from Fuel CI. We have openstack gating, that should be more than enough. :) Fuel CI should be kept for running Fuel UI tests. On Thu, Dec 3, 2015 at

Re: [openstack-dev] [Fuel] Dropping python2.6 compatibility

2015-12-03 Thread Igor Belikov
Just want to make a couple of things clear: 1. Openstack-Infra is dropping py26 jobs support, as Andreas said, so once https://review.openstack.org/#/c/252448/ is merged all openstack projects (including Fuel, of course) won’t have py26 gates. 2. We still run py26 tests on Fuel-CI side and don’t

Re: [openstack-dev] [Fuel] Dropping python2.6 compatibility

2015-12-03 Thread Sergii Golovatiuk
Hi, On Thu, Dec 3, 2015 at 11:49 AM, Igor Kalnitsky wrote: > > shouldn't we switch tests to work with python2.7 instead of python2.6? > > Currently we run tests using both py26 and py27, see the > > * gate-fuel-web-python27 (openstack infra) > * verify-fuel-web-py27 (fuel infra) > > So the ques

Re: [openstack-dev] [Fuel] Dropping python2.6 compatibility

2015-12-03 Thread Igor Kalnitsky
> shouldn't we switch tests to work with python2.7 instead of python2.6? Currently we run tests using both py26 and py27, see the * gate-fuel-web-python27 (openstack infra) * verify-fuel-web-py27 (fuel infra) So the question is should we drop py26 jobs? I think yes, we should.. but once CentOS 7

Re: [openstack-dev] [Fuel] Dropping python2.6 compatibility

2015-12-03 Thread Andreas Jaeger
On 2015-12-03 11:21, Evgeniy L wrote: Hi, During Fuel master migration to CentOS7 there was found a problem that tests get failed [0] for python2.6 As far as I can see it's a common practise to drop python2.6 compatibility [1], shouldn't we switch tests to work with python2.7 instead of python2

[openstack-dev] [Fuel] Dropping python2.6 compatibility

2015-12-03 Thread Evgeniy L
Hi, During Fuel master migration to CentOS7 there was found a problem that tests get failed [0] for python2.6 As far as I can see it's a common practise to drop python2.6 compatibility [1], shouldn't we switch tests to work with python2.7 instead of python2.6? It looks like fuelclient will be an