| *** dimsum__ has quit IRC | 00:00 | |
| fungi | the openstack community should totally slurp up all the joystiq people aol just kicked to the curb | 00:00 |
|---|---|---|
| *** jichen has quit IRC | 00:00 | |
| clarkb | jeblair: interestingly if I set start: >0 it doesn't serve a partial set of data | 00:00 |
| fungi | clarkb: i have a feeling the http service jenkins provides doesn't do range headers correctly | 00:01 |
| clarkb | fungi: well in this case its not range. It does its own POST thing with data being start: someoffset | 00:02 |
| fungi | ahh | 00:02 |
| clarkb | or at least it seems like that is what the data is for. you can see it happen if you trace what happens on a running jobs console page | 00:02 |
| clarkb | fungi: `curl -X POST --data "start: $(stat -c %s /tmp/console.html || echo 0 )" --insecure https://jenkins01.openstack.org/job/gate-project-config-layout/420/logText/progressiveHtml >> /tmp/console.html` is my current incantation but it always gets from the beginning anyways | 00:03 |
| fungi | i didn't think to sniff a console log session | 00:03 |
| fungi | great idea | 00:03 |
| clarkb | oh wait maybe because that job is finished | 00:03 |
| clarkb | I wonder if it behaves differently on a running job. I will got find one to test on | 00:03 |
| clarkb | also we should totally ahve video game bloggers blog about openstack | 00:03 |
| *** melwitt has quit IRC | 00:04 | |
| clarkb | nope seems to do the same thing on a running job | 00:05 |
| clarkb | looking at more sniffed POSTs to see if maybe I need more headers | 00:05 |
| clarkb | oh derp got it | 00:07 |
| *** crc32 has quit IRC | 00:07 | |
| clarkb | curl -X POST --data "start=$(stat -c %s /tmp/console.html || echo 0 )" --insecure https://jenkins06.openstack.org/job/check-tempest-dsvm-full/23565/logText/progressiveHtm | 00:07 |
| clarkb | start: XXXXX was the parsed data | 00:07 |
| clarkb | start=XXXXX is the actual data | 00:07 |
| clarkb | I am going to throw that in a change now | 00:07 |
| *** achanda has joined #openstack-infra | 00:10 | |
| *** achanda has quit IRC | 00:11 | |
| clarkb | now why jenkins doesn't use GET and a range? I leave that up to the reader | 00:12 |
| fungi | nih | 00:12 |
| *** achanda has joined #openstack-infra | 00:13 | |
| fungi | zuul massively caught up on its backlog while i was out eating sushi. i guess i should do that more often--we'd have a much more efficient infrastructure apparently | 00:13 |
| clarkb | I am half tempted to file a bug about this against jenkins. "please can haz normal web technology for partial downloads kthxbai | 00:13 |
| * sigmavirus24 hands fungi a paint can | 00:15 | |
| openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Jenkins uses POSTs to do sequential downloads https://review.openstack.org/151825 | 00:15 |
| clarkb | so I guess the next question is do we have curl installed on all of our nodes? | 00:15 |
| mordred | Should | 00:15 |
| clarkb | but anyways ^ seems to do what we want for solving this problem | 00:15 |
| fungi | sigmavirus24: i have years of experience in boke shed design, construction and, especially, painting | 00:15 |
| fungi | bike | 00:15 |
| sigmavirus24 | no, I think the right way to spell it is boke | 00:16 |
| fungi | less experience in typing though, it would seem | 00:16 |
| sigmavirus24 | It's derived from the ancient greek | 00:16 |
| * sigmavirus24 keeds | 00:16 | |
| nibalizer | fungi: i may need to bring you in as a bike shed consultant some time | 00:16 |
| fungi | bøkë shed | 00:16 |
| fungi | nibalizer: i'll have my agent call you to negotiate my rate | 00:16 |
| nibalizer | cody-somerville: ^^ | 00:16 |
| cody-somerville | ;) | 00:17 |
| *** achanda has quit IRC | 00:17 | |
| clarkb | centos6 image buids are in the git clone everything phase | 00:17 |
| *** salv-orlando has joined #openstack-infra | 00:19 | |
| *** annegent_ has joined #openstack-infra | 00:20 | |
| *** _nadya_ has joined #openstack-infra | 00:22 | |
| greghaynes | boke shed sounds like a super hip restraunt | 00:22 |
| *** leakypipes has quit IRC | 00:22 | |
| * mordred hands fungi a slightly used boke | 00:22 | |
| mordred | zomg. zomg. I'm done with all the meetings. I';m actually once again free to do technica lwork | 00:23 |
| fungi | let's all grab drinks down at the bôkkæ shed | 00:23 |
| mordred | I want to do and fix all of the things all at the same time ... but that's too many, so I think I'm going to drink instead | 00:23 |
| mordred | fungi: ++ | 00:23 |
| clarkb | mordred: please review https://review.openstack.org/#/c/151825/1/jenkins/scripts/grab_console_log.sh and be careful of the eye bleeding | 00:23 |
| *** shivharis has quit IRC | 00:23 | |
| mordred | clarkb: there is no way I'm going to come out of the other side happy am I? | 00:24 |
| clarkb | mordred: it might encourage you to get rid of jenkins faster | 00:24 |
| clarkb | that is probably a thing to be happy about >_> | 00:24 |
| fungi | mordred: unless logs on swift make you happy? | 00:24 |
| mordred | clarkb: Z O M O M O M G | 00:24 |
| fungi | er, _more_complete_ logs on swift, specifically | 00:24 |
| mordred | I mean, that can't possibly actually be what jenkins really wants, right? | 00:25 |
| mordred | this is an april fool's day joke? | 00:25 |
| fungi | also, it gives you yet another opportunity to hate on jenkins, just in case you needed one | 00:25 |
| mordred | clarkb: how can I +2 your commit message more? | 00:26 |
| *** _nadya_ has quit IRC | 00:26 | |
| clarkb | mordred: :) | 00:26 |
| * mordred takes a boke away from jenkins for being bad | 00:27 | |
| *** yamamoto has joined #openstack-infra | 00:27 | |
| *** annegent_ has quit IRC | 00:27 | |
| fungi | clarkb: bonus points for your solution to manage the initially nonexistent tempfile | 00:27 |
| clarkb | once that merges I will rebuild bare-trusty again and we can se how badly I just broke everything | 00:27 |
| clarkb | fungi: echo is a swiss army knife | 00:28 |
| fungi | undeed | 00:28 |
| fungi | at first i thought "did he mean exit 0?" and then i was all like "woah..." | 00:28 |
| *** Sukhdev has quit IRC | 00:29 | |
| clarkb | bare-centos6 is rebuilt in all hpcloud providers | 00:31 |
| clarkb | the centos6 job should be much happier now | 00:31 |
| fungi | thanks. i'm sad i didn't notice that yesterday | 00:31 |
| *** yamamoto has quit IRC | 00:31 | |
| *** enikanorov_ has joined #openstack-infra | 00:33 | |
| *** ChuckC has joined #openstack-infra | 00:33 | |
| openstackgerrit | Merged openstack-infra/project-config: Jenkins uses POSTs to do sequential downloads https://review.openstack.org/151825 | 00:33 |
| *** ChuckC has quit IRC | 00:34 | |
| *** signed8bit has joined #openstack-infra | 00:35 | |
| *** enikanorov has quit IRC | 00:36 | |
| *** bookwar has quit IRC | 00:37 | |
| *** stevemar has joined #openstack-infra | 00:37 | |
| *** signed8bit_ZZZzz has quit IRC | 00:39 | |
| zaro | fungi: zuul-dev user on zuul-dev.o.o can no longer clone from review-dev due to invalid host key. does that need to be fixed in hiera? | 00:39 |
| zaro | that's causing the zuul-merger to fail on zuul-dev.o.o | 00:39 |
| fungi | zaro: i think it just needs the host public key cleared or accepted. unless we're managing ~zuul/.ssh/known_hosts via puppet | 00:39 |
| fungi | clarkb: if you're cool with the most recent iteration of 151713 we can merge tonight and i'll send the job switch announcement. otherwise i'll hold the announcement for later | 00:40 |
| clarkb | looking | 00:40 |
| fungi | that was the update to deal with switching pecan's scaffolds33 job to 34 | 00:40 |
| fungi | rather than just dropping it | 00:41 |
| *** bookwar has joined #openstack-infra | 00:41 | |
| clarkb | fungi: ya lgtm | 00:41 |
| zaro | fungi: i don't see the existance of a ~zuul/.ssh/known_hosts file the id_rsa is in /var/lib/zuul | 00:41 |
| fungi | zaro: id_rsa is the zuul user's client key, not the gerrit server's public host key. but if the sshdir is being set to /var/lib/zuul/ssh then it might be /var/lib/zuul/ssh/known_hosts | 00:42 |
| fungi | zaro: does the error say there's a mismatch, or just that the host key is unrecognized? | 00:43 |
| *** hdd_ has quit IRC | 00:43 | |
| *** ChuckC has joined #openstack-infra | 00:43 | |
| *** Sukhdev has joined #openstack-infra | 00:44 | |
| Sukhdev | clarkb: I still do not have any luck with https://review.openstack.org/#/c/148749/ | 00:45 |
| zaro | fungi: nope, known_host not there either. it says 'Permission denied (publickey).', in merger log it says 'stderr: 'Host key verification failed.' | 00:45 |
| Sukhdev | clarkb: it is not merging - and I do not see it on the zuul pipeline | 00:45 |
| clarkb | fungi: ^ any ideas on why that change won't queue to the gate pipeline | 00:45 |
| *** carl_baldwin has quit IRC | 00:45 | |
| fungi | zaro: oh, the account zuul is using in gerrit needs the contents of zuul:/var/lib/zuul/id_rsa.pub added for it | 00:45 |
| *** pc_m has quit IRC | 00:46 | |
| clarkb | it is open, it is the current patchset (assuming no ninja draft somehow), it has +1 from jenkins and +W, and there is no -2 | 00:46 |
| clarkb | no unmerged parent change | 00:47 |
| fungi | clarkb: Sukhdev: i'm looking in zuul's logs now to see if it says | 00:47 |
| *** ChuckC_ has joined #openstack-infra | 00:48 | |
| clarkb | ya I am scanning them too. the merge-check stuff makes it noisy | 00:48 |
| *** ddieterly has joined #openstack-infra | 00:49 | |
| openstackgerrit | Merged openstack-infra/project-config: Fix invalid spacing in yaml file https://review.openstack.org/151735 | 00:49 |
| zaro | fungi: that comes from heira, no? | 00:50 |
| clarkb | oh you know what, could it be because the jenkins +1 didn't change so no new +1 event was emited which would've triggered the gate job? | 00:50 |
| openstackgerrit | Merged openstack-infra/puppet-etherpad_lite: Add missing LICENSE file https://review.openstack.org/151782 | 00:50 |
| fungi | zaro: i don't think so... it has to end up in gerrit's database | 00:50 |
| clarkb | I hate this feature about gerrit where it only emits events if there is a diff | 00:50 |
| fungi | zaro: unless you mean it's added to zuul-dev's filesystem from puppet/hiera | 00:50 |
| *** ashleighfarnham has quit IRC | 00:50 | |
| *** ChuckC has quit IRC | 00:51 | |
| fungi | clarkb: oh, that's almost certainly iy | 00:51 |
| fungi | it | 00:51 |
| zaro | fungi: yes, i thought it was the latter. | 00:51 |
| fungi | clarkb: if we delete its +1 vote and recheck, it should go through | 00:51 |
| clarkb | fungi: ok | 00:51 |
| clarkb | Sukhdev: ok I have done that it *should* go through this time | 00:51 |
| zaro | fungi: i can see that review-dev has a zuul-dev user but don't know if pub key matches. i think i can check though | 00:52 |
| fungi | zaro: it'll be in the account_ssh_keys table by the corresponding account_id i think | 00:52 |
| Sukhdev | clarkb: no - it is again in the check queue not the gat queue | 00:53 |
| Sukhdev | gate | 00:54 |
| clarkb | Sukhdev: yes that was expected | 00:54 |
| clarkb | Sukhdev: but it should transition properly now | 00:54 |
| clarkb | this is a terrible edge case introduced by newer gerrit not emitting events when vote values do not change | 00:54 |
| fungi | Sukhdev: but this time when it succeeds in the check pipeline zuul (jenkins) will leave an actual +1 rather than simply not updating its preexisting +1, which will cause zuul to send it into the gate pipeline when that happens | 00:54 |
| Sukhdev | clarkb: Ah I see | 00:55 |
| *** timcline has joined #openstack-infra | 00:55 | |
| Sukhdev | clarkb: Cool - thanks… I will wait and watch | 00:55 |
| *** andreykurilin_ has quit IRC | 00:55 | |
| fungi | there's probably a way go get zuul to query for that condition if it starts happening with any greater frequency, just means additional complexity | 00:56 |
| fungi | i'm going to call it quits for the night, but will probably be around poking at some stuff tomorrow if anyone needs anything | 00:59 |
| asselin | fungi, thanks for all your help this week | 00:59 |
| fungi | asselin: thanks for yours! | 00:59 |
| asselin | going on vacation now. I'll be back next week | 00:59 |
| fungi | this week was amazingly productive | 00:59 |
| *** timcline has quit IRC | 00:59 | |
| fungi | asselin: enjoy a well-earned vacation | 01:00 |
| asselin | thanks. good night to you! | 01:00 |
| * zaro is out, needs to catch a bus | 01:01 | |
| clarkb | zaro: o/ | 01:01 |
| clarkb | asselin: have fun | 01:01 |
| *** dannywilson has quit IRC | 01:01 | |
| asselin | clarkb, thanks for your help too! :) | 01:02 |
| *** craigbr has joined #openstack-infra | 01:03 | |
| *** mkoderer has quit IRC | 01:10 | |
| clarkb | http://logs.openstack.org/16/151816/1/check/gate-project-config-projects-yaml/94832b4/console.html there is curl working for short logs | 01:11 |
| clarkb | will keep trying to get it on the layout job | 01:12 |
| *** mkoderer has joined #openstack-infra | 01:12 | |
| asselin | jeblair, if you're still around. thanks a lot for your help. I updated the meeting page. | 01:12 |
| *** SumitNaiksatam has quit IRC | 01:15 | |
| clarkb | woot it worked for progressiveHtml not so much for consoleText http://logs.openstack.org/15/151815/1/check/gate-project-config-layout/82366be/console.html but I am claiming victory for now | 01:20 |
| clarkb | I think next step is to stop downloading the consoleText at all | 01:20 |
| openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Stop getting console.txt for swift logs https://review.openstack.org/151835 | 01:22 |
| clarkb | theres that | 01:22 |
| *** shivharis has joined #openstack-infra | 01:23 | |
| *** annegent_ has joined #openstack-infra | 01:23 | |
| *** shivharis has quit IRC | 01:24 | |
| *** chuckC__ has joined #openstack-infra | 01:25 | |
| *** outforteaorcoffe is now known as morganfainberg | 01:26 | |
| *** mtanino has quit IRC | 01:27 | |
| *** annegent_ has quit IRC | 01:27 | |
| *** annegent_ has joined #openstack-infra | 01:28 | |
| *** ChuckC has joined #openstack-infra | 01:28 | |
| *** gyee has quit IRC | 01:28 | |
| *** ChuckC_ has quit IRC | 01:28 | |
| *** chuckC__ is now known as chuckC_ | 01:28 | |
| *** baoli has joined #openstack-infra | 01:28 | |
| *** yamahata has joined #openstack-infra | 01:28 | |
| *** rwsu has quit IRC | 01:29 | |
| *** Kerralissa has quit IRC | 01:38 | |
| *** shivharis has joined #openstack-infra | 01:38 | |
| *** r-daneel has quit IRC | 01:44 | |
| *** SumitNaiksatam has joined #openstack-infra | 01:46 | |
| *** Kerralissa has joined #openstack-infra | 01:46 | |
| *** abhirc has quit IRC | 01:46 | |
| *** ashleighfarnham has joined #openstack-infra | 01:51 | |
| dtroyer | clarkb, fungi: still around? Earlier I was looking at the log changes in d-g to remove the screen references and had forgot that d-g is branchless. is there a job-specific way to set SCREEN_LOGDIR for icehouse & juno and LOGDIR for master or do we have a two cycle transition period? | 01:52 |
| clarkb | dtroyer: doesn't screenless devstack still log to a log dir? | 01:53 |
| clarkb | oh I see the variable name is different. Probably the thing to do in d-g is set both one will be ignored depending on the branch | 01:53 |
| clarkb | but otherwise everything will keep working? | 01:53 |
| clarkb | dtroyer: I think that is what I would do, nothing fancy, but you could switch on the branch provided by zuul as well | 01:54 |
| dtroyer | yeah, it should. actually, typing this may have cleared my mind a bit (thank you remote duck) | 01:55 |
| *** craigbr has quit IRC | 01:55 | |
| *** ashleighfarnham has quit IRC | 01:55 | |
| *** yamahata has quit IRC | 01:56 | |
| dtroyer | the change in devtack is to not put logs into the screen subdir any more. setting SCREEN_LOGDIR=LOGDIR should work in icehouse & juno. modulo the bug that danpb found today doing exactly that. | 01:57 |
| *** zz_dimtruck is now known as dimtruck | 01:57 | |
| dtroyer | thanks | 01:57 |
| *** Ryan_Lane has quit IRC | 02:01 | |
| *** patrickeast has quit IRC | 02:02 | |
| *** bdpayne has quit IRC | 02:08 | |
| *** avozza is now known as zz_avozza | 02:10 | |
| *** salv-orlando has quit IRC | 02:13 | |
| *** salv-orlando has joined #openstack-infra | 02:13 | |
| *** Sukhdev has quit IRC | 02:14 | |
| mordred | dtroyer: do you have any negative thoughts about having devstack write out a ~/.config/openstack/clouds.yaml ? | 02:18 |
| *** baoli has quit IRC | 02:19 | |
| *** HeOS has quit IRC | 02:19 | |
| *** HeOS has joined #openstack-infra | 02:20 | |
| *** radez is now known as radez_g0n3 | 02:20 | |
| *** krtaylor has quit IRC | 02:20 | |
| *** krtaylor has joined #openstack-infra | 02:22 | |
| dtroyer | hmmm… that's a good idea, wtf didn't I think of it yet? | 02:23 |
| *** salv-orlando has quit IRC | 02:23 | |
| *** annegent_ has quit IRC | 02:23 | |
| *** salv-orlando has joined #openstack-infra | 02:24 | |
| *** unicell has quit IRC | 02:27 | |
| *** salv-orlando has quit IRC | 02:28 | |
| *** signed8bit is now known as signed8bit_ZZZzz | 02:28 | |
| jogo | clarkb: http://logs.openstack.org/04/136504/14/experimental/check-tempest-dsvm-aiopcpu/0a3e9c7/console.html#_2015-01-30_23_55_19_542 | 02:29 |
| jogo | we are still seeing that failure :/ | 02:29 |
| *** shivharis has quit IRC | 02:30 | |
| *** eharney has quit IRC | 02:30 | |
| openstackgerrit | Joe Gordon proposed openstack-infra/elastic-recheck: Remove query for 1331274 https://review.openstack.org/151843 | 02:32 |
| *** jerryz has joined #openstack-infra | 02:37 | |
| *** eharney has joined #openstack-infra | 02:44 | |
| *** dimsum__ has joined #openstack-infra | 02:49 | |
| *** stevemar has quit IRC | 02:49 | |
| *** krtaylor has quit IRC | 02:50 | |
| *** dimsum__ has quit IRC | 02:54 | |
| *** tqtran has quit IRC | 02:55 | |
| *** yamamoto has joined #openstack-infra | 02:58 | |
| openstackgerrit | Spencer Krum proposed openstack-infra/puppet-httpd: Rename apache2 to httpd globally https://review.openstack.org/151098 | 02:59 |
| *** zz_avozza is now known as avozza | 03:01 | |
| *** baoli has joined #openstack-infra | 03:02 | |
| *** krtaylor has joined #openstack-infra | 03:03 | |
| *** yamamoto has quit IRC | 03:04 | |
| *** yamamoto has joined #openstack-infra | 03:05 | |
| *** homeless has left #openstack-infra | 03:07 | |
| *** annegent_ has joined #openstack-infra | 03:08 | |
| *** markvoelker has joined #openstack-infra | 03:09 | |
| *** yamahata has joined #openstack-infra | 03:10 | |
| *** avozza is now known as zz_avozza | 03:13 | |
| *** yamamoto has quit IRC | 03:20 | |
| *** baoli has quit IRC | 03:21 | |
| *** annegent_ has quit IRC | 03:23 | |
| *** markvoelker has quit IRC | 03:24 | |
| *** armax has joined #openstack-infra | 03:25 | |
| *** yamamoto has joined #openstack-infra | 03:26 | |
| *** eharney has quit IRC | 03:35 | |
| *** KanagarajM has joined #openstack-infra | 03:38 | |
| *** ashleighfarnham has joined #openstack-infra | 03:40 | |
| *** armax has quit IRC | 03:44 | |
| *** ashleighfarnham has quit IRC | 03:45 | |
| *** eharney has joined #openstack-infra | 03:49 | |
| *** KanagarajM has quit IRC | 03:55 | |
| *** dannywilson has joined #openstack-infra | 03:59 | |
| *** doobi-sham-96336 has joined #openstack-infra | 04:00 | |
| *** dannywilson has quit IRC | 04:03 | |
| *** yamahata has quit IRC | 04:04 | |
| *** zz_avozza is now known as avozza | 04:05 | |
| *** yamamoto has quit IRC | 04:10 | |
| *** achanda has joined #openstack-infra | 04:11 | |
| *** Kerralissa has quit IRC | 04:12 | |
| *** Kerralissa has joined #openstack-infra | 04:13 | |
| *** avozza is now known as zz_avozza | 04:14 | |
| *** koolhead17 has joined #openstack-infra | 04:17 | |
| *** Kerralissa has quit IRC | 04:18 | |
| *** annegent_ has joined #openstack-infra | 04:18 | |
| mordred | clarkb: http://www.zingermanscampbacon.com/ | 04:19 |
| clarkb | wow | 04:19 |
| mordred | jeblair: ^^ mid cycle ? | 04:20 |
| *** crc32 has joined #openstack-infra | 04:21 | |
| clarkb | mordred did you see the post jenkins requests worked? | 04:23 |
| mordred | clarkb: WOOT | 04:23 |
| mordred | lifeless: I mean, other tahn suck | 04:23 |
| mordred | gah | 04:23 |
| mordred | clarkb: I mean,other than suck | 04:24 |
| *** signed8bit_ZZZzz is now known as signed8bit | 04:24 | |
| mordred | lifeless: sorry - I have NO IDEA how I tab completed you instead of clarkb | 04:24 |
| *** signed8bit has quit IRC | 04:24 | |
| clarkb | so close to use swift for logs | 04:24 |
| clarkb | then we can have all the terrabytes | 04:24 |
| mordred | SO MANY TERRABYTES | 04:27 |
| *** achanda has quit IRC | 04:28 | |
| *** achanda has joined #openstack-infra | 04:31 | |
| *** sigmavirus24 is now known as sigmavirus24_awa | 04:31 | |
| *** harlowja has quit IRC | 04:33 | |
| *** crc32 has quit IRC | 04:33 | |
| *** spzala has quit IRC | 04:37 | |
| *** spzala has joined #openstack-infra | 04:37 | |
| *** doobi-sham-96336 has quit IRC | 04:40 | |
| *** spzala has quit IRC | 04:41 | |
| *** achanda has quit IRC | 04:42 | |
| *** garyh has left #openstack-infra | 04:50 | |
| *** achanda has joined #openstack-infra | 04:51 | |
| *** stevemar has joined #openstack-infra | 04:55 | |
| *** achanda has quit IRC | 04:55 | |
| *** bhunter71 has quit IRC | 04:57 | |
| nibalizer | t-bites sounds like 50's american food | 05:03 |
| *** zz_avozza is now known as avozza | 05:05 | |
| *** annegent_ has quit IRC | 05:06 | |
| *** ivar-laz_ has joined #openstack-infra | 05:07 | |
| *** yamamoto has joined #openstack-infra | 05:11 | |
| *** ivar-laz_ has quit IRC | 05:11 | |
| *** ivar-lazzaro has quit IRC | 05:12 | |
| *** avozza is now known as zz_avozza | 05:15 | |
| *** HeOS has quit IRC | 05:15 | |
| *** Sukhdev has joined #openstack-infra | 05:15 | |
| *** yamamoto has quit IRC | 05:15 | |
| lifeless | mordred: we're both tht awesome | 05:16 |
| *** yamahata has joined #openstack-infra | 05:20 | |
| *** mrmartin has joined #openstack-infra | 05:24 | |
| *** woodster_ has quit IRC | 05:46 | |
| *** Kerralissa has joined #openstack-infra | 05:54 | |
| *** koolhead17 has quit IRC | 05:55 | |
| *** changbl has joined #openstack-infra | 06:02 | |
| *** zz_avozza is now known as avozza | 06:06 | |
| *** krtaylor has quit IRC | 06:06 | |
| *** krtaylor has joined #openstack-infra | 06:11 | |
| *** unicell has joined #openstack-infra | 06:11 | |
| *** ashleighfarnham has joined #openstack-infra | 06:12 | |
| *** krtaylor has quit IRC | 06:14 | |
| *** koolhead17 has joined #openstack-infra | 06:15 | |
| *** krtaylor has joined #openstack-infra | 06:15 | |
| *** avozza is now known as zz_avozza | 06:16 | |
| *** ashleighfarnham has quit IRC | 06:16 | |
| *** sandywalsh has joined #openstack-infra | 06:26 | |
| *** ctlaugh has quit IRC | 06:27 | |
| *** ctlaugh has joined #openstack-infra | 06:29 | |
| *** sandywalsh_ has quit IRC | 06:29 | |
| *** mbacchi has quit IRC | 06:29 | |
| *** michchap has quit IRC | 06:48 | |
| openstackgerrit | Marton Kiss proposed openstack-infra/system-config: Initial commit of Ask website https://review.openstack.org/140043 | 06:51 |
| *** mrmartin has quit IRC | 06:54 | |
| *** achanda has joined #openstack-infra | 06:59 | |
| *** hdd has joined #openstack-infra | 07:01 | |
| *** koolhead17 has quit IRC | 07:01 | |
| *** hdd has quit IRC | 07:06 | |
| *** zz_avozza is now known as avozza | 07:07 | |
| *** Sukhdev has quit IRC | 07:15 | |
| *** avozza is now known as zz_avozza | 07:17 | |
| *** pcrews has quit IRC | 07:18 | |
| *** unicell1 has joined #openstack-infra | 07:28 | |
| *** stevemar has quit IRC | 07:29 | |
| *** stevemar has joined #openstack-infra | 07:29 | |
| *** unicell has quit IRC | 07:30 | |
| *** yamahata has quit IRC | 07:38 | |
| *** dimtruck is now known as zz_dimtruck | 07:39 | |
| *** e0ne has joined #openstack-infra | 07:40 | |
| *** salv-orlando has joined #openstack-infra | 07:42 | |
| *** koolhead17 has joined #openstack-infra | 07:45 | |
| *** salv-orlando has quit IRC | 07:50 | |
| *** salv-orl_ has joined #openstack-infra | 07:51 | |
| nibalizer | hrm all you core types probably went to bed huh | 07:52 |
| nibalizer | or at least, stopped working | 07:52 |
| *** Ryan_Lane has joined #openstack-infra | 08:01 | |
| *** stevemar has quit IRC | 08:02 | |
| *** zz_avozza is now known as avozza | 08:07 | |
| *** yamamoto has joined #openstack-infra | 08:13 | |
| *** avozza is now known as zz_avozza | 08:17 | |
| *** yamamoto has quit IRC | 08:18 | |
| *** ihrachyshka has joined #openstack-infra | 08:27 | |
| *** ihrachyshka has quit IRC | 08:35 | |
| *** zz_avozza is now known as avozza | 08:35 | |
| *** teran has quit IRC | 08:35 | |
| *** achanda has quit IRC | 08:37 | |
| *** koolhead_ has joined #openstack-infra | 08:37 | |
| *** koolhead17 has quit IRC | 08:40 | |
| *** koolhead17 has joined #openstack-infra | 08:43 | |
| *** koolhead_ has quit IRC | 08:45 | |
| *** ihrachyshka has joined #openstack-infra | 08:48 | |
| *** koolhead_ has joined #openstack-infra | 08:48 | |
| *** vigneshvar has joined #openstack-infra | 08:49 | |
| *** koolhead17 has quit IRC | 08:51 | |
| *** otter768 has joined #openstack-infra | 08:51 | |
| *** salv-orl_ has quit IRC | 08:51 | |
| *** salv-orlando has joined #openstack-infra | 08:51 | |
| *** ihrachyshka has quit IRC | 08:54 | |
| *** otter768 has quit IRC | 08:55 | |
| *** koolhead_ has quit IRC | 08:55 | |
| *** Ryan_Lane has quit IRC | 08:57 | |
| *** andreaf has joined #openstack-infra | 09:03 | |
| *** e0ne has quit IRC | 09:13 | |
| *** andreaf has quit IRC | 09:17 | |
| *** yamamoto has joined #openstack-infra | 09:22 | |
| *** yamamoto has quit IRC | 09:28 | |
| *** yolanda has quit IRC | 09:35 | |
| *** vs has joined #openstack-infra | 09:35 | |
| *** dhritishikhar has joined #openstack-infra | 09:36 | |
| *** teran has joined #openstack-infra | 09:36 | |
| *** yolanda has joined #openstack-infra | 09:37 | |
| *** teran has quit IRC | 09:41 | |
| *** avozza is now known as zz_avozza | 09:45 | |
| vs | Hello! I want to delete my account at review.openstack.org. could someone help me? just can't find the way to do it | 09:45 |
| vs | or maybe someone have an gerrit admin's contacts? | 09:46 |
| *** dizquierdo has joined #openstack-infra | 09:46 | |
| *** ashleighfarnham has joined #openstack-infra | 09:49 | |
| nibalizer | vs: this is the right place to ask | 09:52 |
| nibalizer | let me find the docs | 09:52 |
| nibalizer | http://ci.openstack.org/gerrit.html#deleting-a-user-from-gerrit | 09:53 |
| nibalizer | ya looks like you'll need an admin | 09:53 |
| nibalizer | vs: what is your gerrit username? | 09:53 |
| nibalizer | also note that its saturday pretty much everywhere so it might take some time for this to happen | 09:53 |
| nibalizer | if you want to ask again durring the work week that is one strategy | 09:54 |
| vs | vstruk is my gerrit user. attached to email sla237@gmail.com | 09:54 |
| nibalizer | the other is to send an email with your gerrit username to openstack-infra@lists.openstack.org. | 09:54 |
| *** ashleighfarnham has quit IRC | 09:54 | |
| nibalizer | the admins may want some form of verification, im not sure | 09:54 |
| nibalizer | probably you showing up in chat alone is insufficient, anyways i have to go, sorry I can't help more | 09:55 |
| vs | thank you! i'll send a email to openstack-infra | 09:55 |
| *** dhritishikhar has quit IRC | 09:56 | |
| *** zhiwei has joined #openstack-infra | 09:56 | |
| *** zz_avozza is now known as avozza | 09:57 | |
| *** markmcclain has quit IRC | 10:11 | |
| *** yamamoto has joined #openstack-infra | 10:11 | |
| *** markmcclain has joined #openstack-infra | 10:12 | |
| *** yamamoto has quit IRC | 10:21 | |
| *** psedlak has quit IRC | 10:23 | |
| *** dhritishikhar has joined #openstack-infra | 10:28 | |
| *** psedlak has joined #openstack-infra | 10:37 | |
| *** teran has joined #openstack-infra | 10:37 | |
| *** avozza is now known as zz_avozza | 10:39 | |
| *** zz_avozza is now known as avozza | 10:40 | |
| *** teran has quit IRC | 10:42 | |
| *** otter768 has joined #openstack-infra | 10:52 | |
| *** ihrachyshka has joined #openstack-infra | 10:54 | |
| *** otter768 has quit IRC | 10:56 | |
| *** nelsnels_ has joined #openstack-infra | 10:57 | |
| *** jerryz has quit IRC | 10:58 | |
| *** nelsnelson has quit IRC | 10:59 | |
| *** andreykurilin_ has joined #openstack-infra | 11:11 | |
| *** dhritishikhar has quit IRC | 11:12 | |
| jklare | hi, anybody here? | 11:15 |
| *** avozza is now known as zz_avozza | 11:20 | |
| *** yamamoto has joined #openstack-infra | 11:21 | |
| *** ihrachyshka has quit IRC | 11:21 | |
| *** ihrachyshka has joined #openstack-infra | 11:24 | |
| *** yamamoto has quit IRC | 11:26 | |
| openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/storyboard: Pass the old entity values in the NotificationHook https://review.openstack.org/151645 | 11:35 |
| *** dalgaaf has joined #openstack-infra | 11:35 | |
| *** michchap has joined #openstack-infra | 11:36 | |
| *** teran has joined #openstack-infra | 11:38 | |
| *** yolanda has quit IRC | 11:42 | |
| *** teran has quit IRC | 11:43 | |
| openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/storyboard: Pass the old entity values in the NotificationHook https://review.openstack.org/151645 | 11:45 |
| *** changbl has quit IRC | 11:46 | |
| *** hj-hp has joined #openstack-infra | 11:53 | |
| *** mase_x200 has joined #openstack-infra | 11:55 | |
| *** mase_x200 has quit IRC | 11:59 | |
| *** mase_x200 has joined #openstack-infra | 12:00 | |
| *** andreykurilin_ has quit IRC | 12:00 | |
| *** sputnik13 has joined #openstack-infra | 12:01 | |
| *** sputnik13 has quit IRC | 12:06 | |
| *** mase_x200_ has joined #openstack-infra | 12:08 | |
| *** mase_x200 has quit IRC | 12:10 | |
| *** sputnik13 has joined #openstack-infra | 12:14 | |
| *** dizquierdo has quit IRC | 12:15 | |
| *** hj-hp has quit IRC | 12:15 | |
| *** mase_x200_ has quit IRC | 12:22 | |
| *** mase_x200 has joined #openstack-infra | 12:22 | |
| *** sputnik13 has quit IRC | 12:23 | |
| nibalizer | jklare: whats your question? | 12:28 |
| *** mase_x200 has quit IRC | 12:36 | |
| *** teran has joined #openstack-infra | 12:38 | |
| *** teran has quit IRC | 12:43 | |
| *** yolanda has joined #openstack-infra | 12:47 | |
| *** otter768 has joined #openstack-infra | 12:53 | |
| *** mase_x200 has joined #openstack-infra | 12:54 | |
| *** otter768 has quit IRC | 12:57 | |
| *** dhritishikhar has joined #openstack-infra | 13:11 | |
| *** signed8bit has joined #openstack-infra | 13:14 | |
| *** signed8bit has quit IRC | 13:14 | |
| *** Pablo has joined #openstack-infra | 13:18 | |
| *** Pablo has quit IRC | 13:19 | |
| *** ashleighfarnham has joined #openstack-infra | 13:27 | |
| *** ashleighfarnham has quit IRC | 13:31 | |
| *** ihrachyshka has quit IRC | 13:33 | |
| *** ildikov_ has joined #openstack-infra | 13:35 | |
| *** dizquierdo has joined #openstack-infra | 13:36 | |
| *** ildikov has quit IRC | 13:38 | |
| *** teran has joined #openstack-infra | 13:39 | |
| *** pzhurba__ has quit IRC | 13:42 | |
| *** teran has quit IRC | 13:43 | |
| *** dhritishikhar has quit IRC | 13:57 | |
| *** dizquierdo has quit IRC | 13:59 | |
| *** hdd has joined #openstack-infra | 14:02 | |
| fungi | vs we can't really delete accounts, but we can mark them inactive (which is basically the same since you won't be able to use the account and it will no longer receive e-mail) | 14:05 |
| *** dizquierdo has joined #openstack-infra | 14:11 | |
| *** mase_x200 has quit IRC | 14:13 | |
| *** yamamoto has joined #openstack-infra | 14:24 | |
| *** niska` has quit IRC | 14:26 | |
| *** yamamoto has quit IRC | 14:29 | |
| openstackgerrit | Merged openstack-infra/project-config: Stop getting console.txt for swift logs https://review.openstack.org/151835 | 14:33 |
| *** ihrachyshka has joined #openstack-infra | 14:35 | |
| openstackgerrit | Merged openstack-infra/project-config: Move missing periodic qa jobs to tempest experimental https://review.openstack.org/151815 | 14:36 |
| *** niska has joined #openstack-infra | 14:37 | |
| openstackgerrit | Merged openstack-infra/project-config: Clean-up deleted/refactored puppet module repo not https://review.openstack.org/151816 | 14:37 |
| *** hdd has quit IRC | 14:39 | |
| openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Adds a Sphinx theme for use for docs.openstack.org https://review.openstack.org/151766 | 14:39 |
| *** teran has joined #openstack-infra | 14:40 | |
| *** ihrachyshka has quit IRC | 14:40 | |
| *** dhritishikhar has joined #openstack-infra | 14:44 | |
| *** ihrachyshka has joined #openstack-infra | 14:44 | |
| *** teran has quit IRC | 14:45 | |
| *** weshay has quit IRC | 14:48 | |
| *** zhiwei has quit IRC | 14:51 | |
| *** openstackgerrit has quit IRC | 14:51 | |
| *** openstackgerrit has joined #openstack-infra | 14:52 | |
| *** mriedem1 has joined #openstack-infra | 14:53 | |
| *** otter768 has joined #openstack-infra | 14:54 | |
| *** mriedem has quit IRC | 14:54 | |
| *** vigneshvar has quit IRC | 14:56 | |
| *** vigneshvar has joined #openstack-infra | 14:57 | |
| *** otter768 has quit IRC | 14:58 | |
| *** dhritishikhar has quit IRC | 14:58 | |
| *** ZZelle has joined #openstack-infra | 15:00 | |
| *** baoli has joined #openstack-infra | 15:09 | |
| *** niska has quit IRC | 15:12 | |
| *** abhirc has joined #openstack-infra | 15:12 | |
| *** hdd has joined #openstack-infra | 15:15 | |
| *** e0ne has joined #openstack-infra | 15:16 | |
| *** niska has joined #openstack-infra | 15:16 | |
| *** dhritishikhar has joined #openstack-infra | 15:16 | |
| *** e0ne has quit IRC | 15:26 | |
| *** jerryz has joined #openstack-infra | 15:30 | |
| *** changbl has joined #openstack-infra | 15:33 | |
| *** carl_baldwin has joined #openstack-infra | 15:34 | |
| *** jpeeler has quit IRC | 15:38 | |
| *** hdd has quit IRC | 15:40 | |
| *** baoli has quit IRC | 15:41 | |
| *** teran has joined #openstack-infra | 15:41 | |
| *** dizquierdo has quit IRC | 15:42 | |
| *** teran has quit IRC | 15:45 | |
| *** niska has quit IRC | 15:47 | |
| *** mriedem has joined #openstack-infra | 15:55 | |
| *** mriedem1 has quit IRC | 15:57 | |
| *** woodster_ has joined #openstack-infra | 16:03 | |
| *** ihrachyshka has quit IRC | 16:04 | |
| *** dizquierdo has joined #openstack-infra | 16:09 | |
| *** pcrews has joined #openstack-infra | 16:09 | |
| *** doude has quit IRC | 16:10 | |
| *** annegent_ has joined #openstack-infra | 16:12 | |
| *** carl_baldwin has quit IRC | 16:14 | |
| *** yamahata has joined #openstack-infra | 16:16 | |
| *** ashleighfarnham has joined #openstack-infra | 16:16 | |
| *** ashleighfarnham has quit IRC | 16:21 | |
| *** ihrachyshka has joined #openstack-infra | 16:21 | |
| *** dizquierdo has quit IRC | 16:23 | |
| *** pcrews has quit IRC | 16:24 | |
| *** ihrachyshka has quit IRC | 16:27 | |
| *** _nadya_ has joined #openstack-infra | 16:28 | |
| *** e0ne has joined #openstack-infra | 16:35 | |
| *** nelsnels_ has quit IRC | 16:37 | |
| *** ihrachyshka has joined #openstack-infra | 16:37 | |
| jeblair | mordred: "First response spawns a thread about eventlet ..." | 16:38 |
| jeblair | mordred: boom-tish! | 16:38 |
| clarkb | jeblair the post thing worked | 16:39 |
| jeblair | clarkb: i saw! that's flawsome! | 16:39 |
| clarkb | so one more cleanup change related to all that (stop copying two files) and we should be good | 16:39 |
| clarkb | of course not sure what happens when jenkins 502s but problem to solve later | 16:40 |
| *** teran has joined #openstack-infra | 16:41 | |
| *** teran has quit IRC | 16:46 | |
| *** e0ne has quit IRC | 16:46 | |
| *** ihrachyshka has quit IRC | 16:47 | |
| *** superdan is now known as dansmith | 16:47 | |
| *** salv-orlando has quit IRC | 16:49 | |
| *** salv-orl_ has joined #openstack-infra | 16:49 | |
| waynr | clarkb: hey i heard you are gonna give a talk about jenkins job builder next month | 16:51 |
| *** ddieterly has quit IRC | 16:51 | |
| openstackgerrit | Anne Gentle proposed openstack-infra/project-config: Adds a Sphinx theme for use for docs.openstack.org https://review.openstack.org/151766 | 16:52 |
| *** otter768 has joined #openstack-infra | 16:54 | |
| clarkb | waynr thats what I heard too. I wwas told its the thing people want so the people will get it | 16:55 |
| waynr | it is a pretty cool tool | 16:56 |
| waynr | are there any plans to make it available as a library? | 16:56 |
| *** _nadya_ has quit IRC | 16:57 | |
| *** ddieterly has joined #openstack-infra | 16:58 | |
| clarkb | as a library? its python so it should be reconsumable | 16:58 |
| *** david-lyle has joined #openstack-infra | 16:58 | |
| waynr | i guess i haven't even tried | 16:58 |
| *** otter768 has quit IRC | 16:59 | |
| *** ihrachyshka has joined #openstack-infra | 16:59 | |
| *** david-lyle is now known as david-lyle_afk | 16:59 | |
| *** dizquierdo has joined #openstack-infra | 17:00 | |
| mordred | jeblair: :) | 17:01 |
| *** niska has joined #openstack-infra | 17:01 | |
| mordred | jeblair: I mean, I cannot believe that we could not get at least one response in without turning it in to an eventlet thread | 17:01 |
| *** armax has joined #openstack-infra | 17:04 | |
| *** yamahata has quit IRC | 17:04 | |
| *** ihrachyshka has quit IRC | 17:07 | |
| *** e0ne has joined #openstack-infra | 17:10 | |
| *** e0ne has quit IRC | 17:16 | |
| *** annegent_ has quit IRC | 17:23 | |
| *** annegent_ has joined #openstack-infra | 17:24 | |
| *** baoli has joined #openstack-infra | 17:24 | |
| *** salv-orl_ has quit IRC | 17:25 | |
| *** salv-orlando has joined #openstack-infra | 17:26 | |
| *** yamamoto has joined #openstack-infra | 17:26 | |
| *** sabeen1 has joined #openstack-infra | 17:27 | |
| *** armax has quit IRC | 17:27 | |
| *** unicell has joined #openstack-infra | 17:28 | |
| *** annegent_ has quit IRC | 17:29 | |
| *** sabeen1 has quit IRC | 17:29 | |
| *** dizquierdo has quit IRC | 17:29 | |
| *** unicell1 has quit IRC | 17:29 | |
| *** _nadya_ has joined #openstack-infra | 17:30 | |
| *** carl_baldwin has joined #openstack-infra | 17:31 | |
| *** yamamoto has quit IRC | 17:31 | |
| *** baoli has quit IRC | 17:37 | |
| *** salv-orlando has quit IRC | 17:37 | |
| *** salv-orlando has joined #openstack-infra | 17:37 | |
| *** _nadya_ has quit IRC | 17:39 | |
| *** teran has joined #openstack-infra | 17:42 | |
| *** baoli has joined #openstack-infra | 17:44 | |
| *** teran has quit IRC | 17:48 | |
| *** dims has joined #openstack-infra | 17:50 | |
| fungi | waynr: it's been getting somewhat libified already... my understanding is that some of its routines will get used to reinterpret jjb yaml (within a limited context) to define turbo-hipster configuration, allowing us a smoother migration path away from jenkins | 17:52 |
| *** annegent_ has joined #openstack-infra | 17:53 | |
| waynr | yeah that's the kind of use i was thinking about | 17:55 |
| *** andreykurilin_ has joined #openstack-infra | 17:56 | |
| waynr | well, that and use the yamlparser to provide datastructures for use in linting jjb configs | 17:56 |
| waynr | looks like that is currently possible but for my purposes i want to improve the yamlparser | 17:57 |
| *** salv-orlando has quit IRC | 17:58 | |
| *** annegent_ has quit IRC | 17:59 | |
| *** woodster_ has quit IRC | 18:06 | |
| *** _nadya_ has joined #openstack-infra | 18:13 | |
| *** stevemar has joined #openstack-infra | 18:14 | |
| *** baoli has quit IRC | 18:17 | |
| *** _nadya_ has quit IRC | 18:19 | |
| *** baoli has joined #openstack-infra | 18:20 | |
| *** carl_baldwin has quit IRC | 18:21 | |
| *** carl_baldwin has joined #openstack-infra | 18:22 | |
| *** dims has quit IRC | 18:22 | |
| *** carl_baldwin has quit IRC | 18:31 | |
| *** baoli has quit IRC | 18:31 | |
| *** baoli has joined #openstack-infra | 18:32 | |
| *** ashleighfarnham has joined #openstack-infra | 18:33 | |
| *** ashleighfarnham has quit IRC | 18:37 | |
| *** changbl has quit IRC | 18:39 | |
| *** stevemar has quit IRC | 18:41 | |
| *** otter768 has joined #openstack-infra | 18:41 | |
| *** sputnik13 has joined #openstack-infra | 18:44 | |
| *** teran has joined #openstack-infra | 18:45 | |
| *** armax has joined #openstack-infra | 18:45 | |
| *** dhritishikhar has quit IRC | 18:46 | |
| *** dims has joined #openstack-infra | 18:46 | |
| *** dims has quit IRC | 18:46 | |
| *** dhritishikhar has joined #openstack-infra | 18:49 | |
| *** teran has quit IRC | 18:50 | |
| *** jerryz has quit IRC | 18:51 | |
| *** mwagner_lap has quit IRC | 18:51 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add test for name defaults overridden by template https://review.openstack.org/146585 | 18:52 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Fix bug in template job yaml expansion. https://review.openstack.org/150666 | 18:52 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Interpolate params inside of params. https://review.openstack.org/143138 | 18:52 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add plugins_info to module registry object. https://review.openstack.org/132927 | 18:53 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add Parameterized Remote Trigger Plugin support. https://review.openstack.org/150327 | 18:53 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add support for hipchat notifier 0.1.8 https://review.openstack.org/135843 | 18:53 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Update 'timeout' wrapper module https://review.openstack.org/129467 | 18:54 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Support the use of lists in trigger-build publisher. https://review.openstack.org/150598 | 18:54 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Support the use of lists in trigger-build builder. https://review.openstack.org/150597 | 18:54 |
| *** annegent_ has joined #openstack-infra | 18:54 | |
| *** annegent_ has quit IRC | 18:59 | |
| *** Hal has joined #openstack-infra | 19:04 | |
| *** ayoung has quit IRC | 19:04 | |
| *** Hal is now known as Guest56858 | 19:04 | |
| *** tmcpeak has joined #openstack-infra | 19:09 | |
| *** ddieterly has quit IRC | 19:10 | |
| *** annegent_ has joined #openstack-infra | 19:11 | |
| *** ddieterly has joined #openstack-infra | 19:11 | |
| *** woodster_ has joined #openstack-infra | 19:18 | |
| *** tmcpeak has quit IRC | 19:20 | |
| *** andreykurilin_ has quit IRC | 19:22 | |
| *** sigmavirus24_awa is now known as sigmavirus24 | 19:24 | |
| openstackgerrit | Anne Gentle proposed openstack-infra/project-config: Adds a Sphinx theme for use for docs.openstack.org https://review.openstack.org/151766 | 19:27 |
| *** EmilienM|afk is now known as EmilienM | 19:32 | |
| *** baoli has quit IRC | 19:35 | |
| clarkb | I just kicked off image rebuilds for bare-trusty. That should get us to pretty close to where we need to be for the console log uploads | 19:35 |
| clarkb | and should have everything ready for jhesketh tomorrow hwile I am busy watching football :) | 19:35 |
| HenryG | fungi: ping. Can you help me add members to gerrit group networking-cisco-core ? | 19:36 |
| *** dhritishikhar has quit IRC | 19:37 | |
| HenryG | (Not sure how it started off empty?) | 19:37 |
| clarkb | HenryG: they all start empty | 19:37 |
| *** achanda has joined #openstack-infra | 19:37 | |
| clarkb | HenryG: what is the user to add? | 19:37 |
| HenryG | clarkb: OK. Is there a process to add folks? | 19:38 |
| clarkb | yes a gerrit admin has to add the initial member, what account should I add? | 19:38 |
| HenryG | clarkb: let's start with me. My gerrit username is gessau | 19:38 |
| *** baoli has joined #openstack-infra | 19:38 | |
| clarkb | HenryG: done, you can now add and remove members to the -core and -release groups for that project | 19:39 |
| HenryG | clarkb: awesome, tyvm! | 19:39 |
| clarkb | no problem | 19:39 |
| *** armax has quit IRC | 19:39 | |
| *** jerryz has joined #openstack-infra | 19:42 | |
| clarkb | jhesketh: I think next step is likely to add the swift log uploads back to the devstack gate jobs. A quick spot check of a devstack-trusty node shows the virtualenv is in place for that with magic and requests installed | 19:43 |
| clarkb | jhesketh: that should let us exercise it a bit more with multiple files | 19:43 |
| *** teran has joined #openstack-infra | 19:46 | |
| *** vigneshvar has quit IRC | 19:49 | |
| *** teran has quit IRC | 19:51 | |
| *** changbl has joined #openstack-infra | 20:05 | |
| *** jichen has joined #openstack-infra | 20:08 | |
| *** jichen has quit IRC | 20:08 | |
| *** annegent_ has quit IRC | 20:09 | |
| *** jichen has joined #openstack-infra | 20:09 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add plugins_info to module registry object. https://review.openstack.org/132927 | 20:11 |
| *** ayoung has joined #openstack-infra | 20:16 | |
| *** e0ne has joined #openstack-infra | 20:21 | |
| clarkb | http://logs.openstack.org/15/151715/3/check/gate-project-config-layout/b14dbeb/console.html now with fewer retries for the file we don't upload | 20:22 |
| clarkb | rax-iad is still building the new image but it is in place everywhere else | 20:22 |
| *** hashar has joined #openstack-infra | 20:22 | |
| *** annegent_ has joined #openstack-infra | 20:25 | |
| *** ayoung has quit IRC | 20:25 | |
| *** e0ne has quit IRC | 20:26 | |
| *** _nadya_ has joined #openstack-infra | 20:26 | |
| *** annegent_ has quit IRC | 20:26 | |
| *** yamamoto has joined #openstack-infra | 20:29 | |
| *** sputnik13 has quit IRC | 20:29 | |
| *** sigmavirus24 is now known as sigmavirus24_awa | 20:31 | |
| *** vs has quit IRC | 20:32 | |
| *** yamamoto has quit IRC | 20:33 | |
| *** e0ne has joined #openstack-infra | 20:35 | |
| *** teran has joined #openstack-infra | 20:35 | |
| *** achanda has quit IRC | 20:35 | |
| *** hashar has quit IRC | 20:36 | |
| *** SumitNaiksatam has quit IRC | 20:37 | |
| *** SumitNaiksatam has joined #openstack-infra | 20:38 | |
| *** hj-hp has joined #openstack-infra | 20:40 | |
| *** sputnik13 has joined #openstack-infra | 20:40 | |
| *** bradjones_ has joined #openstack-infra | 20:41 | |
| *** bradjones has quit IRC | 20:41 | |
| *** bradjones_ is now known as bradjones | 20:41 | |
| *** bradjones has joined #openstack-infra | 20:41 | |
| waynr | is it common for people to keep all their gerrit project changes in a single branch? | 20:51 |
| *** bradjones has quit IRC | 20:51 | |
| waynr | managing the dependencies between commits (specifically rebasing a bunch of branches whenever a parent with many children needs to be updated) is becoming confusing for me :'( | 20:52 |
| waynr | although one good thing about that is i am coming to better understanding of git it feels arduous, like i'm doing something wrong | 20:53 |
| *** hj-hp has quit IRC | 20:53 | |
| clarkb | no I only serialize if necessary | 20:55 |
| waynr | i may have at least one unnecessary serialization, i also don't tend to keep parent commits in their own local branch which might be helpful | 20:57 |
| *** _nadya_ has quit IRC | 20:59 | |
| *** bradjones has joined #openstack-infra | 21:01 | |
| *** sputnik13 has quit IRC | 21:04 | |
| *** sputnik13 has joined #openstack-infra | 21:05 | |
| timrc | pleia2, Congrats on the double nomination for infra-core and infra-root! | 21:09 |
| *** e0ne has quit IRC | 21:11 | |
| mordred | waynr: I have become a master at git reset and git reflog | 21:17 |
| mordred | waynr: it's entirely possible that if I just actually used local branches my life would be 100x easier | 21:17 |
| clarkb | mordred go louisville? | 21:17 |
| mordred | clarkb: I'm not watching that game - I'm keeping my energy saved for the next one ... | 21:18 |
| mordred | clarkb: is louisville winning? | 21:18 |
| clarkb | yes | 21:18 |
| clarkb | but it is early | 21:18 |
| *** sputnik13 has quit IRC | 21:19 | |
| mordred | result = stack_operation(heat, name, state) | 21:19 |
| mordred | gah | 21:19 |
| clarkb | mordred is duke up next? | 21:19 |
| mordred | clarkb: yah - vs. virginia | 21:20 |
| *** Guest56858 has quit IRC | 21:20 | |
| mordred | I believe the outcome will show us something about both teams | 21:20 |
| *** woodster_ has quit IRC | 21:26 | |
| *** ddieterly has quit IRC | 21:31 | |
| clarkb | mordred I have homebrew and will be smoking brisket and pork butt for tomorrow you should be in portland | 21:33 |
| waynr | mordred: i have a tmux window with a pane dedicated to: watch -cn 5 "git show-branch | tac | tail -n $(($LINES-4))" | 21:33 |
| waynr | helps while i am doing git things like untangling all my topic branches | 21:34 |
| *** woodster_ has joined #openstack-infra | 21:34 | |
| *** achanda has joined #openstack-infra | 21:36 | |
| *** sputnik13 has joined #openstack-infra | 21:38 | |
| *** sputnik13 has quit IRC | 21:39 | |
| *** achanda has quit IRC | 21:41 | |
| openstackgerrit | Merged openstack-infra/shade: Use the "iterate timeout" idiom from nodepool https://review.openstack.org/149087 | 21:42 |
| *** achanda has joined #openstack-infra | 21:43 | |
| *** jerryz has quit IRC | 21:47 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add plugins_info to module registry object. https://review.openstack.org/132927 | 21:51 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add plugins_info to module registry object. https://review.openstack.org/132927 | 21:52 |
| waynr | is it possible to reset back to a different patch set? i just made a nonsensical commit message change. | 21:55 |
| clarkb | yes sort of | 21:57 |
| clarkb | gerrit doesnt let you repush an identical patchset so you can push a new patchset that is identical except for say the commit message | 21:58 |
| *** jamielennox|away is now known as jamielennox | 22:04 | |
| *** jamielennox is now known as jamielennox|away | 22:05 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add plugins_info to module registry object. https://review.openstack.org/132927 | 22:07 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Implement recursive search for test fixtures. https://review.openstack.org/151898 | 22:12 |
| *** thedodd has joined #openstack-infra | 22:15 | |
| mordred | clarkb: you know my favorite thing? | 22:17 |
| mordred | when I see code like this: | 22:17 |
| mordred | if "not be found" not in err.message: | 22:17 |
| mordred | module.fail_json(msg=err.message) | 22:17 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Update 'timeout' wrapper module https://review.openstack.org/129467 | 22:18 |
| *** mriedem1 has joined #openstack-infra | 22:18 | |
| *** mriedem has quit IRC | 22:20 | |
| *** ddieterly has joined #openstack-infra | 22:20 | |
| *** thedodd has quit IRC | 22:22 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add Parameterized Remote Trigger Plugin support. https://review.openstack.org/150327 | 22:25 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add support for hipchat notifier 0.1.8 https://review.openstack.org/135843 | 22:25 |
| *** yamamoto has joined #openstack-infra | 22:31 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add Parameterized Remote Trigger Plugin support. https://review.openstack.org/150327 | 22:33 |
| *** sabeen has joined #openstack-infra | 22:33 | |
| *** yamamoto has quit IRC | 22:36 | |
| *** ashleighfarnham has joined #openstack-infra | 22:45 | |
| *** ashleighfarnham has quit IRC | 22:49 | |
| *** yamamoto has joined #openstack-infra | 22:58 | |
| *** achanda has quit IRC | 23:09 | |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Fix bug in template job yaml expansion. https://review.openstack.org/150666 | 23:09 |
| *** achanda has joined #openstack-infra | 23:09 | |
| fungi | mordred: i used to use local branches, now i just rely on clean, reset --hard origin/master and shas from reflog. i think it's ultimately easier _when_ you're keeping state in gerrit rather than locally | 23:21 |
| fungi | and git review -d/-x | 23:22 |
| openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Update 'timeout' wrapper module https://review.openstack.org/129467 | 23:22 |
| mordred | fungi: yup. that's exactly what I Do | 23:22 |
| mordred | fungi: do you know about the -B arg to checkout? | 23:23 |
| fungi | yep | 23:23 |
| fungi | i use that if i really want to make a branch | 23:23 |
| *** yamamoto has quit IRC | 23:23 | |
| mordred | yah. I almost never want to though | 23:23 |
| fungi | especially since if i already had a branch by that name i likely don't care what was in it before | 23:23 |
| fungi | hence -B rather than -b | 23:23 |
| fungi | there's some ocd part of me that really wants to go delete all local branches in my clones from time to time, but i give into it less and less | 23:24 |
| fungi | after all, disk space is virtually limitless (or limitelessly virtual) now | 23:25 |
| *** andreykurilin_ has joined #openstack-infra | 23:26 | |
| *** ddieterly has quit IRC | 23:31 | |
| mordred | fungi: isn't disk space passe? | 23:34 |
| fungi | disks are so last decade | 23:37 |
| fungi | my data is on virtual storage on virtual storage. turtles all the way down | 23:38 |
| *** Kerralissa has quit IRC | 23:40 | |
| *** dmsimard_away is now known as dmsimard | 23:40 | |
| *** jgriffith has quit IRC | 23:42 | |
| *** sressot has quit IRC | 23:42 | |
| *** ruhe has quit IRC | 23:43 | |
| *** WendellM_ has quit IRC | 23:43 | |
| *** jgriffith has joined #openstack-infra | 23:43 | |
| *** ruhe has joined #openstack-infra | 23:43 | |
| *** mriedem has joined #openstack-infra | 23:44 | |
| *** WendellM has joined #openstack-infra | 23:44 | |
| *** achanda has quit IRC | 23:44 | |
| *** sressot has joined #openstack-infra | 23:45 | |
| *** Vivek_ has quit IRC | 23:45 | |
| *** mriedem1 has quit IRC | 23:45 | |
| *** therve has quit IRC | 23:46 | |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Port to use keystone sessions and auth plugins https://review.openstack.org/148795 | 23:46 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Add consistent methods for returning dicts https://review.openstack.org/148794 | 23:46 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Create a neutron client https://review.openstack.org/147731 | 23:46 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Pass service_name to nova_client constructor https://review.openstack.org/150564 | 23:46 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Add heat support https://review.openstack.org/151900 | 23:46 |
| *** sabeen has quit IRC | 23:46 | |
| mordred | SpamapS: ^^ can you look at the heat patch there? | 23:46 |
| *** Vivek has joined #openstack-infra | 23:47 | |
| *** Vivek is now known as Guest71578 | 23:47 | |
| *** therve has joined #openstack-infra | 23:49 | |
| *** andreykurilin|ho has joined #openstack-infra | 23:50 | |
| *** andreykurilin_ has quit IRC | 23:51 | |
| *** gibi has quit IRC | 23:51 | |
| *** gibi has joined #openstack-infra | 23:51 | |
| *** dmsimard is now known as dmsimard_away | 23:59 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!