Tuesday, 2018-04-17

*** dkranz has joined #zuul00:12
*** dkranz has quit IRC00:26
openstackgerritClark Boylan proposed openstack-infra/zuul-jobs master: Better zuul debug info debugging info  https://review.openstack.org/56175800:28
clarkbanother zuul-jobschange this to help debugging00:28
fungiclarkb: i approved 56165900:57
openstackgerritMerged openstack-infra/zuul-jobs master: Don't use pip internals  https://review.openstack.org/56165901:08
mordredclarkb: nice patch01:21
mordredclarkb: also - sorry I was completely AFK today01:21
*** xinliang has quit IRC01:23
*** myoung_ has joined #zuul02:01
*** weshay_ has joined #zuul02:01
*** pabelanger_ has joined #zuul02:02
*** mhu` has joined #zuul02:02
*** _ari__ has joined #zuul02:02
*** mhu has quit IRC02:02
*** mhu has joined #zuul02:02
*** weshay has quit IRC02:03
*** _ari_ has quit IRC02:03
*** pabelanger has quit IRC02:03
*** pabelang- has joined #zuul02:03
*** weshay has joined #zuul02:03
*** _ari_ has joined #zuul02:04
*** pabelang- is now known as pabelanger02:05
*** myoung has quit IRC02:05
*** mhu` has quit IRC02:06
*** weshay_ has quit IRC02:06
fungimordred: if you have a sec, we were hoping for some history on the reasons behind using pip.req for parsing that02:06
fungilike in case we're missing some nuance there02:06
*** _ari__ has quit IRC02:06
*** pabelanger_ has quit IRC02:06
*** myoung_ has quit IRC02:07
mordredfungi: no history - it was just convenient at the time02:08
*** myoung has joined #zuul02:08
mordredfungi: in https://review.openstack.org/#/c/549303/1/pbr/siblings.py I actually completely refactored the code to use pkg_resources (which is a real api)02:08
mordredactually ... wrong channel02:08
fungimordred: well, it's related. 561659 is a patch to zuul-jobs which is zuul's stdlib after all02:09
mordredoh - I guess so02:09
*** jbryce_ has joined #zuul04:03
*** jbryce has quit IRC04:03
*** mrhillsman has quit IRC04:03
*** jbryce_ is now known as jbryce04:03
*** mrhillsman has joined #zuul04:04
*** bstinson has quit IRC04:16
*** bstinson has joined #zuul04:17
openstackgerritMerged openstack-infra/nodepool master: Do not hardcode zookeeper host to localhost  https://review.openstack.org/56172905:23
*** mrhillsman has quit IRC05:29
*** mrhillsman has joined #zuul05:30
*** hashar has joined #zuul06:53
*** ssbarnea_ has joined #zuul07:16
*** smyers has quit IRC07:39
*** smyers has joined #zuul07:40
*** jpena|off is now known as jpena07:52
*** electrofelix has joined #zuul07:57
*** JasonCL has quit IRC08:33
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: mqtt: add basic reporter  https://review.openstack.org/53554308:44
*** xinliang has joined #zuul09:01
*** xinliang has quit IRC09:01
*** xinliang has joined #zuul09:01
openstackgerritTristan Cacqueray proposed openstack-infra/zuul-jobs master: Add emit-job-report role  https://review.openstack.org/54842509:13
openstackgerritTristan Cacqueray proposed openstack-infra/zuul-jobs master: Add ansible-lint job  https://review.openstack.org/53208309:17
openstackgerritTristan Cacqueray proposed openstack-infra/zuul-jobs master: Add ansible-review job  https://review.openstack.org/53522309:18
*** JasonCL has joined #zuul09:52
*** xinliang has quit IRC10:44
*** xinliang has joined #zuul10:56
*** xinliang has quit IRC10:56
*** xinliang has joined #zuul10:56
odyssey4meI wonder - is there a way to use ironic nodes in nodepool?11:37
odyssey4meThis would require that there be a way to set a node type which uses an external image of some sort, at the very least I guess.11:38
tristanCodyssey4me: iirc using flavor?11:38
*** JasonCL has quit IRC11:39
odyssey4mesure, flavor would be one thing - but the ironic node won't be using nodepool's dib image - it can't really, I don't think11:39
tristanCe.g. using https://zuul-ci.org/docs/nodepool/configuration.html#pool-labels cloud-image and flavor-name11:40
odyssey4meaha, I had forgotten about cloud-image11:41
odyssey4meawesome, thanks tristanC11:41
tristanCodyssey4me: you're welcome11:43
*** jpena is now known as jpena|lunch11:45
tristanCthough you should be able to use dib with ironic11:46
openstackgerritTristan Cacqueray proposed openstack-infra/zuul-jobs master: Add emit-job-report role  https://review.openstack.org/54842512:11
*** rinku has joined #zuul12:36
*** rlandy has joined #zuul12:36
*** rinku has quit IRC12:36
*** jpena|lunch is now known as jpena12:47
*** jimi|ansible has joined #zuul12:47
*** jimi|ansible has joined #zuul12:47
*** elyezer_ has quit IRC12:52
*** elyezer has joined #zuul12:57
*** dkranz has joined #zuul13:05
*** JasonCL has joined #zuul13:07
*** JasonCL has quit IRC13:10
*** JasonCL has joined #zuul13:10
openstackgerritJames E. Blair proposed openstack-infra/zuul-website master: Merge zuul-website-media when publishing site  https://review.openstack.org/56174913:57
pabelangerEnvironment=PATH={{ nodepool_pip_virtualenv }}/bin:{{ ansible_env.PATH }}14:00
pabelangercorvus: SpamapS: ^ was the fix for PATH with nodepool-builder (disk-image-create) and same idea for zuul-launcher. Able to now remove synlinks into virtualenv14:01
pabelangerthat is for systemd unit file14:01
*** hashar has quit IRC14:02
*** dmsimard|off is now known as dmsimard14:23
openstackgerritJames E. Blair proposed openstack-infra/zuul-website master: DNM: test jobs  https://review.openstack.org/56196114:27
pabelangerso, I'm trying to consume only zuul-base-jobs and zuul-jobs for a 3pci setup against openstack-dev/sandbox. But struggling how to best setup the nodeset on the base job, I'm trying not to shadow zuul-base-jobs or zuul-jobs right now14:29
*** hashar has joined #zuul14:31
tobiashpabelanger: that sounds like a problem as nodesets are very deployment specific14:36
corvusindeed, i can't think of a solution right now.  site vars can help with a lot of things, but i don't think they could help with this.14:37
pabelangerI'll start with shadowing zuul-base-jobs to keep moving forward, since that only has 2 jobs currently14:42
openstackgerritJames E. Blair proposed openstack-infra/zuul-website master: Merge zuul-website-media when publishing site  https://review.openstack.org/56174914:47
openstackgerritJames E. Blair proposed openstack-infra/zuul-website master: Merge zuul-website-media when publishing site  https://review.openstack.org/56174914:50
fungiwhat do people think about creating a zuul project group on storyboard.openstack.org for the zuul family repos (zuul, nodepool, zuul-jobs, zul-base-jobs, zuul-website, zuul-website-media, zone_zuul-ci.org, whatever else i'm forgetting)?14:54
corvus++15:01
fungii'll check during the infra team meeting whether we want to drop any or all of those from the openstack-ci project group before i propose the config change15:13
corvusdoesn't hurt to have them in both, yeah?  i'm ambivalent.15:20
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul master: Make gearman queries asynchronous in github driver  https://review.openstack.org/56004415:24
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul master: Make gearman calls async in ZuulWeb  https://review.openstack.org/56002615:24
Shrewscorvus: on both of those ^^ i changed the wait timeout to 30 (from 10). But I wonder if we should use what rpcclient.py uses (300)?15:26
Shrewsgearman timeout, that is15:26
Shrewsseems a bit excessive, but maybe there was a reason for it15:27
Shrewsah ha!, 'git log' to the rescue: https://review.openstack.org/14146015:33
Shrewsi will change those to 30015:33
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul master: Make gearman calls async in ZuulWeb  https://review.openstack.org/56002615:35
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul master: Make gearman queries asynchronous in github driver  https://review.openstack.org/56004415:36
corvusanyone have a PR in github.com with a depends-on handy?15:37
corvus(i'm looking for a screenshot)15:37
Shrewscorvus: there was monty's original one: https://github.com/ansible/ansible/pull/2097415:39
corvusShrews: great, thanks!15:39
corvusi should just bookmark that15:39
*** hashar is now known as hasharAway16:05
*** harlowja has joined #zuul16:23
openstackgerritJames E. Blair proposed openstack-infra/zuul-website-media master: Add simulation video  https://review.openstack.org/56200116:38
*** harlowja has quit IRC16:52
openstackgerritJames E. Blair proposed openstack-infra/zuul-website-media master: Add simulation video  https://review.openstack.org/56200116:55
openstackgerritJames E. Blair proposed openstack-infra/zuul-website master: Add simulation video  https://review.openstack.org/56200516:55
*** harlowja has joined #zuul16:57
corvusokay, here's the video i made last week, embedded in the website: http://logs.openstack.org/05/562005/1/check/zuul-website-build/a0b9b40/html/17:01
pabelangerlooks great, just watched17:06
corvusthanks.  i'm open to revising the script or the editing if folks want -- but we should probably get all the comments together at once since it's a bit time consuming.17:13
*** electrofelix has quit IRC17:18
*** harlowja has quit IRC17:20
*** elyezer has quit IRC17:21
*** elyezer has joined #zuul17:22
tobiashcorvus: I like that :)17:30
*** jpena is now known as jpena|off17:49
*** sshnaidm is now known as sshnaidm|off17:50
*** sshnaidm|off has quit IRC17:54
Shrewsi now realize how much i need speakers for my desktop18:00
openstackgerritDavid Shrewsbury proposed openstack-infra/zuul master: Make gearman calls async in ZuulWeb  https://review.openstack.org/56002618:02
*** JasonCL has quit IRC18:16
*** JasonCL has joined #zuul18:18
corvusShrews: oh, actually -- we should do either closed or open captions for that...18:28
openstackgerritJames E. Blair proposed openstack-infra/zuul-website master: Add simulation video  https://review.openstack.org/56200518:38
tobiashcorvus: it seems like Safari doesn't want to play the video (firefox does)18:47
tobiashat least on my laptop18:47
corvustobiash: oh, it looks like i may want to drop back to vp8 instead of vp9 for safar support18:49
corvushttps://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats18:49
corvusthough, hrm, footnote 9 suggests even that may require an add-on18:50
corvusoh, yeah "However, since royalty free formats are not supported by Internet Explorer and Safari..."18:51
clarkbthis is unfortunately one of the places that services like youtube can help (they can serve content that remotes are capable of dealing with)18:52
corvuswell, it's not a technical limitation -- they pay the mpeg4 license18:52
corvuswe could just as easily serve an mp4 + webm  (the video tag supports both)18:52
tobiashcorvus: this table might be outdated as my android played the video nicely18:53
clarkbas a firefox user without patent encumbered codecs I run into this all the time in the other direction18:53
clarkblinks from twitter are particularly bad18:53
corvusit might be worth looking into whether we'd be subject to mp4 licensing18:55
corvusthere are some non-commercial carveouts18:55
corvusclarkb, tobiash: my read of http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/74/n-10-08-26.pdf says it's okay for us to host an mp4 as well.19:00
clarkbcool that probably solves it then19:01
corvusyeah, we can do both and browsers should select the one they support19:01
corvusthat's the example in mozilla's page too: webm + mp419:01
*** JasonCL has quit IRC19:03
*** JasonCL has joined #zuul19:04
*** JasonCL has quit IRC19:09
*** JasonCL has joined #zuul19:16
*** JasonCL has quit IRC19:20
*** xinliang has quit IRC19:37
*** xinliang has joined #zuul19:39
*** xinliang has quit IRC19:39
*** xinliang has joined #zuul19:39
*** harlowja has joined #zuul19:50
openstackgerritClark Boylan proposed openstack-infra/zuul-jobs master: Render job info consistently  https://review.openstack.org/56204220:27
openstackgerritClark Boylan proposed openstack-infra/zuul-jobs master: Render job info consistently  https://review.openstack.org/56204220:29
*** sshnaidm|off has joined #zuul20:41
openstackgerritJames E. Blair proposed openstack-infra/zuul-website-media master: WIP: add captions  https://review.openstack.org/56204720:44
openstackgerritJames E. Blair proposed openstack-infra/zuul-website master: WIP: Add captions  https://review.openstack.org/56204820:45
corvusShrews: ^ there we go, no speakers should be required :)20:51
corvusi just did two captions to work out the workflow; it seems to work20:52
*** dkranz has quit IRC21:05
Shrewsneat21:06
*** JasonCL has joined #zuul21:09
*** hasharAway has quit IRC21:11
*** JasonCL has quit IRC21:14
openstackgerritJames E. Blair proposed openstack-infra/zuul-website-media master: Add captions  https://review.openstack.org/56204721:30
openstackgerritJames E. Blair proposed openstack-infra/zuul-website master: Add captions  https://review.openstack.org/56204821:31
openstackgerritJames E. Blair proposed openstack-infra/zuul-website master: Add captions to simulation video  https://review.openstack.org/56204821:31
corvuscool that seems to work: http://logs.openstack.org/48/562048/3/check/zuul-website-build/befd210/html/21:43
corvusthat's captions for the whole video.  it's easy to add translated versions of those too.21:44
openstackgerritJames E. Blair proposed openstack-infra/zuul-website-media master: Add simulation video  https://review.openstack.org/56200121:58
openstackgerritJames E. Blair proposed openstack-infra/zuul-website master: Add simulation video  https://review.openstack.org/56200522:01
corvusany safari folks around who can verify if http://logs.openstack.org/05/562005/3/check/zuul-website-build/f6bac3b/html/ works?22:07
jlkdefine "works"22:07
corvusjlk: video plays, with audio22:07
jlkthe video is clickable to start playing22:07
jlkwith audio22:08
corvus\o/22:08
corvusjlk: thanks!22:08
jlkpops out to picture in picture mode too22:08
*** JasonCL has joined #zuul22:08
*** JasonCL has quit IRC22:09
corvusyeah, i tried to make it so that it holds enough detail to embiggen it and read all the bits22:09
*** JasonCL has joined #zuul22:09
*** JasonCL has quit IRC22:10
jlklooks fine here, but I'm on a 34" wide monitor, so I may not be representative of the audience :D22:11
*** JasonCL has joined #zuul22:11
corvuswell, it also looks fine on my phone... so hopefully we're covered :)22:15
*** JasonCL has quit IRC22:31
SpamapScorvus: that sounds perfectly cromulent.22:32
SpamapShttps://github.com/defunctzombie/zuul/pull/324#event-157823223322:40
SpamapSI think the other Zuul's *are actual demons*.22:41
SpamapSOr, at the very least, terrible communicators. :-P22:41
*** JasonCL has joined #zuul22:44
*** JasonCL has quit IRC22:54
*** JasonCL has joined #zuul22:57
*** rlandy is now known as rlandy|bbl23:27
*** JasonCL has quit IRC23:34
*** ssbarnea_ has quit IRC23:45
*** JasonCL has joined #zuul23:52
SpamapSam I nuts, or are other devs, like, hostile to our project? https://github.com/defunctzombie/zuul/pull/324#event-15782322323:53
SpamapS(he replied the same as the netflix people "what, you think people are stupid?")23:53
SpamapS- paraphrased23:53
*** JasonCL has quit IRC23:56
jlkpeople don't like to be pointed at name collisions23:58

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