Thursday, 2018-09-13

*** dkehn has quit IRC00:46
*** dkehn has joined #zuul00:56
*** rlandy|bbl is now known as rlandy01:43
*** rlandy has quit IRC02:13
tristanCis there a trick to dequeue a PullRequest from a pipeline? What I tried doesn't seems to work: https://storyboard.openstack.org/#!/story/200374702:31
tobiashtristanC: dequeue doesn't seem to work on github so close or update the pr03:35
tristanCtobiash: well i asked the pr owner to do that, but it would be more convenient if this can be done from zuul directly03:42
tristanCthanks for confirming03:42
tobiashtristanC: yes, dequeue should be fixed for github03:43
openstackgerritMerged openstack-infra/zuul master: Autohold on timeout  https://review.openstack.org/60213406:26
openstackgerritMerged openstack-infra/zuul master: Use tox-docs directly  https://review.openstack.org/60213106:33
openstackgerritAndreas Jaeger proposed openstack-infra/zuul-sphinx master: Use tox-docs directly  https://review.openstack.org/60225207:24
openstackgerritAndreas Jaeger proposed openstack-infra/nodepool master: Use tox-docs directly  https://review.openstack.org/60225307:25
*** jpena|off is now known as jpena07:44
openstackgerritBenoît Bayszczak proposed openstack-infra/zuul master: replace dict.update by a dict merge in zuul_return  https://review.openstack.org/60205407:54
openstackgerritBenoît Bayszczak proposed openstack-infra/zuul master: replace dict.update by a dict merge in zuul_return  https://review.openstack.org/60205407:54
*** snapiri has quit IRC08:04
openstackgerritBenoît Bayszczak proposed openstack-infra/zuul master: replace dict.update by a dict merge in zuul_return  https://review.openstack.org/60205408:13
*** hashar has joined #zuul08:18
openstackgerritBenoît Bayszczak proposed openstack-infra/zuul master: replace dict.update by a dict merge in zuul_return  https://review.openstack.org/60205408:30
*** nchakrab has joined #zuul08:35
*** snapiri has joined #zuul08:41
*** jiapei has quit IRC08:52
*** nchakrab has quit IRC08:57
*** nchakrab has joined #zuul08:58
*** nchakrab_ has joined #zuul08:59
*** nchakrab has quit IRC09:03
*** nchakrab_ has quit IRC09:05
*** nchakrab has joined #zuul09:06
*** nchakrab has quit IRC09:10
*** electrofelix has joined #zuul09:21
*** gtema has joined #zuul10:00
*** hashar is now known as hasharNap10:41
*** xbend has joined #zuul10:53
openstackgerritTristan Cacqueray proposed openstack-infra/zuul-jobs master: emit-job-header: fix print node information  https://review.openstack.org/60229011:09
openstackgerritSimon Westphahl proposed openstack-infra/zuul master: wip: Assume config change if file list is incomplete  https://review.openstack.org/60229311:10
openstackgerritTristan Cacqueray proposed openstack-infra/zuul-jobs master: emit-job-header: fix print node information  https://review.openstack.org/60229011:15
openstackgerritTristan Cacqueray proposed openstack-infra/zuul-jobs master: emit-job-header: fix print node information  https://review.openstack.org/60229011:21
openstackgerritTristan Cacqueray proposed openstack-infra/zuul-jobs master: emit-job-header: fix print node information  https://review.openstack.org/60229011:33
*** ianychoi has quit IRC12:04
*** bbayszczak has joined #zuul12:07
*** ianychoi has joined #zuul12:11
*** shachar has joined #zuul12:19
*** shachar has quit IRC12:20
*** shachar has joined #zuul12:20
*** snapiri has quit IRC12:22
*** hasharNap is now known as hashar12:23
tristanCpabelanger: emit-job-header doesn't seems to work anymore with network_cli node which doesn't have ansible_hostname12:25
*** rlandy has joined #zuul12:35
*** gtema has quit IRC13:07
*** electrofelix has quit IRC13:11
pabelangerright, nodes with facts missing will fail13:16
pabelangerwe can likey default to none if missing13:17
*** bbayszczak has quit IRC13:23
*** samccann has joined #zuul13:26
rcarrillocruzyup, cos otherwise it would get too snowflakey13:36
rcarrillocruzmeaning13:36
rcarrillocruzright now, if you want to get facts for a network device in ansible13:36
rcarrillocruzyou have <platform>_facts13:36
rcarrillocruzi.e., gather_facts doesn't invoke those13:36
pabelangerrcarrillocruz: can you link the docs for those? I haven't used them yet13:37
*** bbayszczak has joined #zuul13:37
rcarrillocruzfor example https://docs.ansible.com/ansible/2.6/modules/ios_facts_module.html13:38
rcarrillocruziirc, bcoca had a proposal 'somewhere' can't remember where or which that would allow at some point to hint gather_facts which module to use13:38
rcarrillocruzi.e. work not just in linux/windows13:38
dmsimardrcarrillocruz: I remember that discussion13:38
dmsimardrcarrillocruz: but I don't remember the conclusion13:39
pabelangerokay cool, so we could write a pre-run playbooks, that does a conditional look up then do platform_facts13:39
bbayszczakpabelanger: Hi, now with test :) https://review.openstack.org/#/c/602054/13:39
pabelangerbbayszczak: thanks! I'll look today13:40
bbayszczakpabelanger: thanks !13:41
dmsimardrcarrillocruz, pabelanger: ah, it wasn't exactly the same thing but SpamapS had a sort of related issue with how zuul gathered facts before handing the node over https://github.com/ansible/ansible/issues/19605#issuecomment-41716081113:42
dmsimardThe issue was that ansible would not try /usr/bin/python3 if /usr/bin/python was missing13:43
rcarrillocruzhttps://github.com/ansible/proposals/issues/1713:45
rcarrillocruzdmsimard , pabelanger ^13:45
rcarrillocruzfound it13:45
rcarrillocruzso inh theory, we could put as a hostvars in nodepool13:45
rcarrillocruzthe action for ios13:45
rcarrillocruzios_facts13:45
rcarrillocruzproblem solved13:45
* rcarrillocruz being handwavy13:45
pabelangerhttps://github.com/ansible/ansible/pull/3178313:46
pabelangercode has merged13:46
pabelangerokay, I'll look into that today13:46
rcarrillocruzbear in mind thatt's in devel13:47
rcarrillocruzcheck it out the branches, if it's been backported, etc13:47
pabelangerright13:48
dmsimardpabelanger: it's also been reverted13:48
pabelangerzuul is also using 2.5 still, so we'd have to bump that too13:49
dmsimarddoesn't say why though https://github.com/ryansb/ansible/commit/41129ce8fdb237bf0b53e91848bc9536cb770a8413:49
*** electrofelix has joined #zuul13:49
pabelangerthe best kinda reverts13:50
pabelangerhttps://github.com/ansible/ansible/pull/4002213:51
*** shachar is now known as snapiri13:58
openstackgerritMerged openstack/pbrx master: Correct small typo  https://review.openstack.org/60215114:05
*** annabelleB has joined #zuul14:11
*** bbayszczak has quit IRC14:11
*** annabelleB has quit IRC14:15
*** annabelleB has joined #zuul14:18
*** pcaruana has joined #zuul14:28
*** jimi|ansible has quit IRC14:39
*** annabelleB has quit IRC14:52
*** annabelleB has joined #zuul15:01
*** jiapei has joined #zuul15:04
*** sshnaidm|ptg has quit IRC15:14
*** sshnaidm|ptg has joined #zuul15:14
*** yolanda has joined #zuul15:55
SpamapSFYI, the problem with pbrx that the revert solves seems to be that bindep doesn't work16:06
dkehnclarkb: https://pastebin.com/QLkLUE6j16:07
SpamapSLooks like the problem is the lack of 'apk update' from that patch16:11
clarkbdkehn: I don't think zuulv2 + github was ever supported. I'm wasn't familiar with how that worked then and definitely am not now16:11
dkehnclarkb: great, thanks anyways, its obviously comparing two unlike things, trying to get the ZuulV3 stood up as fast as possible, but in the meantime…16:14
pabelangeroh, I see https://review.openstack.org/602172/ reverted some apk update things16:14
pabelangerSpamapS: so, ^ doesn't help?16:14
SpamapSthe revert fixes the build16:15
SpamapSbecause it puts back the `apk update`16:15
SpamapSWe may also need to fix bindep16:15
SpamapSit should probably raise an error if the apk database is empty16:15
SpamapSrather than printing *nothing*16:15
SpamapShttp://paste.openstack.org/show/730041/16:17
pabelangerSpamapS: okay, I'll have to read up again on apk update, because if we do that, we'll bake indexes into a layer of the image I think16:18
pabelangernot a huge deal, honestly16:19
SpamapSpabelanger: I don't think it's possible to avoid16:28
SpamapSyou can't apk add without it16:28
SpamapSI'm looking at why bindep didn't complain16:29
SpamapSoh wow yeah16:35
SpamapSthe apk driver is.... optimistic16:35
clarkbSpamapS: I think bindep is optimistic16:45
clarkbit turns out that distros don't even identify themselves consistently across the same distro16:45
SpamapSthe problem is that you get WARNING in the output16:54
SpamapSand it just assumes it if has 4 words split by whitespace, then the 4th one is the version.16:54
dmsimardclarkb: the code in ansible that determines the ansible_os_family and ansible_os_distribution facts is not very pretty17:04
dmsimardit works but it's not very pretty17:04
clarkbSpamapS: neat17:06
*** jpena is now known as jpena|off17:07
*** hashar is now known as hasharDinner17:19
SpamapSanyway it looks like there's simply no way to use bindep without an `apk update`17:41
SpamapSactually no17:41
SpamapSI'm wrong17:41
SpamapSif I filter the WARNING's out then the version is None instead of 'random-word-from-warnings' and then we'll print out the missing packages we need17:42
*** electrofelix has quit IRC18:13
*** sshnaidm|ptg has quit IRC18:27
*** yolanda has quit IRC18:30
*** annabelleB has quit IRC18:55
*** hasharDinner is now known as hashar18:56
*** annabelleB has joined #zuul19:10
*** annabelleB has quit IRC19:11
*** jimi|ansible has joined #zuul19:38
*** jimi|ansible has quit IRC19:38
*** jimi|ansible has joined #zuul19:38
*** annabelleB has joined #zuul20:00
*** yolanda has joined #zuul20:05
*** sshnaidm|ptg has joined #zuul20:25
*** myoung has quit IRC20:31
*** pcaruana has quit IRC20:38
*** samccann has quit IRC20:47
*** hashar has quit IRC20:55
openstackgerritFabien Boucher proposed openstack-infra/zuul master: Doc: executor operations document pause, remove graceful  https://review.openstack.org/60245521:08
*** annabelleB has quit IRC21:22
*** annabelleB has joined #zuul21:22
*** annabelleB has quit IRC21:34
*** rlandy is now known as rlandy|brb21:34
*** yolanda has quit IRC21:38
*** annabelleB has joined #zuul21:39
*** yolanda has joined #zuul21:39
*** annabelleB has quit IRC22:07
*** annabelleB has joined #zuul22:10
*** rlandy|brb is now known as rlandy22:11
*** annabelleB has quit IRC22:49
*** annabelleB has joined #zuul22:52
*** annabelleB has quit IRC23:08
openstackgerritJames E. Blair proposed openstack-infra/zuul-jobs master: Indent add-fileserver docs more  https://review.openstack.org/60249623:13
corvusi think the new version of sphinx may be adding an extra title undor our logo23:17
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Update docs theme logo  https://review.openstack.org/60250023:24
*** annabelleB has joined #zuul23:25
openstackgerritMerged openstack-infra/zuul master: Correct Last-Modified header for status API  https://review.openstack.org/60183223:27
*** sshnaidm|ptg has quit IRC23:28
*** sshnaidm|ptg has joined #zuul23:32
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Update docs theme logo  https://review.openstack.org/60250023:49
*** annabelleB has quit IRC23:49
openstackgerritJames E. Blair proposed openstack-infra/zuul master: Update docs theme logo  https://review.openstack.org/60250023:57
*** annabelleB has joined #zuul23:59

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