Re: [openstack-dev] 7/17 state of the gate (you know, fires)

2015-07-19 Thread Thierry Carrez
Matt Riedemann wrote:
> 
> I think we're good now, let the rechecks begin!

Thanks so much for driving this, Matt. Don't burn out working on
weekends on it, though :)

(yes I realize the irony of posting that on a Sunday)

-- 
Thierry Carrez (ttx)

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] 7/17 state of the gate (you know, fires)

2015-07-18 Thread Matt Riedemann



On 7/18/2015 10:48 AM, Louis Taylor wrote:

On Fri, Jul 17, 2015 at 07:51:35PM -0500, Matt Riedemann wrote:

We started the day with a mock 1.1.4 release breaking unit tests for a few
projects (nova, cinder, ironic at least).

The nova blocker was tracked with bug 1475661.

We got a g-r change up to block mock!=1.1.4 but that didn't fix the issue
because oslo.versionedobjects pulls mock in before pip processes the !=.
Luckily lifeless reverted the regression and released mock 1.2 so we should
be OK on that front for now.

However, cinder/glance/nova, which gate on the ceph job, are blocked by bug
1475811 which is a regression with the rbd driver in glance_store 0.7.0,
which was put into upper-constraints.txt today.

I have a patch up for glance_store here:

https://review.openstack.org/#/c/203294/

And an exclusion of 0.7.0 in g-r here:

https://review.openstack.org/#/c/203295/

If the glance core team could get around to approving that fix and releasing
0.7.1 it would unblock the gate for glance/cinder/nova and make me happy.


Hi Matt, thanks for working on this.

I've approved the glance_store fix and have submitted a request for a new
release:

 https://review.openstack.org/#/c/203362/

Cheers,
Louis



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



I think we're good now, let the rechecks begin!

--

Thanks,

Matt Riedemann


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] 7/17 state of the gate (you know, fires)

2015-07-18 Thread Louis Taylor
On Fri, Jul 17, 2015 at 07:51:35PM -0500, Matt Riedemann wrote:
> We started the day with a mock 1.1.4 release breaking unit tests for a few
> projects (nova, cinder, ironic at least).
> 
> The nova blocker was tracked with bug 1475661.
> 
> We got a g-r change up to block mock!=1.1.4 but that didn't fix the issue
> because oslo.versionedobjects pulls mock in before pip processes the !=.
> Luckily lifeless reverted the regression and released mock 1.2 so we should
> be OK on that front for now.
> 
> However, cinder/glance/nova, which gate on the ceph job, are blocked by bug
> 1475811 which is a regression with the rbd driver in glance_store 0.7.0,
> which was put into upper-constraints.txt today.
> 
> I have a patch up for glance_store here:
> 
> https://review.openstack.org/#/c/203294/
> 
> And an exclusion of 0.7.0 in g-r here:
>
> https://review.openstack.org/#/c/203295/
>
> If the glance core team could get around to approving that fix and releasing
> 0.7.1 it would unblock the gate for glance/cinder/nova and make me happy.

Hi Matt, thanks for working on this.

I've approved the glance_store fix and have submitted a request for a new
release:

https://review.openstack.org/#/c/203362/

Cheers,
Louis


signature.asc
Description: Digital signature
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] 7/17 state of the gate (you know, fires)

2015-07-18 Thread Matt Riedemann



On 7/18/2015 9:31 AM, Matt Riedemann wrote:



On 7/18/2015 8:54 AM, Matt Riedemann wrote:



On 7/17/2015 7:51 PM, Matt Riedemann wrote:

We started the day with a mock 1.1.4 release breaking unit tests for a
few projects (nova, cinder, ironic at least).

The nova blocker was tracked with bug 1475661.

We got a g-r change up to block mock!=1.1.4 but that didn't fix the
issue because oslo.versionedobjects pulls mock in before pip processes
the !=.  Luckily lifeless reverted the regression and released mock 1.2
so we should be OK on that front for now.

However, cinder/glance/nova, which gate on the ceph job, are blocked by
bug 1475811 which is a regression with the rbd driver in glance_store
0.7.0, which was put into upper-constraints.txt today.

I have a patch up for glance_store here:

https://review.openstack.org/#/c/203294/

And an exclusion of 0.7.0 in g-r here:

https://review.openstack.org/#/c/203295/

If the glance core team could get around to approving that fix and
releasing 0.7.1 it would unblock the gate for glance/cinder/nova and
make me happy.



The g-r block on glance_store 0.7.0 is approved but can't merge because
one of the jobs keeps failing to build qpid-proton:

http://logs.openstack.org/95/203295/1/check/gate-requirements-integration-dsvm/10073dd/console.html#_2015-07-18_13_16_32_766



So if anyone from oslo.messaging or qpid can help with that it'd be good.



Got a change up here for devstack:

https://review.openstack.org/#/c/203354/



devstack was the wrong place, we found the regression from yesterday, 
and have a revert posted:


https://review.openstack.org/#/c/203355/

--

Thanks,

Matt Riedemann


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] 7/17 state of the gate (you know, fires)

2015-07-18 Thread Matt Riedemann



On 7/18/2015 8:54 AM, Matt Riedemann wrote:



On 7/17/2015 7:51 PM, Matt Riedemann wrote:

We started the day with a mock 1.1.4 release breaking unit tests for a
few projects (nova, cinder, ironic at least).

The nova blocker was tracked with bug 1475661.

We got a g-r change up to block mock!=1.1.4 but that didn't fix the
issue because oslo.versionedobjects pulls mock in before pip processes
the !=.  Luckily lifeless reverted the regression and released mock 1.2
so we should be OK on that front for now.

However, cinder/glance/nova, which gate on the ceph job, are blocked by
bug 1475811 which is a regression with the rbd driver in glance_store
0.7.0, which was put into upper-constraints.txt today.

I have a patch up for glance_store here:

https://review.openstack.org/#/c/203294/

And an exclusion of 0.7.0 in g-r here:

https://review.openstack.org/#/c/203295/

If the glance core team could get around to approving that fix and
releasing 0.7.1 it would unblock the gate for glance/cinder/nova and
make me happy.



The g-r block on glance_store 0.7.0 is approved but can't merge because
one of the jobs keeps failing to build qpid-proton:

http://logs.openstack.org/95/203295/1/check/gate-requirements-integration-dsvm/10073dd/console.html#_2015-07-18_13_16_32_766


So if anyone from oslo.messaging or qpid can help with that it'd be good.



Got a change up here for devstack:

https://review.openstack.org/#/c/203354/

--

Thanks,

Matt Riedemann


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] 7/17 state of the gate (you know, fires)

2015-07-18 Thread Matt Riedemann



On 7/17/2015 7:51 PM, Matt Riedemann wrote:

We started the day with a mock 1.1.4 release breaking unit tests for a
few projects (nova, cinder, ironic at least).

The nova blocker was tracked with bug 1475661.

We got a g-r change up to block mock!=1.1.4 but that didn't fix the
issue because oslo.versionedobjects pulls mock in before pip processes
the !=.  Luckily lifeless reverted the regression and released mock 1.2
so we should be OK on that front for now.

However, cinder/glance/nova, which gate on the ceph job, are blocked by
bug 1475811 which is a regression with the rbd driver in glance_store
0.7.0, which was put into upper-constraints.txt today.

I have a patch up for glance_store here:

https://review.openstack.org/#/c/203294/

And an exclusion of 0.7.0 in g-r here:

https://review.openstack.org/#/c/203295/

If the glance core team could get around to approving that fix and
releasing 0.7.1 it would unblock the gate for glance/cinder/nova and
make me happy.



The g-r block on glance_store 0.7.0 is approved but can't merge because 
one of the jobs keeps failing to build qpid-proton:


http://logs.openstack.org/95/203295/1/check/gate-requirements-integration-dsvm/10073dd/console.html#_2015-07-18_13_16_32_766

So if anyone from oslo.messaging or qpid can help with that it'd be good.

--

Thanks,

Matt Riedemann


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] 7/17 state of the gate (you know, fires)

2015-07-17 Thread Matt Riedemann



On 7/17/2015 7:51 PM, Matt Riedemann wrote:

We started the day with a mock 1.1.4 release breaking unit tests for a
few projects (nova, cinder, ironic at least).

The nova blocker was tracked with bug 1475661.

We got a g-r change up to block mock!=1.1.4 but that didn't fix the
issue because oslo.versionedobjects pulls mock in before pip processes
the !=.  Luckily lifeless reverted the regression and released mock 1.2
so we should be OK on that front for now.

However, cinder/glance/nova, which gate on the ceph job, are blocked by
bug 1475811 which is a regression with the rbd driver in glance_store
0.7.0, which was put into upper-constraints.txt today.

I have a patch up for glance_store here:

https://review.openstack.org/#/c/203294/

And an exclusion of 0.7.0 in g-r here:

https://review.openstack.org/#/c/203295/

If the glance core team could get around to approving that fix and
releasing 0.7.1 it would unblock the gate for glance/cinder/nova and
make me happy.



We should probably also make this happen to avoid this again with the 
rbd backend in glance_store:


https://review.openstack.org/#/c/203299

--

Thanks,

Matt Riedemann


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] 7/17 state of the gate (you know, fires)

2015-07-17 Thread Matt Riedemann
We started the day with a mock 1.1.4 release breaking unit tests for a 
few projects (nova, cinder, ironic at least).


The nova blocker was tracked with bug 1475661.

We got a g-r change up to block mock!=1.1.4 but that didn't fix the 
issue because oslo.versionedobjects pulls mock in before pip processes 
the !=.  Luckily lifeless reverted the regression and released mock 1.2 
so we should be OK on that front for now.


However, cinder/glance/nova, which gate on the ceph job, are blocked by 
bug 1475811 which is a regression with the rbd driver in glance_store 
0.7.0, which was put into upper-constraints.txt today.


I have a patch up for glance_store here:

https://review.openstack.org/#/c/203294/

And an exclusion of 0.7.0 in g-r here:

https://review.openstack.org/#/c/203295/

If the glance core team could get around to approving that fix and 
releasing 0.7.1 it would unblock the gate for glance/cinder/nova and 
make me happy.


--

Thanks,

Matt Riedemann


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev