Friday, 2017-10-06

*** hashar has joined #openstack-jjb07:49
openstackgerritJacqueline Haefke proposed openstack-infra/jenkins-job-builder master: Add Support for a list of additional-credentials in the SVN-plugin  https://review.openstack.org/49430708:09
*** electrofelix has joined #openstack-jjb08:38
*** hashar has quit IRC12:42
*** hashar has joined #openstack-jjb12:53
zxiiroelectrofelix: waynr reminder that we have the biweekly meeting today if y'all around.13:33
zxiiroOdd_Bloke: I reviewed your patch13:40
zxiiroapparently I spend my holidays working on jjb13:40
Odd_Blokezxiiro: Thanks!13:43
zxiiroI want to spend time looking at that issue with the macros inside of other plugins now. it's a blocker to releasing jjb 2.0 imo13:45
zxiirowhich sadly means we cannot release soon most likely :(13:45
waynryo13:46
zxiiromorning!13:47
waynri'm actually on time for a meeting for once...yay13:51
waynri also happen to be moving across the country next week so i'm pretty sure i won't be able to commit to much13:51
zxiirowaynr: cool that's exciting. Where you off to?13:52
electrofelixzxiiro: around13:54
electrofelixso there is a python conference in Ireland coming up in  2 weekends time and I'm hoping to attend. I'm hoping there will be a hacking space and as JJB is python based, planning to spend time there hacking on it ;-)13:56
electrofelixor at least assuming I get permission....13:56
*** Jacky has joined #openstack-jjb14:00
*** Jacky has left #openstack-jjb14:01
zxiironice!14:01
zxiiromaybe you can try to get some new contributors haha14:01
zxiirowaynr: electrofelix: So I think the only things on the agenda is electrofelix's patch and to figure out what to do about the YAML parser patch which broke macros for inside plugins14:02
zxiiro#startmeeting jjb14:03
openstackMeeting started Fri Oct  6 14:03:30 2017 UTC and is due to finish in 60 minutes.  The chair is zxiiro. Information about MeetBot at http://wiki.debian.org/MeetBot.14:03
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:03
*** openstack changes topic to " (Meeting topic: jjb)"14:03
openstackThe meeting name has been set to 'jjb'14:03
zxiiro#chair waynr electrofelix14:03
openstackCurrent chairs: electrofelix waynr zxiiro14:03
zxiiro#topic JJB 2.014:03
*** openstack changes topic to "JJB 2.0 (Meeting topic: jjb)"14:03
zxiiro#info need to review electrofelix's patch https://review.openstack.org/50669114:04
zxiiro#info The YAML Parser patch that was merged recently breaks using macros from inside other plugins.14:06
zxiiro#link https://review.openstack.org/333076 YAML Parser patch14:06
zxiiro#info waynr provided one possible solution https://review.openstack.org/50377114:07
zxiirowaynr: I'm not sure about this solution though as I think it means we will have to know every plugin that allows macros and add explicit support for them right?14:08
*** hashar has quit IRC14:09
waynrzxiiro: that's right14:09
waynrhowever, embedding the yaml parser in the module registry in order to refer back to it during xml expansion completely defeats the original motive for jjb 2 as far as i am concerned14:11
waynralthough it's worth pointing out that i no longer use JJB at all so my concerns shouldn't be considered a high priority14:11
*** hashar has joined #openstack-jjb14:14
zxiiroWe use macro expansion inside of various plugins extensively and it breaks our jobs so I think we need a solution. Whatever it ends up being.14:15
zxiiroelectrofelix: any thoughts?14:16
electrofelixsorry. distracted14:20
electrofelixjust looking at the patch mentioned above14:21
electrofelixI wonder is there a way to annotate the function to tell registry what to look for and then expand?14:23
electrofelixi.e. move the dispatch code from inside the function, to being a decorator that adds some pointers that are added to the registry for added help when processing specific plugins on how to expand?14:24
waynrah yeah that's not a bad idea14:25
electrofelixthen once it's in the function it can just process the expanded content14:28
electrofelixit would mean adding to the entrypoint loading code14:28
electrofelixbut I think that shouldn't be too difficult14:29
waynryeah14:29
zxiirohmm waynr is that something you can look into?14:30
electrofelixI don't mind looking at it next, just been slow to get to things14:36
zxiiroelectrofelix: ok sure14:36
waynryeah i can't commit to much right now with the chicago move and all14:38
waynr(moving from portland to chicago next weekend)14:38
zxiiro#action electrofelix to look into fixing macro expansion issue caused by 333076 possibly using an annotated function call14:38
zxiirothanks14:38
zxiiro#action waynr and zxiiro to review https://review.openstack.org/50669114:39
zxiiroI think that's all i got.14:39
zxiiroyou guys got anything else to discuss?14:39
electrofelixthat's it from me14:40
zxiiroalright I'll take that as meeting adjourned14:55
zxiirothanks guys14:55
zxiiro#endmeeting14:55
*** openstack changes topic to " (Meeting topic: testing?)"14:55
openstackMeeting ended Fri Oct  6 14:55:55 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:55
openstackMinutes:        http://eavesdrop.openstack.org/meetings/jjb/2017/jjb.2017-10-06-14.03.html14:55
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/jjb/2017/jjb.2017-10-06-14.03.txt14:55
openstackLog:            http://eavesdrop.openstack.org/meetings/jjb/2017/jjb.2017-10-06-14.03.log.html14:56
*** hashar is now known as hasharAway15:05
openstackgerritMerged openstack-infra/jenkins-job-builder master: Add Support for a list of additional-credentials in the SVN-plugin  https://review.openstack.org/49430715:07
*** hasharAway has quit IRC15:10
openstackgerritMerged openstack-infra/jenkins-job-builder master: Add support for unstable return parameter for shell builders  https://review.openstack.org/50986515:12
*** openstack has joined #openstack-jjb17:08
*** ChanServ sets mode: +o openstack17:08
*** electrofelix has quit IRC17:50
openstackgerritDaniel Watkins proposed openstack-infra/jenkins-job-builder master: Add support for {% include %} in Jinja2 templates  https://review.openstack.org/49369418:22
openstackgerritDaniel Watkins proposed openstack-infra/jenkins-job-builder master: Add default columns to list views  https://review.openstack.org/49222118:24
openstackgerritDaniel Watkins proposed openstack-infra/jenkins-job-builder master: Give an explicit error message when unsupported view type used  https://review.openstack.org/49884818:26
openstackgerritDaniel Watkins proposed openstack-infra/jenkins-job-builder master: Update tox.ini to run voting tests by default  https://review.openstack.org/48969018:30
Odd_Bloke^ are just rebases of ageing change requests; the one I'm most interested in getting reviewed/merged is the Jinja2 one.18:32
Odd_BlokeZuul is claiming one of them has conflicts, despite being a rebase on to master. >.<18:33
*** hashar has joined #openstack-jjb19:46
*** hashar has quit IRC22:50

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