Tuesday, 2016-11-08

*** jamielennox is now known as jamielennox|away00:14
*** saneax is now known as saneax-_-|AFK01:25
*** bcoca has quit IRC05:35
*** abregman has joined #zuul06:06
*** saneax-_-|AFK is now known as saneax06:19
*** saneax is now known as saneax-_-|AFK06:45
*** saneax-_-|AFK is now known as saneax06:59
*** abregman has quit IRC07:59
*** abregman has joined #zuul08:03
SpamapSjeblair Shrews mordred Ok, I think this is a pretty good way to interact with gear via python3. Might need more docs: https://review.openstack.org/#/c/393544/08:03
*** hashar has joined #zuul08:13
*** abregman has quit IRC08:27
*** abregman has joined #zuul08:36
*** abregman is now known as abregman|mtg08:36
*** abregman_ has joined #zuul09:08
*** abregman|mtg has quit IRC09:11
*** saneax is now known as saneax-_-|AFK11:23
*** hashar has quit IRC12:03
*** hashar has joined #zuul12:20
*** bcoca has joined #zuul12:44
*** abregman_ is now known as abregman|mtg13:08
*** abregman|mtg is now known as abregman13:24
*** openstackgerrit has quit IRC13:48
*** openstackgerrit has joined #zuul13:49
mordredSpamapS: love it14:24
*** abregman is now known as abregman|brb14:32
ShrewsSpamapS: ooh, me gusta facades. looks simple14:44
*** abregman|brb is now known as abregman14:45
openstackgerritDavid Shrewsbury proposed openstack-infra/nodepool: WIP: Transition ZK API from dict to object model  https://review.openstack.org/39459214:46
*** bhavik1 has joined #zuul15:34
*** bhavik1 has quit IRC15:34
*** bhavik1 has joined #zuul15:35
openstackgerritDavid Shrewsbury proposed openstack-infra/nodepool: WIP: Transition ZK API from dict to object model  https://review.openstack.org/39459215:46
openstackgerritPaul Belanger proposed openstack-infra/zuul: [WIP] Implement tracking of launch attempts for jobs  https://review.openstack.org/39505615:57
pabelangerjeblair: So, if you have 5mins today, I'd be interested in some guidance on tackling the # of launch attempts for a job that is aborted ^15:58
pabelangerjeblair: basically, the logic live in _launchJobs and adds a tries field for jobs.  Wanted to see if that was what you were thinking before diving to much into it15:59
*** bhavik1 has quit IRC16:12
SpamapSShrews: it was not super simple to write, I'll tell you that, but I'm glad to see that you find the final product simple. :-D16:35
Shrewswell, simple to use, which is the point of a good api16:36
SpamapSYeah that's definitely the point.16:36
SpamapSFeed me strings, get back strings.16:36
*** abregman has quit IRC16:45
*** _ari_ has quit IRC17:28
* mordred feeds SpamapS strings17:29
* clarkb will be impressed if mordred gets back strings17:29
* mordred feeds SpamapS ☃17:30
*** jamielennox|away is now known as jamielennox17:30
* SpamapS hands mordred 䨟17:31
SpamapSsorry.. I melted your ☃  into a 䨟 (puddle)17:31
SpamapS"puddle (water in the hoof's track), (same as 窪) deep, a pit; a swamp; a hollow; a depression" ... I really should study chinese some day17:32
*** _ari_ has joined #zuul17:33
persiaAlthough the character forms are slightly different, the process recommended by "Remembering the Kanij" is a very good way to get the first couple thousand characters into your head.  Most of the glyph differences between forms (kanji, hanzi, hanja, etc.) are fairly standard, so end up being somewhat similar to title capitals vs. typical roman letters.17:34
SpamapSbeing an auditory person, I think chinese writing would present a particularly difficult challenge for me, one that I should probably take on before I dip into senility. ;)17:37
persia(performing decomposition analysis and ordering by usage against common corpuses to develop a sensible ordering for selected Chinese languages would provide a better strategy, but the process of doing that may sap motivation to learn the characters)17:37
persiaIf you are an auditory person, best to select a specific language to learn, with the character set being ancillary, as the characters are applied over multiple language groups (something like 20-25 languages).17:38
persia(so a given character *does not* have a sound, as such)17:38
*** jamielennox is now known as jamielennox|away17:39
SpamapSRight that's kind of the thing that fascinates me.17:43
SpamapSmordred: Shrews btw, you guys should totally +1/+2 https://review.openstack.org/393544 ... gear gets almost no review love these days17:46
mordredoh - I totally reviewed that and then didn't vote17:47
mordredsorry17:47
*** hashar has quit IRC17:48
mordredSpamapS: how did the removal of line 1677 in gear/__init__.py pass pep8?17:48
SpamapSmordred: I don't know.. that's an accidental removal17:49
mordredSpamapS: I wasn't going to -1 the extraneous blank line changes ... but the fact that one of them produces a thing that should be a pep8 error now has me curious :)17:49
SpamapSperhaps some rules are disabled17:50
mordredsigh. there is a "select=" line in tox.ini which does not do what one might thing it does17:51
SpamapSderp17:52
SpamapSmordred: I'm submitting a new one with those things taken out17:52
SpamapSmordred: does select = H231 mean we _ONLY_ apply H231?17:53
SpamapShah yep.. wow17:53
mordredyup17:54
* mordred making a patch to fix17:54
SpamapSlot of stuff to patch up17:54
SpamapS:-P17:54
clarkbI think what we liklely want is to exclude H*17:55
clarkbsince thats a commonish thing we have done I think17:55
mordredyah. that we're already doing17:55
mordredit looked like we tried to opt-in to H23117:55
mordredbut instead just disabled all chekcing17:55
mordredhttps://review.openstack.org/39510017:58
mordredSpamapS: heh. you went from removing a line to adding a line :)18:01
SpamapSmordred: my diff shows no changes in those areas anymore18:02
mordredSpamapS: gerrit shows me three lines before BaseClint now18:02
mordredBaseClient18:02
mordred :)18:02
SpamapSoh derp right18:03
clarkbbaseclint is the parent of textclint18:03
SpamapSgertty doesn't show it18:03
SpamapSclarkb: I'm a mixin18:03
SpamapSBaseClint is a child of TexanPilot and SouthCarolinanSysadmin18:04
SpamapSok this is really weird18:05
SpamapSwhen I edit the file, I see only 2 lines18:05
SpamapSbut git is showing 3??18:05
SpamapSoh nevermind18:05
SpamapSPBKAC18:06
SpamapSugh.. my gertty is busy..18:06
SpamapSSync: 19618:06
*** abregman has joined #zuul18:22
*** abregman is now known as abregman|nb18:30
*** abregman|nb has quit IRC18:41
openstackgerritPaul Belanger proposed openstack-infra/zuul: [WIP] Implement tracking of launch attempts for jobs  https://review.openstack.org/39505618:43
*** root4 is now known as olaph18:48
openstackgerritArie Bregman proposed openstack-infra/zuul: Re-enable the duplicate_pipeline test  https://review.openstack.org/38419218:54
openstackgerritPaul Belanger proposed openstack-infra/zuul: [WIP] Implement tracking of launch attempts for jobs  https://review.openstack.org/39505619:04
*** hashar has joined #zuul19:39
*** abregman has joined #zuul19:55
*** jamielennox|away is now known as jamielennox19:57
*** jamielennox is now known as jamielennox|away20:09
*** abregman has quit IRC20:49
jeblairSpamapS: ctrl-r on the currently displayed change in gerrtty causes a high-priority sync of that change, so you can make sure you're looking at something current if it's backlogged.22:38
SpamapSjeblair: thanks I do use that quite a bit. I was more lamenting why it was so backed up.22:46
jeblairclogged intertubes :(22:46
pabelangerHmm, apparently:23:39
pabelanger- include: foo.yaml23:39
pabelanger   becomes: yes23:39
pabelangeris no longer valid for ansible 2.223:39
pabelangertasks in foo.yaml no longer use sudo23:40
*** hashar has quit IRC23:57

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