Thursday, 2018-06-28

*** openstackgerrit has quit IRC05:34
*** caphrim007_ has quit IRC06:52
*** caphrim007 has joined #openstack-jjb06:53
*** atodorov has joined #openstack-jjb07:00
atodorovhi folks, I've updated to jenkins-job-builder 2.0.10 and I get for builder in bs_data.get('build-steps'):07:01
atodorovTypeError: 'NoneType' object is not iterable07:01
atodorovcan't find this reported in the bug tracker, does anyone know what's the issue ?07:01
*** riuvshyn has joined #openstack-jjb07:38
*** hashar has joined #openstack-jjb07:44
*** riuvshyn has quit IRC08:10
*** electrofelix has joined #openstack-jjb08:15
*** atodorov has quit IRC08:19
ssbarnea[m]nope, but you should try to create a reproductible mini jjb file08:43
*** atodorov has joined #openstack-jjb08:45
*** atodorov has quit IRC08:49
*** riuvshyn has joined #openstack-jjb10:10
*** riuvshyn has quit IRC10:15
*** openstackgerrit has joined #openstack-jjb10:19
openstackgerritMerged openstack/python-jenkins master: Adopt use of pre-commit hooks  https://review.openstack.org/57687810:19
openstackgerritSorin Sbarnea proposed openstack-infra/jenkins-job-builder master: Migrate to newer PyYAML  https://review.openstack.org/57875410:21
openstackgerritSorin Sbarnea proposed openstack-infra/jenkins-job-builder master: Migrate to newer PyYAML  https://review.openstack.org/57875411:09
zxiiroAwe he left. I know what the problem is12:30
*** atodorov has joined #openstack-jjb12:43
atodorovhi folks, I'm having SSL errors after upgrading to 2.0.10 and from what I can tell all local CA certs have been installed properly. Any tips on how to figure out what is wrong ?12:44
ssbarnea[m]atodorov: make a requests.get(url) and you will see that they are not installed where requests is expecting them.12:47
zxiiroelectrofelix: ssbarnea[m] so I guess there's 2 paths forward either ssbarnea[m]'s patch https://review.openstack.org/578754 or Vicky's patch https://review.openstack.org/57837213:11
zxiiropersonally I'm fine with either but we probably should pick one soon because Zuul testing is broken now.13:12
zxiiroelectrofelix: ssbarnea[m] referring to the pyyaml issue13:12
ssbarnea[m]i am working now to see how to address the zuul issue with docs , as we have no req to follow openstack constraints.13:12
zxiirossbarnea[m]: can we maybe take vicky's patch in the meantime as it seems like the lowest cost to us right now?13:13
ssbarnea[m]sure, we can merge that one until we get the other working.13:14
ssbarnea[m]better to keep master green13:14
zxiiroexactly as we have a lot of contributions lately I don't want folks to be confused that our master's broken13:14
ssbarnea[m]done, gave +1 W on it.13:15
electrofelixzxiiro: how about landing the patch and work out how to expose controlling the behaviour afterwards?13:24
electrofelixoh, that's what ssbarnea[m] suggested13:24
zxiiroelectrofelix: +1 that sounds good to me.13:24
openstackgerritMerged openstack-infra/jenkins-job-builder master: Constrain PyYAML to v3.x.  https://review.openstack.org/57837213:27
*** atodorov has left #openstack-jjb13:27
openstackgerritAndreas Jaeger proposed openstack-infra/jenkins-job-builder master: Use doc/requirements.txt  https://review.openstack.org/57879813:28
*** caphrim007 has quit IRC13:28
*** caphrim007 has joined #openstack-jjb13:29
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder master: Adds wrapper for vault plugin  https://review.openstack.org/57762813:29
*** caphrim007 has quit IRC13:33
openstackgerritAndreas Jaeger proposed openstack-infra/jenkins-job-builder master: Use doc/requirements.txt  https://review.openstack.org/57879814:53
openstackgerritSorin Sbarnea proposed openstack-infra/jenkins-job-builder master: Migrate to newer PyYAML  https://review.openstack.org/57875415:22
*** caphrim007 has joined #openstack-jjb15:23
openstackgerritSorin Sbarnea proposed openstack-infra/jenkins-job-builder master: Add XUnit processing plugin to builders  https://review.openstack.org/46817515:24
*** caphrim007 has quit IRC15:26
*** caphrim007 has joined #openstack-jjb15:26
*** caphrim007 has quit IRC15:27
*** caphrim007 has joined #openstack-jjb15:27
*** hashar is now known as hasharAway15:52
*** raopajay has quit IRC16:26
*** vickyc has quit IRC17:02
*** electrofelix has quit IRC17:10
ssbarnea[m]does anyone know something about the jms-messaging in jbb?17:30
ssbarnea[m]why the example has an additional "}" at the end of the message?17:31
zxiirossbarnea[m]: looks like probably a typo?17:33
zxiiroalthough if it came form an example the examlpe should be failing17:33
zxiirohuh... odd it is coming from an example17:34
zxiirooh i see it's because the typo doesn't affect the example code since it's a text box17:35
zxiirossbarnea[m]: yeah looks like a typo to me that we should fix17:35
ssbarnea[m]i was curious if it was a typo or some kind of special format requirements for these messages.17:52
zxiiromy bet is on typo17:57
zxiiroIt doesn't look like it was on purpose to me17:57
ssbarnea[m]zxiiro: lets merge https://review.openstack.org/#/c/578754/18:02
zxiirossbarnea[m]: why the rush? I thought we were going to parameterize that option so that we can load a danger or safe yaml?18:03
openstackgerritMerged openstack-infra/jenkins-job-builder master: Add XUnit processing plugin to builders  https://review.openstack.org/46817518:04
ssbarnea[m]even in its current form is safer as there is one or two places where we use the safe loader.18:04
zxiiro4.1 was literally just released yesterday18:04
ssbarnea[m]my patch does not add dangereus one everywhere.18:04
ssbarnea[m]well, this is a good reason for delaying it.18:04
zxiirossbarnea[m]: I'd like to get electrofelix's +2 for it before we go forward but I think he wants to expose controlling behaviour before we merge right?18:06
zxiirossbarnea[m]: is there a feature from PyYAML 4.1 that we absolutely need right now? I personally don't a see a rush for this...18:06
ssbarnea[m]sure, no need to rush.18:07
zxiiroI'd rather get the right implementation first rather then bumping versions for bumping sake.18:07
zxiirook cool18:07
*** ssbarnea has quit IRC19:50
*** ssbarnea[m] is now known as ssbarnea19:53
openstackgerritSorin Sbarnea proposed openstack-infra/jenkins-job-builder master: adop pre-commit hooks  https://review.openstack.org/57659820:15
*** hasharAway has quit IRC21:32
ssbarneazxiiro: please have a look at https://review.openstack.org/#/c/576598/ -- maybe you can help fixing that one failing unit test. I really don't know what is wrong with this one.22:43
*** caphrim007_ has joined #openstack-jjb23:04
*** caphrim007_ has quit IRC23:05
*** caphrim007_ has joined #openstack-jjb23:05
*** caphrim007 has quit IRC23:07
*** caphrim007_ has quit IRC23:09
*** caphrim007 has joined #openstack-jjb23:11
*** caphrim007 has quit IRC23:16
*** caphrim007 has joined #openstack-jjb23:17
*** caphrim007 has quit IRC23:21

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