Tuesday, 2017-05-30

*** mriedem has joined #openstack-stable01:10
*** mriedem has quit IRC01:31
*** ihrachys has joined #openstack-stable02:24
*** ihrachys has quit IRC02:34
*** udesale has joined #openstack-stable02:53
*** gouthamr has quit IRC03:07
*** mgariepy has quit IRC03:56
*** mgariepy has joined #openstack-stable03:57
*** ihrachys has joined #openstack-stable04:36
*** ihrachys has quit IRC05:08
*** e0ne has joined #openstack-stable05:27
*** mpavone has joined #openstack-stable05:32
*** mpavone has quit IRC05:38
*** rcernin has joined #openstack-stable06:14
*** e0ne has quit IRC06:41
*** e0ne has joined #openstack-stable06:49
*** e0ne has quit IRC07:01
*** dtantsur|afk is now known as dtantsur07:08
*** tesseract has joined #openstack-stable07:08
*** pcaruana has joined #openstack-stable07:33
*** jpich has joined #openstack-stable07:33
*** pcaruana has quit IRC07:39
*** pcaruana has joined #openstack-stable07:39
ttxtonyb: Hi! If you're back in business, there is this review that's been lingering for some time: https://review.openstack.org/#/c/346455/07:39
*** udesale has quit IRC07:53
*** udesale has joined #openstack-stable07:58
*** udesale has quit IRC07:58
*** udesale has joined #openstack-stable07:58
*** udesale has quit IRC07:59
*** udesale has joined #openstack-stable07:59
*** mpavone has joined #openstack-stable08:09
*** apevec has joined #openstack-stable08:13
*** apevec has quit IRC08:13
*** apevec has joined #openstack-stable08:13
*** e0ne has joined #openstack-stable08:27
*** mpavone has quit IRC08:31
*** derekh has joined #openstack-stable08:35
*** dtantsur is now known as dtantsur|lunch08:41
*** mtreinish has quit IRC10:15
*** dims has quit IRC10:15
*** mtreinish has joined #openstack-stable10:16
*** dims has joined #openstack-stable10:18
*** mpavone has joined #openstack-stable10:32
*** mpavone has quit IRC10:36
*** dtantsur|lunch is now known as dtantsur10:39
*** dims has quit IRC11:05
*** dims has joined #openstack-stable11:11
*** udesale has quit IRC11:37
*** sileht has left #openstack-stable12:15
*** eharney has joined #openstack-stable12:36
*** dave-mcc_ has joined #openstack-stable12:36
*** eharney has quit IRC12:45
*** ihrachys has joined #openstack-stable12:54
*** eharney has joined #openstack-stable13:00
*** eharney has quit IRC13:15
*** zaneb has joined #openstack-stable13:16
*** sbadia has joined #openstack-stable13:18
*** gouthamr has joined #openstack-stable13:25
*** sbadia has left #openstack-stable13:34
*** fellypefca has joined #openstack-stable13:37
*** mriedem has joined #openstack-stable13:37
fellypefcaHi everyone :) I have this patch (https://review.openstack.org/#/c/468925/), updating a version of one library for stable/newton.13:38
fellypefcaDmitry, a Core from Ironic suggested that I report it here, since he needs a +2 from someone from the global stable team so he can approve it.13:40
fellypefcaAnyone can help me with that?13:41
*** eharney has joined #openstack-stable13:41
*** ricardoas has joined #openstack-stable13:46
*** eharney has quit IRC14:07
*** gouthamr has quit IRC14:20
*** gouthamr has joined #openstack-stable14:23
lbragstadhi all, we have a stable patch that i'm having through getting project stable folks to look at, curious if a member of the stable team would be able to review https://review.openstack.org/#/c/466873/14:35
fellypefcadhellmann around? :)14:43
dhellmannfellypefca : hi14:43
fellypefcadhellmann can you help with that problem that i talked about?14:45
dhellmannfellypefca : yeah, I just saw that in the scrollback. We don't raise minimum requirements on stable branches.14:45
dhellmannI left a comment on the patch14:45
dhellmannfellypefca : was the requirement specification always wrong? or did something change to make it invalid?14:47
fellypefcadhellmann firts option14:48
dhellmannfellypefca : is there no test system reporting that situation? I don't know what sort of external CI testing ironic has for its drivers14:49
dhellmanndtantsur : maybe you have insight? ^^14:49
dtantsurdhellmann: 3rdparty CI does the same thing that our regular CI: tests the maximum, not the minimum :(14:50
dtantsurI guess this problem was raised many times already; we had a breakage in IPA a few weeks ago because of a similar problem14:51
fellypefcaWe have a CI that download the latest version of this library. We are made some tests with different versions and notice that the minimum version should be 2.5.1, for stable/newton.14:51
dhellmanndtantsur : I see. This package doesn't appear in constraints, or the g-r list. I guess that's because it's a driver dep, and not listed in ironic's extras block (I think that came up once before with something else)14:51
dtantsurdhellmann: and driver requirements are not even in u-c IIRC14:51
dtantsurright14:51
dhellmannmaybe that's something to put on the to-do list for queens. I can show you how to add the entries to setup.cfg as "extras" if you don't know about how that works.14:52
dhellmannin the mean time, if this is meant to make the dependencies accurate, we can do it14:52
dhellmannwe should start with master and work backwards, though14:52
dhellmannare master and stable/ocata correct?14:52
dtantsurdhellmann: I know, thanks. This is a good idea, I guess I'll bring it to the team.14:52
dtantsurfellypefca: only Newton has this problem, right?14:52
dhellmanndtantsur : I think I started on that at one point, but that may have been for a different team14:52
fellypefcaYes, Ocata and Master are ok14:53
dhellmannok.14:53
dtantsurdhellmann: if we use extras, we need all driver dependencies in g-r, right?14:53
dhellmanndtantsur : yes14:53
dtantsurack14:53
dhellmannI don't remember why I stopped working on that. I may have hit something that wasn't on pypi14:53
dhellmannyou could at least do the ones that are, I guess14:53
dtantsuroh, yeah, we used to have a few things not on pypi indeed14:54
dhellmannyou know, I may have also decided it wouldn't really solve this problem14:54
dhellmannsince we're only testing with latest anyway14:54
dtantsurright14:54
dhellmannyeah, probably the combination made it not worth the trouble14:54
dhellmannfellypefca : can you update the commit message on that patch to indicate the reason we are updating the min is that it was never correct?14:55
dtantsurwhat we need it to somehow test lower bounds. and then make 3rdparty CI test them too14:55
fellypefcadhellmann yes :) will update it right now.14:56
dhellmanndtantsur : yeah, testing lower bounds turns into a tricky challenge if we try to do it with all projects. The proposal I put together for BCN (I think) was to only run unit and functional tests against lower bounds14:56
dhellmannfellypefca : thanks14:56
*** eharney has joined #openstack-stable14:56
dtantsurdhellmann: it could help though.. another problem (or not) ironic has is that we run unit tests with vendor deps mocked14:57
dhellmannyeah, I can imagine some of the reasons that's necessary14:58
dtantsurwe planned on a separate job with all dependencies, but it never happened (dunno why)15:00
fellypefcadhellmann Done! https://review.openstack.org/468925 :)15:00
fellypefcadtantsur thats for the help again!15:00
fellypefcathanks*15:00
dtantsurnp15:01
fellypefcaThank you very munch, dhellmann15:03
*** ihrachys has quit IRC15:05
dhellmannfellypefca, dtantsur : np15:05
*** rcernin has quit IRC15:09
*** mpavone has joined #openstack-stable15:33
*** mpavone has quit IRC15:37
*** ihrachys has joined #openstack-stable15:40
*** mpavone has joined #openstack-stable15:41
*** e0ne has quit IRC15:42
*** ihrachys has quit IRC15:43
*** ihrachys has joined #openstack-stable16:01
*** tesseract has quit IRC16:03
*** mpavone has quit IRC16:09
*** fellypefca has left #openstack-stable16:25
*** dtantsur is now known as dtantsur|afk16:31
*** pcaruana has quit IRC16:43
*** derekh has quit IRC16:49
*** eharney has quit IRC17:09
*** eharney has joined #openstack-stable17:22
*** ekcs has quit IRC17:22
*** jpich has quit IRC17:42
*** ekcs has joined #openstack-stable18:01
*** mpavone has joined #openstack-stable18:10
*** mpavone has quit IRC18:14
*** ihrachys has quit IRC18:29
*** ihrachys_ has joined #openstack-stable18:29
*** rockyg has joined #openstack-stable19:01
*** eharney has quit IRC19:08
*** eharney has joined #openstack-stable19:22
*** e0ne has joined #openstack-stable19:24
*** e0ne has quit IRC19:27
*** eharney has quit IRC19:31
*** eharney has joined #openstack-stable19:44
*** dave-mcc_ has quit IRC20:04
*** eharney has quit IRC20:21
*** eharney has joined #openstack-stable20:37
*** ekcs__ has quit IRC20:41
*** ekcs_ has joined #openstack-stable20:42
*** eharney has quit IRC21:13
*** rockyg has quit IRC21:28
*** gouthamr has quit IRC22:13
*** gouthamr has joined #openstack-stable22:15
*** ihrachys_ has quit IRC22:20
*** gouthamr has quit IRC22:59
*** gouthamr has joined #openstack-stable23:00
*** gouthamr has quit IRC23:02
*** gouthamr has joined #openstack-stable23:02
*** apevec has quit IRC23:09
*** ekcs has quit IRC23:23
*** gouthamr has quit IRC23:50
*** gouthamr_ has joined #openstack-stable23:50
*** gouthamr_ has quit IRC23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!