Monday, 2018-11-05

ianwgoern: yes, i don't think there's a great answer unfortunately ... i have also had some "fun" dealing with jobs that use secrets00:04
ianwdepending on the situation, i did a lot of out-of-gate testing with local roles and patching in the secrets00:05
goern:/00:05
*** ssbarnea has quit IRC01:33
*** swest has quit IRC02:29
*** swest has joined #zuul02:43
*** bhavikdbavishi has joined #zuul03:21
*** bhavikdbavishi has quit IRC03:42
*** bhavikdbavishi has joined #zuul03:57
*** pcaruana has joined #zuul05:23
*** bhavikdbavishi has quit IRC05:27
*** pcaruana has quit IRC05:32
*** swest has quit IRC05:34
*** swest has joined #zuul06:22
*** swest has quit IRC06:27
*** swest has joined #zuul06:27
*** chkumar|off is now known as chandankumar06:41
*** sshnaidm|off is now known as sshnaidm|rover07:07
*** goern has quit IRC07:39
*** goern has joined #zuul07:40
openstackgerritTobias Henkel proposed openstack-infra/zuul master: WIP: Try to reproduce hanging paused job  https://review.openstack.org/61549308:05
*** pcaruana has joined #zuul08:06
*** themroc has joined #zuul08:30
*** jpena|off is now known as jpena08:56
openstackgerritTobias Henkel proposed openstack-infra/zuul master: WIP: Try to reproduce hanging paused job  https://review.openstack.org/61549308:58
*** pcaruana has quit IRC09:31
*** pcaruana has joined #zuul09:33
*** panda has joined #zuul10:05
*** electrofelix has joined #zuul10:06
*** ssbarnea has joined #zuul11:04
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Resume paused job with skipped children  https://review.openstack.org/61549311:06
tobiashcorvus: this fixes two cases where we could miss a job resume which results in buildsets that are stuck forever ^11:08
*** rfolco|off has joined #zuul11:22
*** rfolco|off is now known as rfolco|ruck11:24
*** jpena is now known as jpena|lunch12:20
Shrewstobiash: thx for +A that role12:33
tobiashShrews: the related nodepool changes can land directly after too12:34
Shrewsyep12:34
openstackgerritMerged openstack-infra/zuul master: Fix unreachable nodes detection  https://review.openstack.org/60282912:34
openstackgerritMerged openstack-infra/zuul master: Also retry the job if a post job failed with unreachable  https://review.openstack.org/60283012:36
openstackgerritMerged openstack-infra/zuul-jobs master: Add role to install kubernetes  https://review.openstack.org/60582312:48
*** rlandy has joined #zuul12:49
*** AJaeger has quit IRC13:22
*** jpena|lunch is now known as jpena13:25
openstackgerritMonty Taylor proposed openstack-infra/nodepool master: Implement an OpenShift resource provider  https://review.openstack.org/57066713:28
openstackgerritMonty Taylor proposed openstack-infra/nodepool master: Implement an OpenShift Pod provider  https://review.openstack.org/59033513:28
*** panda is now known as panda|bbl13:36
*** AJaeger has joined #zuul13:37
tobiashinteresting, post failure with finger link on https://review.openstack.org/53555713:42
openstackgerritMerged openstack-infra/zuul master: web: uses queues uid to preserve state on change  https://review.openstack.org/61493313:50
*** panda|bbl is now known as panda14:15
openstackgerritFabien Boucher proposed openstack-infra/zuul master: WIP - Pagure driver  https://review.openstack.org/60440414:39
openstackgerritMerged openstack-infra/nodepool master: Implement a Kubernetes driver  https://review.openstack.org/53555714:54
openstackgerritMerged openstack-infra/nodepool master: Add tox functional testing for drivers  https://review.openstack.org/60951514:55
Shrewsneat. so i guess that's ^ a real thing now14:55
corvus\o/  we should try it out :)14:57
*** sdoran has left #zuul15:39
*** pcaruana has quit IRC16:06
openstackgerritMatthieu Huin proposed openstack-infra/zuul master: Proposed spec: tenant-scoped admin web API  https://review.openstack.org/56232116:34
*** openstackgerrit has quit IRC16:48
*** themroc has quit IRC16:52
*** sshnaidm|rover is now known as sshnaidm|afk16:53
*** openstackgerrit has joined #zuul17:05
openstackgerritFabien Boucher proposed openstack-infra/zuul master: WIP - Pagure driver  https://review.openstack.org/60440417:05
*** caphrim007 has joined #zuul17:21
*** jpena is now known as jpena|off17:48
*** electrofelix has quit IRC18:43
*** caphrim007 has quit IRC18:47
corvusclarkb, mordred, tobiash, fungi, Shrews: https://review.openstack.org/608453 is ready when you have a second -- it improves the experience new users (discovered during quick-start development and later confirmed by quick-start users)19:11
corvus"experience *for* new users"19:12
openstackgerritMerged openstack-infra/zuul master: Small script to scrape Zuul job node usage  https://review.openstack.org/61367419:16
Shrewscorvus: should we explicitly close the temp client there?19:25
Shrewscorvus: i ask because of the comment here: http://docs.paramiko.org/en/2.4/api/client.html#paramiko.client.SSHClient.close19:25
clarkbShrews: oh you know thats a good question19:25
clarkbI think yes19:25
* clarkb will change vote19:25
corvusyes that is worth a big fat -1  :)19:26
* Shrews posts big fat -119:26
mordredShrews wins19:33
tobiashmordred: zuul stream expert question20:13
tobiashmordred: I've found the reason why we don't get more than one console stream of command/shell in loop tasks20:14
tobiashmordred: but I have no clue how to fix that20:14
tobiashmordred: the thing is that https://git.zuul-ci.org/cgit/zuul/tree/zuul/ansible/callback/zuul_stream.py#n172 will stop reading the log after the first "[Zuul] Task exit code"20:15
tobiashhowever we have one streaming session for the entire loop and the tasks are there one after another20:16
tobiashbut we don't have knowledge in advance how many there should be as there could be skipped tasks in the loop20:16
mordredtobiash: oh - bother20:16
tobiashand we only have item ok/failed callbacks but no item start callbacks20:17
tobiashso streaming per item is also not an option20:17
tobiashthis is a little bit annoying20:18
*** rlandy is now known as rlandy|brb20:21
mordredyah. that is very un-awesome20:23
mordredI think we may need to finish the streaming rework20:23
tobiashat least I don't have any further idea how to solve that20:25
tobiashmordred: how much is needed to finish the streaming rework?20:25
mordredthat's a really good question - let me resurrect the patch and page its context back in to my brain20:26
tobiashthis was based on some ssh fancyness right?20:27
mordredyeah - but it should actually reduce the number of moving parts20:28
tobiashI have to note that we also shouldn't break winrm connections (which doesn't have live streaming of commands atm, but that's a different story)20:28
tobiashbut I think that should be doable to not break other connections as this anyway only applies for command and shell actions right?20:30
mordredyes - that's right20:32
tobiashmordred: an interims solution might be to give up on live streaming of tasks in loops and instead just post the summary once all items are finished20:32
mordredtobiash: hrm yeah - we could do that20:33
mordredtobiash: I'm guessing it's less likely that we'll have a loop of long-running shell items20:34
tobiashyes, so depending on the state of the streaming rework I could look into that20:34
mordredkk20:35
*** rlandy|brb is now known as rlandy20:49
tobiashmordred: I think not streaming loop tasks is a quite quick solution20:54
mordredtobiash: yah - I was just reading the rework change20:55
mordredtobiash: https://review.openstack.org/#/c/541434/20:55
mordredtobiash: I think maybe not doing streaming loop tasks for now is better20:55
mordredsince I don't think finishing that is going to be quick20:55
mordredI do think we should do it- so I'm going to try to work on it and stop ignoring it20:56
tobiashmordred: yes, I just tried to rebase that for two minutes...20:56
mordredyeah. exactly :)20:56
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Merger: automatically add new hosts to the known_hosts file  https://review.openstack.org/60845321:03
corvusmordred, clarkb, Shrews: ^ fixed21:03
openstackgerritTobias Henkel proposed openstack-infra/zuul master: Don't do live streaming in loops  https://review.openstack.org/61565721:21
tobiashmordred: ^21:21
*** adam_g has quit IRC21:43
*** AJaeger_ has joined #zuul22:05
*** AJaeger has quit IRC22:07
*** adam_g has joined #zuul22:17

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