jeblair | clarkb: ready | 00:00 |
---|---|---|
clarkb | its going | 00:00 |
*** baoli has quit IRC | 00:00 | |
*** teran has quit IRC | 00:01 | |
*** teran has joined #openstack-infra | 00:01 | |
*** dkliban_biab is now known as dkliban | 00:03 | |
clarkb | still waiting on devstack-precise node to build | 00:03 |
clarkb | we have bare-trusty and devstack-trusty though | 00:03 |
*** alexpilotti has quit IRC | 00:04 | |
*** banix has joined #openstack-infra | 00:04 | |
*** kgiusti has left #openstack-infra | 00:04 | |
*** alexpilotti has joined #openstack-infra | 00:04 | |
jeblair | i think we have devstack-price now | 00:04 |
jeblair | precise even | 00:04 |
fungi | one workaround would be to set min-ready for devstack-precise to 10 by hand in the nodepol.yaml temporarily to try a few in parallel | 00:04 |
clarkb | yup we do | 00:05 |
jeblair | clarkb: shall i start zuul? | 00:05 |
clarkb | jeblair: I think so | 00:05 |
fungi | we're down to ~600 nodes left on nodepool-dev but it's falling fairly steadily | 00:05 |
*** dkliban is now known as dkliban_afk | 00:06 | |
jeblair | gate-neutron-docs: NOT_REGISTERED | 00:06 |
clarkb | huh where are they running that | 00:06 |
jeblair | huh | 00:06 |
clarkb | should be bare-trusty which we did have | 00:07 |
*** ZZelle_ has quit IRC | 00:07 | |
*** Masahiro has joined #openstack-infra | 00:07 | |
*** banix has quit IRC | 00:07 | |
jeblair | re-enqueue complete | 00:09 |
*** mpavlase has quit IRC | 00:09 | |
clarkb | oh thats from icehouse or one is | 00:09 |
clarkb | and that would go on bare-precise | 00:09 |
clarkb | :/ | 00:09 |
jeblair | ah | 00:09 |
*** SumitNaiksatam has quit IRC | 00:10 | |
jeblair | well, sorry this didn't work out :( | 00:10 |
clarkb | progress at least | 00:10 |
jeblair | maybe since we know a little more about what happened, i can focus on reproducing that | 00:10 |
fungi | data good | 00:12 |
*** Masahiro has quit IRC | 00:12 | |
clarkb | looks like we are mostly back in business now | 00:14 |
jeblair | yep | 00:14 |
*** SumitNaiksatam has joined #openstack-infra | 00:15 | |
*** banix has joined #openstack-infra | 00:17 | |
*** banix has quit IRC | 00:18 | |
shashankhegde | Hi | 00:18 |
shashankhegde | I have a quick question about devstack | 00:18 |
shashankhegde | I am noticing that if I stack master using devstack, stack.sh does not cleanup all the processes it starts | 00:19 |
shashankhegde | still see this process "python,3952 /home/shashank/devstack/tools/outfilter.py -v -o /opt/stack/logs/stack.sh.log.2014-11-26-155228" after stack.sh completes | 00:19 |
shashankhegde | Any idea why this is left behind? | 00:20 |
shashankhegde | This doesn't happen when I stack 'stable/juno' | 00:20 |
*** banix has joined #openstack-infra | 00:21 | |
fungi | shashankhegde: sudo -H -u stack stdbuf -oL -eL ./stack.sh > /dev/null | 00:23 |
fungi | shashankhegde: that's how we run it in our (upstream openstack) ci | 00:23 |
clarkb | exec 1> >( $TOP_DIR/tools/outfilter.py -v -o "${LOGFILE}" ) 2>&1 appears to be the line that runs outfilter | 00:23 |
*** fandi has joined #openstack-infra | 00:23 | |
clarkb | which I think says connect fd 1 to outfilters stdin (fd 0) and redirect our stderr to stdout | 00:24 |
fungi | i think that's the same process someone else was reporting kept stack.sh from returning after completion | 00:24 |
*** kashyapc has joined #openstack-infra | 00:24 | |
fungi | so, yeah, that's likely leaving an fd open | 00:24 |
*** tnovacik has quit IRC | 00:25 | |
*** david-lyle is now known as david-lyle_afk | 00:26 | |
shashankhegde | clarkb, fungi Thanks for the info | 00:31 |
*** mmaglana has quit IRC | 00:31 | |
shashankhegde | Looking at the last few lines in stack.sh, I see that the fads should be closed (though I am no expert in bash scripting) | 00:31 |
*** banix has quit IRC | 00:32 | |
clarkb | shashankhegde: I would try running it wrapped with stdbuf as fungi pointed out | 00:33 |
shashankhegde | Yeah, I'll try that | 00:34 |
shashankhegde | Thanks! | 00:34 |
*** Ryan_Lane has quit IRC | 00:34 | |
*** banix has joined #openstack-infra | 00:36 | |
openstackgerrit | Thanh Ha proposed openstack-infra/jenkins-job-builder: Add support for Gerrit Trigger Comment Contains Expression https://review.openstack.org/136605 | 00:38 |
*** jerryz has joined #openstack-infra | 00:40 | |
*** jungleboyj has joined #openstack-infra | 00:41 | |
*** alexpilotti_ has joined #openstack-infra | 00:45 | |
openstackgerrit | Merged openstack-dev/hacking: Fixing broken while loop in imports.py https://review.openstack.org/136517 | 00:46 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Refactor sources out of triggers https://review.openstack.org/118993 | 00:47 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Fix pep8 issues https://review.openstack.org/115187 | 00:47 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add gerrit reviews into patchset approvals https://review.openstack.org/97390 | 00:47 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add support for negative requirements https://review.openstack.org/102726 | 00:47 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Configure triggers dynamically https://review.openstack.org/119534 | 00:47 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add support for 'connection' concept https://review.openstack.org/121528 | 00:47 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Call driver methods more dynamically https://review.openstack.org/119533 | 00:47 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add base class for triggers https://review.openstack.org/119532 | 00:47 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add base class for sources https://review.openstack.org/119531 | 00:47 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add base class for reporters https://review.openstack.org/119530 | 00:47 |
*** marun has joined #openstack-infra | 00:47 | |
*** alexpilotti has quit IRC | 00:47 | |
*** alexpilotti_ is now known as alexpilotti | 00:47 | |
shashankhegde | fungi: clarkb It worked! | 00:51 |
openstackgerrit | Merged openstack-infra/project-config: Add a new project in stackforge named as i18n-test to maintain the test codes for i18n and l10n functions. https://review.openstack.org/135857 | 00:51 |
shashankhegde | Thanks | 00:51 |
fungi | 135857 is another attempt to grind an error out of manage-projects with my patch applied | 00:54 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/project-config: Move zuul_swift_upload to publisher https://review.openstack.org/133172 | 01:01 |
jhesketh | sdague: when you get a chance, I've responded to your comments on https://review.openstack.org/#/c/126474/1 | 01:02 |
*** Masahiro has joined #openstack-infra | 01:02 | |
*** ekarlso- has quit IRC | 01:12 | |
*** ekarlso- has joined #openstack-infra | 01:13 | |
fungi | stackforge/i18n-test created successfully too | 01:13 |
*** banix has quit IRC | 01:13 | |
*** hdd has joined #openstack-infra | 01:14 | |
*** ddieterly has joined #openstack-infra | 01:15 | |
*** reed has quit IRC | 01:19 | |
*** bdpayne_ has quit IRC | 01:20 | |
*** dannywilson has quit IRC | 01:20 | |
*** davideagnello has quit IRC | 01:22 | |
*** AJaeger has quit IRC | 01:25 | |
*** patrickeast has joined #openstack-infra | 01:29 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-monasca acls and review group. https://review.openstack.org/136432 | 01:30 |
fungi | and that ^ one to the same end | 01:31 |
*** ryanpetrello has joined #openstack-infra | 01:33 | |
*** kashyapc has left #openstack-infra | 01:34 | |
*** rmcall has quit IRC | 01:34 | |
*** MarkAtwood has joined #openstack-infra | 01:34 | |
*** patrickeast has quit IRC | 01:35 | |
*** AJaeger has joined #openstack-infra | 01:38 | |
*** unicell has joined #openstack-infra | 01:40 | |
fungi | also worked | 01:42 |
*** yaguang has joined #openstack-infra | 01:43 | |
clarkb | fungi: looking good for your change then | 01:44 |
fungi | yep, i replied to the "no new projects for now" thread on the ml with a recommendation that we press forward with it | 01:45 |
*** otter768 has joined #openstack-infra | 01:45 | |
*** Ryan_Lane has joined #openstack-infra | 01:46 | |
*** ivar-laz_ has joined #openstack-infra | 01:47 | |
*** r-daneel has quit IRC | 01:47 | |
fungi | nodepool looks to have about caught up on zuul's current demand, and the remaining straggler nodes on nodepool-dev are now finally deleted | 01:49 |
*** Bart has quit IRC | 01:49 | |
*** ivar-lazzaro has quit IRC | 01:49 | |
*** otter768 has quit IRC | 01:49 | |
fungi | so i think i'll retire for the night. getting on the road early tomorrow, and still need to pack | 01:49 |
*** ivar-laz_ has quit IRC | 01:50 | |
clarkb | good night | 01:50 |
*** patrickeast has joined #openstack-infra | 01:50 | |
clarkb | I am staring at gear code to see if anything comes to me | 01:51 |
*** banix has joined #openstack-infra | 01:55 | |
*** Masahiro has quit IRC | 01:56 | |
*** salv-orlando has quit IRC | 01:56 | |
clarkb | jeblair: I think that the asyncio server may not do reconnections properly | 01:57 |
clarkb | jeblair: it removes the fd from the connection map and from epoll but I don't see where it says close that connection then connect again | 01:58 |
clarkb | jeblair: or at least close the connection so that the client/worker will reconnect | 01:58 |
*** jerryz1 has joined #openstack-infra | 01:59 | |
*** banix has quit IRC | 01:59 | |
*** shashankhegde has quit IRC | 01:59 | |
*** jerryz has quit IRC | 02:00 | |
*** baoli has joined #openstack-infra | 02:01 | |
*** banix has joined #openstack-infra | 02:01 | |
*** fandi has quit IRC | 02:01 | |
*** yamahata has joined #openstack-infra | 02:02 | |
*** achanda has joined #openstack-infra | 02:04 | |
clarkb | jeblair: I think _lostConnection in the non blocking class needs to append the connection to inactive connections list which it doesn't do best I can tell | 02:04 |
*** banix has quit IRC | 02:05 | |
clarkb | this may explain why the connection to mergers stays open but no data is sent to the mergers. However there is probably an underlying issues that causes those connections to error which is a separate problem | 02:05 |
clarkb | left that in the review | 02:08 |
*** Masahiro has joined #openstack-infra | 02:10 | |
*** stevemar has joined #openstack-infra | 02:11 | |
*** nosnos has joined #openstack-infra | 02:11 | |
*** banix has joined #openstack-infra | 02:12 | |
*** ryanpetrello has quit IRC | 02:12 | |
*** fifieldt has joined #openstack-infra | 02:13 | |
*** MarkAtwood has quit IRC | 02:16 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/os-loganalyze: Add support for non-text files https://review.openstack.org/107267 | 02:16 |
*** sdake has quit IRC | 02:17 | |
*** jaypipes has quit IRC | 02:18 | |
*** chandankumar has joined #openstack-infra | 02:26 | |
*** wuhg has joined #openstack-infra | 02:28 | |
*** achanda has quit IRC | 02:28 | |
*** guest764 has quit IRC | 02:31 | |
*** asettle is now known as alex-PT | 02:31 | |
*** achanda has joined #openstack-infra | 02:31 | |
*** mmaglana has joined #openstack-infra | 02:31 | |
*** mmaglana has quit IRC | 02:32 | |
*** hdd has quit IRC | 02:33 | |
*** achanda has quit IRC | 02:41 | |
*** achanda has joined #openstack-infra | 02:43 | |
*** melwitt has quit IRC | 02:44 | |
*** patrickeast has quit IRC | 02:45 | |
*** yamamoto_ has joined #openstack-infra | 02:46 | |
*** yamahata has quit IRC | 02:47 | |
*** banix has quit IRC | 02:51 | |
*** zz_dimtruck is now known as dimtruck | 02:51 | |
*** KanagarajM has joined #openstack-infra | 02:54 | |
*** Masahiro has quit IRC | 03:06 | |
*** achanda has quit IRC | 03:11 | |
*** achanda has joined #openstack-infra | 03:14 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/os-loganalyze: DO NOT MERGE Add support for non-text files https://review.openstack.org/107267 | 03:14 |
*** achanda has quit IRC | 03:16 | |
*** harlowja_ is now known as harlowja_away | 03:18 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/os-loganalyze: Add support for non-text files https://review.openstack.org/107267 | 03:19 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/system-config: Use the latest jquery on zuul https://review.openstack.org/98029 | 03:23 |
*** marun has quit IRC | 03:27 | |
*** rushiagr_away is now known as rushiagr | 03:28 | |
*** juice has quit IRC | 03:29 | |
*** juice has joined #openstack-infra | 03:32 | |
*** Ryan_Lane has quit IRC | 03:36 | |
*** marun has joined #openstack-infra | 03:36 | |
*** juice has quit IRC | 03:39 | |
*** koolhead17 has joined #openstack-infra | 03:40 | |
*** marun has quit IRC | 03:41 | |
*** baoli has quit IRC | 03:42 | |
*** juice has joined #openstack-infra | 03:44 | |
*** otter768 has joined #openstack-infra | 03:45 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/system-config: display zuul in gerrit change https://review.openstack.org/125944 | 03:46 |
*** emagana has quit IRC | 03:47 | |
*** baoli has joined #openstack-infra | 03:48 | |
*** otter768 has quit IRC | 03:50 | |
*** juice has quit IRC | 03:54 | |
*** Masahiro has joined #openstack-infra | 03:54 | |
openstackgerrit | Kiall Mac Innes proposed openstack-infra/project-config: Add Designate BIND9 DSVM Job https://review.openstack.org/137506 | 03:55 |
*** juice has joined #openstack-infra | 03:55 | |
*** alexpilotti has quit IRC | 03:56 | |
openstackgerrit | Kiall Mac Innes proposed openstack-infra/project-config: Add Designate BIND9 DSVM Job https://review.openstack.org/137506 | 03:58 |
*** pcrews has quit IRC | 04:00 | |
*** nosnos has quit IRC | 04:00 | |
*** sasik has joined #openstack-infra | 04:03 | |
*** sasik has left #openstack-infra | 04:03 | |
*** juice has quit IRC | 04:03 | |
*** juice has joined #openstack-infra | 04:04 | |
*** sabeen1 has quit IRC | 04:06 | |
*** jkt_ has joined #openstack-infra | 04:06 | |
*** alex-PT is now known as asettle | 04:08 | |
*** darvon_ has joined #openstack-infra | 04:08 | |
*** nijaba_ has joined #openstack-infra | 04:08 | |
*** nijaba_ has joined #openstack-infra | 04:08 | |
*** LinuxJedi_ has joined #openstack-infra | 04:09 | |
*** jkt has quit IRC | 04:09 | |
*** darvon has quit IRC | 04:09 | |
*** nijaba has quit IRC | 04:09 | |
*** LinuxJedi has quit IRC | 04:09 | |
*** gema has quit IRC | 04:09 | |
*** MarkAtwood has joined #openstack-infra | 04:09 | |
*** gema_ has joined #openstack-infra | 04:09 | |
*** bhunter71 has quit IRC | 04:10 | |
*** abhishek has joined #openstack-infra | 04:10 | |
*** darvon_ is now known as darvon | 04:10 | |
*** Longgeek has joined #openstack-infra | 04:11 | |
*** abhishek has quit IRC | 04:12 | |
*** rushiagr is now known as rushiagr_away | 04:15 | |
*** Ryan_Lane has joined #openstack-infra | 04:15 | |
*** Longgeek has quit IRC | 04:16 | |
*** yamahata has joined #openstack-infra | 04:17 | |
*** shashankhegde has joined #openstack-infra | 04:17 | |
*** baoli has quit IRC | 04:18 | |
*** wuhg has quit IRC | 04:20 | |
*** wuhg_ has joined #openstack-infra | 04:20 | |
*** yfried|afk is now known as yfried | 04:20 | |
*** dannywilson has joined #openstack-infra | 04:21 | |
*** dannywilson has quit IRC | 04:25 | |
*** oomichi_ has joined #openstack-infra | 04:30 | |
*** yfried is now known as yfried|afk | 04:30 | |
*** otter768 has joined #openstack-infra | 04:30 | |
*** juice has quit IRC | 04:34 | |
*** emagana has joined #openstack-infra | 04:35 | |
*** juice has joined #openstack-infra | 04:37 | |
*** stevemar has quit IRC | 04:39 | |
*** Masahiro has quit IRC | 04:41 | |
*** juice has quit IRC | 04:42 | |
*** sdake_ has quit IRC | 04:42 | |
*** juice has joined #openstack-infra | 04:43 | |
*** Masahiro has joined #openstack-infra | 04:45 | |
*** sdake_ has joined #openstack-infra | 04:45 | |
*** nosnos has joined #openstack-infra | 04:49 | |
*** otter768 has quit IRC | 04:49 | |
*** yamahata has quit IRC | 04:58 | |
*** emagana has quit IRC | 04:59 | |
*** emagana has joined #openstack-infra | 04:59 | |
*** chandankumar has quit IRC | 05:04 | |
*** emagana has quit IRC | 05:04 | |
*** MarkAtwood has quit IRC | 05:05 | |
*** hdd has joined #openstack-infra | 05:06 | |
*** koolhead_ has joined #openstack-infra | 05:06 | |
*** rushiagr_away is now known as rushiagr | 05:06 | |
*** koolhead17 has quit IRC | 05:08 | |
*** sdake_ has quit IRC | 05:08 | |
*** garyh has quit IRC | 05:09 | |
*** garyh has joined #openstack-infra | 05:11 | |
*** shashankhegde has quit IRC | 05:13 | |
*** hdd has quit IRC | 05:17 | |
*** amotoki has joined #openstack-infra | 05:18 | |
*** Masahiro has quit IRC | 05:22 | |
*** Ryan_Lane has quit IRC | 05:22 | |
*** Ryan_Lane has joined #openstack-infra | 05:23 | |
*** MarkAtwood has joined #openstack-infra | 05:29 | |
*** HeOS_ has quit IRC | 05:30 | |
*** rakhmerov has quit IRC | 05:31 | |
*** HeOS_ has joined #openstack-infra | 05:31 | |
*** rakhmerov has joined #openstack-infra | 05:31 | |
*** Masahiro has joined #openstack-infra | 05:32 | |
*** vhoward has joined #openstack-infra | 05:34 | |
*** dimtruck is now known as zz_dimtruck | 05:34 | |
*** Ryan_Lane has quit IRC | 05:35 | |
*** Ryan_Lane has joined #openstack-infra | 05:35 | |
*** atan8 has joined #openstack-infra | 05:38 | |
*** garyh has quit IRC | 05:38 | |
*** BharatK has joined #openstack-infra | 05:39 | |
*** xyang0 has quit IRC | 05:42 | |
*** Longgeek has joined #openstack-infra | 05:42 | |
*** ryanpetrello has joined #openstack-infra | 05:45 | |
*** Longgeek has quit IRC | 05:47 | |
*** harlowja_at_home has joined #openstack-infra | 05:49 | |
*** otter768 has joined #openstack-infra | 05:52 | |
*** asettle has quit IRC | 05:53 | |
*** asettle has joined #openstack-infra | 05:54 | |
*** chandankumar has joined #openstack-infra | 06:02 | |
*** vipul has quit IRC | 06:02 | |
*** otter768 has quit IRC | 06:02 | |
*** stevemar has joined #openstack-infra | 06:03 | |
*** Masahiro has quit IRC | 06:04 | |
*** vipul has joined #openstack-infra | 06:04 | |
*** harlowja_at_home has quit IRC | 06:05 | |
*** yamamoto_ has quit IRC | 06:06 | |
*** emagana has joined #openstack-infra | 06:06 | |
*** Masahiro has joined #openstack-infra | 06:08 | |
openstackgerrit | Andrey Pavlov proposed openstack-infra/jenkins-job-builder: Add parameter to trigger_parameterized_builds https://review.openstack.org/137455 | 06:08 |
openstackgerrit | Andrey Pavlov proposed openstack-infra/jenkins-job-builder: Add parameter to trigger_parameterized_builds https://review.openstack.org/137455 | 06:10 |
*** ryanpetrello has quit IRC | 06:11 | |
*** guest764 has joined #openstack-infra | 06:14 | |
*** sarob has joined #openstack-infra | 06:16 | |
*** MarkAtwood has quit IRC | 06:20 | |
*** sarob has quit IRC | 06:21 | |
*** k4n0 has joined #openstack-infra | 06:26 | |
*** guest764 has quit IRC | 06:27 | |
*** e0ne has joined #openstack-infra | 06:31 | |
*** e0ne has quit IRC | 06:33 | |
*** yfried|afk is now known as yfried | 06:33 | |
*** emagana has quit IRC | 06:34 | |
*** emagana has joined #openstack-infra | 06:34 | |
*** e0ne has joined #openstack-infra | 06:37 | |
*** vigneshvar has joined #openstack-infra | 06:38 | |
*** asettle has quit IRC | 06:38 | |
*** emagana has quit IRC | 06:39 | |
*** e0ne has quit IRC | 06:39 | |
*** BharatK has left #openstack-infra | 06:40 | |
*** e0ne has joined #openstack-infra | 06:43 | |
*** yfried is now known as yfried|afk | 06:43 | |
openstackgerrit | bharaththiruveedula proposed openstack-infra/project-config: Commit https://review.openstack.org/137532 | 06:44 |
*** e0ne has quit IRC | 06:46 | |
*** AlexF has joined #openstack-infra | 06:47 | |
*** Ryan_Lane has quit IRC | 06:49 | |
*** jamielennox is now known as jamielennox|away | 06:50 | |
*** e0ne has joined #openstack-infra | 06:50 | |
*** e0ne has quit IRC | 06:52 | |
*** unicell has quit IRC | 06:54 | |
*** ekarlso- has quit IRC | 06:54 | |
*** ekarlso- has joined #openstack-infra | 06:54 | |
*** e0ne has joined #openstack-infra | 06:56 | |
*** AlexF has quit IRC | 06:56 | |
*** e0ne has quit IRC | 06:59 | |
*** _et has joined #openstack-infra | 06:59 | |
*** fandi has joined #openstack-infra | 07:00 | |
*** yfried|afk is now known as yfried | 07:01 | |
*** yamahata has joined #openstack-infra | 07:01 | |
*** amitpp has joined #openstack-infra | 07:02 | |
*** bharath has joined #openstack-infra | 07:02 | |
bharath | fungi: Hi, can you review this https://review.openstack.org/#/c/137532/ ? | 07:03 |
*** e0ne has joined #openstack-infra | 07:03 | |
*** e0ne has quit IRC | 07:05 | |
*** sabeen has joined #openstack-infra | 07:05 | |
*** wuhg_ is now known as wuhg | 07:09 | |
*** e0ne has joined #openstack-infra | 07:10 | |
*** AlexF has joined #openstack-infra | 07:11 | |
*** e0ne has quit IRC | 07:12 | |
*** camunoz_mtg has quit IRC | 07:13 | |
*** dkranz has quit IRC | 07:16 | |
*** Masahiro has quit IRC | 07:16 | |
*** dkranz has joined #openstack-infra | 07:16 | |
*** e0ne has joined #openstack-infra | 07:17 | |
*** sputnik13 has joined #openstack-infra | 07:17 | |
*** e0ne has quit IRC | 07:19 | |
*** Masahiro has joined #openstack-infra | 07:19 | |
*** sputnik13 has quit IRC | 07:19 | |
*** unicell has joined #openstack-infra | 07:20 | |
*** ildikov has quit IRC | 07:21 | |
*** sabeen has quit IRC | 07:22 | |
*** sputnik13 has joined #openstack-infra | 07:22 | |
*** e0ne has joined #openstack-infra | 07:23 | |
*** yamamoto_ has joined #openstack-infra | 07:24 | |
*** e0ne has quit IRC | 07:26 | |
*** e0ne has joined #openstack-infra | 07:31 | |
*** Longgeek has joined #openstack-infra | 07:31 | |
*** jlibosva has joined #openstack-infra | 07:35 | |
*** Longgeek has quit IRC | 07:36 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/system-config: display zuul in gerrit change https://review.openstack.org/125944 | 07:37 |
*** _et_ has joined #openstack-infra | 07:37 | |
*** e0ne has quit IRC | 07:40 | |
*** _et has quit IRC | 07:41 | |
*** che-arne has quit IRC | 07:44 | |
*** e0ne has joined #openstack-infra | 07:44 | |
*** jkt_ is now known as jkt | 07:45 | |
*** berendt has joined #openstack-infra | 07:45 | |
*** e0ne has quit IRC | 07:47 | |
*** juice has quit IRC | 07:52 | |
*** juice has joined #openstack-infra | 07:54 | |
*** stevemar has quit IRC | 07:56 | |
*** mpavlase has joined #openstack-infra | 07:56 | |
*** Longgeek has joined #openstack-infra | 08:01 | |
*** mpavlase has quit IRC | 08:02 | |
*** ZZelle has quit IRC | 08:02 | |
*** ZZelle has joined #openstack-infra | 08:03 | |
*** otter768 has joined #openstack-infra | 08:03 | |
*** sarob has joined #openstack-infra | 08:05 | |
*** salv-orlando has joined #openstack-infra | 08:05 | |
*** dtantsur|afk is now known as dtantsur | 08:06 | |
*** otter768 has quit IRC | 08:07 | |
*** belmoreira has joined #openstack-infra | 08:07 | |
*** gilliard has quit IRC | 08:08 | |
*** mjg1 is now known as gilliard | 08:08 | |
*** sarob has quit IRC | 08:10 | |
*** ildikov has joined #openstack-infra | 08:12 | |
*** vigneshvar_ has joined #openstack-infra | 08:14 | |
*** tnovacik has joined #openstack-infra | 08:14 | |
*** vigneshvar has quit IRC | 08:17 | |
*** sputnik13 has quit IRC | 08:17 | |
*** afazekas has joined #openstack-infra | 08:19 | |
*** talluri has joined #openstack-infra | 08:20 | |
*** e0ne has joined #openstack-infra | 08:23 | |
*** armax has quit IRC | 08:24 | |
*** oomichi_ has quit IRC | 08:24 | |
*** markus_z has joined #openstack-infra | 08:25 | |
*** ZZelle has quit IRC | 08:27 | |
*** dizquierdo has joined #openstack-infra | 08:28 | |
*** amitpp has quit IRC | 08:29 | |
*** luqas has joined #openstack-infra | 08:29 | |
*** ZZelle has joined #openstack-infra | 08:30 | |
*** Masahiro has quit IRC | 08:30 | |
*** jgallard has joined #openstack-infra | 08:32 | |
*** Masahiro has joined #openstack-infra | 08:33 | |
*** amuller has joined #openstack-infra | 08:33 | |
*** juice has quit IRC | 08:35 | |
*** MaxV has joined #openstack-infra | 08:38 | |
*** juice has joined #openstack-infra | 08:39 | |
*** viktors|afk has quit IRC | 08:40 | |
*** ala_ has joined #openstack-infra | 08:41 | |
*** yamahata has quit IRC | 08:43 | |
*** jp_at_hp has joined #openstack-infra | 08:45 | |
*** Longgeek has quit IRC | 08:45 | |
*** AlexF has quit IRC | 08:46 | |
*** Longgeek has joined #openstack-infra | 08:46 | |
*** andreykurilin_ has joined #openstack-infra | 08:47 | |
*** arxcruz has joined #openstack-infra | 08:47 | |
*** teran has quit IRC | 08:48 | |
*** nosnos has quit IRC | 08:49 | |
*** ZZelle has quit IRC | 08:49 | |
*** Longgeek_ has joined #openstack-infra | 08:49 | |
*** mpaolino has joined #openstack-infra | 08:50 | |
*** Longgeek has quit IRC | 08:53 | |
*** yamamoto_ has quit IRC | 08:53 | |
*** tnovacik has quit IRC | 08:55 | |
rcarrillocruz | AJaeger: morning, are you around? | 08:56 |
AJaeger | rcarrillocruz, good morning. Yes, I am. | 08:56 |
rcarrillocruz | hi andreas, i'm wrapping up a Nodepool REST API change, but prior to unflagging WIP on Gerrit I want to add docs for it | 08:56 |
rcarrillocruz | do you know any styles, templates or examples to document APIs ? | 08:57 |
*** mpavlase has joined #openstack-infra | 08:57 | |
*** ZZelle has joined #openstack-infra | 08:57 | |
rcarrillocruz | rather than plain glance, or nova, etc | 08:57 |
rcarrillocruz | i mean 'infra' stuff | 08:57 |
rcarrillocruz | not sure if there's something out there witn an API already so I can look at how docs look like | 08:58 |
*** koolhead_ has quit IRC | 08:58 | |
*** koolhead17 has joined #openstack-infra | 08:59 | |
*** koolhead17 has joined #openstack-infra | 08:59 | |
*** jcoufal has joined #openstack-infra | 09:00 | |
AJaeger | annegentle is currently converting the APIs for the projects to RST, for example https://review.openstack.org/#/c/130550/ | 09:01 |
AJaeger | I'm checking infra stuff ... | 09:01 |
AJaeger | http://ci.openstack.org/storyboard/webapi/v1.html - is the storyboard API | 09:02 |
*** andreykurilin_ has quit IRC | 09:02 | |
*** andreykurilin__ has joined #openstack-infra | 09:02 | |
*** MaxV has quit IRC | 09:02 | |
*** koolhead17 has quit IRC | 09:03 | |
rcarrillocruz | yeah, not that it has much stuff | 09:04 |
*** teran has joined #openstack-infra | 09:04 | |
rcarrillocruz | ok, i'll be creative | 09:04 |
rcarrillocruz | thx | 09:04 |
AJaeger | ;) | 09:05 |
*** thingee has quit IRC | 09:06 | |
*** ihrachyshka has joined #openstack-infra | 09:06 | |
*** liam_ has joined #openstack-infra | 09:07 | |
*** liam_ is now known as Guest33558 | 09:08 | |
*** teran has quit IRC | 09:08 | |
*** ZZelle has quit IRC | 09:10 | |
AJaeger | rcarrillocruz, there's also other APIs around outside OpenStack like https://gerrit-review.googlesource.com/Documentation/rest-api.html | 09:10 |
*** jistr has joined #openstack-infra | 09:10 | |
*** jpich has joined #openstack-infra | 09:10 | |
*** juice has quit IRC | 09:12 | |
*** juice has joined #openstack-infra | 09:13 | |
*** rpodolyaka1 has joined #openstack-infra | 09:14 | |
*** thingee has joined #openstack-infra | 09:15 | |
*** Masahiro has quit IRC | 09:16 | |
*** yamamoto_ has joined #openstack-infra | 09:19 | |
*** marcusvrn has joined #openstack-infra | 09:20 | |
*** yamamoto_ has quit IRC | 09:20 | |
*** Masahiro has joined #openstack-infra | 09:21 | |
*** nfedotov has joined #openstack-infra | 09:22 | |
*** jedimike has joined #openstack-infra | 09:24 | |
*** yamamoto_ has joined #openstack-infra | 09:24 | |
*** ZZelle has joined #openstack-infra | 09:24 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 09:26 | |
*** yamamoto_ has quit IRC | 09:26 | |
johnthetubaguy | fungi: clarkb: if you can get me instance ids or image ids I can check out what the problem is for any build that fails | 09:28 |
johnthetubaguy | fungi: clarkb: I am seeing 99% success rate for the last 24 hours, but you are right, there are some "could not fetch image" errors | 09:29 |
*** MaxV has joined #openstack-infra | 09:30 | |
*** thingee has quit IRC | 09:30 | |
*** yamamoto_ has joined #openstack-infra | 09:30 | |
AJaeger | johnthetubaguy, fungi is out until Monday due to Thanksgiving. Not sure about clarkb's plans but he's in the US as well... Thanks for the offer, I'm just not sure when you get a reply... | 09:33 |
*** yfried is now known as yfried|afk | 09:33 | |
johnthetubaguy | AJaeger: yeah, it was more for when they get back | 09:33 |
*** yfried|afk is now known as yfried | 09:36 | |
*** ashaeron has joined #openstack-infra | 09:37 | |
*** yamamoto_ has quit IRC | 09:38 | |
*** nosnos has joined #openstack-infra | 09:39 | |
*** thingee has joined #openstack-infra | 09:39 | |
*** mmedvede has quit IRC | 09:41 | |
*** mmedvede has joined #openstack-infra | 09:42 | |
*** IvanBerezovskiy has joined #openstack-infra | 09:44 | |
*** andreykurilin__ has quit IRC | 09:45 | |
*** yfried is now known as yfried|afk | 09:46 | |
*** juice has quit IRC | 09:46 | |
*** derekh has joined #openstack-infra | 09:46 | |
*** salv-orlando has quit IRC | 09:48 | |
*** thingee has quit IRC | 09:48 | |
*** lttrl has joined #openstack-infra | 09:49 | |
*** juice has joined #openstack-infra | 09:49 | |
*** yfried|afk is now known as yfried | 09:50 | |
*** thingee has joined #openstack-infra | 09:50 | |
openstackgerrit | Masayuki Igawa proposed openstack-infra/subunit2sql: Add an ability to get all test runs to sql2subunit https://review.openstack.org/137558 | 09:51 |
johnthetubaguy | fungi: clarkb: I saw some could not fetch image errors, turns out there was a 401 from glance, server: c25b6f0d-bc34-4376-a669-0516ca905ca7 image: 36805057-cec5-4628-95d5-c479170fddf1 = devstack-trusty-1417014036.template.openstack.org, its odd the permissions don't look bad, and most builds on that image do work, funky | 09:54 |
*** thingee has quit IRC | 09:55 | |
*** nadya has joined #openstack-infra | 09:55 | |
*** nadya is now known as Guest43586 | 09:56 | |
*** thingee has joined #openstack-infra | 09:56 | |
*** juice has quit IRC | 09:57 | |
*** juice has joined #openstack-infra | 09:59 | |
jkt | jhesketh: around? I was wondering if you had some time to explain turbo-hipster's tests to me, as they're quite non-deterministic here on a SMP centos7 | 10:00 |
*** asettle has joined #openstack-infra | 10:00 | |
*** fandi has quit IRC | 10:01 | |
*** fandi has joined #openstack-infra | 10:03 | |
*** otter768 has joined #openstack-infra | 10:04 | |
*** ociuhandu has quit IRC | 10:05 | |
*** teran has joined #openstack-infra | 10:05 | |
*** otter768 has quit IRC | 10:09 | |
*** atan8 has quit IRC | 10:09 | |
*** juice has quit IRC | 10:11 | |
*** yamahata has joined #openstack-infra | 10:12 | |
*** thingee has quit IRC | 10:12 | |
*** Masahiro has quit IRC | 10:13 | |
*** atan8 has joined #openstack-infra | 10:14 | |
*** juice has joined #openstack-infra | 10:14 | |
*** talluri has quit IRC | 10:16 | |
*** Masahiro_ has joined #openstack-infra | 10:20 | |
jhesketh | jkt: I'm not quite here, but what's the change you're looking at? | 10:20 |
*** juice has quit IRC | 10:21 | |
*** Masahiro_ has quit IRC | 10:22 | |
*** thingee has joined #openstack-infra | 10:23 | |
*** juice has joined #openstack-infra | 10:25 | |
*** asettle has quit IRC | 10:27 | |
*** rcarrillocruz has quit IRC | 10:27 | |
*** yfried is now known as yfried|afk | 10:29 | |
*** rcarrillocruz has joined #openstack-infra | 10:30 | |
*** Masahiro has joined #openstack-infra | 10:32 | |
*** Masahiro has quit IRC | 10:34 | |
*** Masahiro has joined #openstack-infra | 10:37 | |
*** ldnunes has joined #openstack-infra | 10:38 | |
*** yamamoto_ has joined #openstack-infra | 10:38 | |
*** unicell has quit IRC | 10:40 | |
*** unicell1 has joined #openstack-infra | 10:40 | |
*** pelix has joined #openstack-infra | 10:43 | |
*** rcarrillocruz has quit IRC | 10:43 | |
*** rcarrillocruz has joined #openstack-infra | 10:43 | |
*** yamamoto_ has quit IRC | 10:44 | |
*** e0ne has quit IRC | 10:46 | |
*** thingee has quit IRC | 10:46 | |
jkt | jhesketh: there's no change; I'm seeing unstable execution of tests with the latest git master | 10:48 |
jkt | jhesketh: sometimes, the execution would just hang, maybe while waiting for thread termination | 10:49 |
*** yfried|afk is now known as yfried | 10:49 | |
jkt | jhesketh: I've also seen a ton of backtraces during cleanup/teardown where individual threads attempt to use a geard connection which was already closed; that one is probably harmless, but ugly nonetheless | 10:49 |
jkt | jhesketh: random shot, are you regularly testing this on SMP, or just on a single-CPU VMs? | 10:50 |
*** ildikov has quit IRC | 10:50 | |
*** ildikov has joined #openstack-infra | 10:50 | |
openstackgerrit | Erno Kuvaja proposed openstack/requirements: Update glance_store dependency https://review.openstack.org/137596 | 10:50 |
jhesketh | jkt: do you mean turbo-hipster's own tests? | 10:51 |
*** thingee has joined #openstack-infra | 10:51 | |
*** koolhead17 has joined #openstack-infra | 10:53 | |
*** juice has quit IRC | 10:56 | |
*** rfolco has joined #openstack-infra | 10:57 | |
jkt | jhesketh: yes | 10:58 |
*** Masahiro has quit IRC | 10:58 | |
*** juice has joined #openstack-infra | 10:59 | |
jkt | jhesketh: http://fpaste.org/154294/01204914/ http://fpaste.org/154325/01491214/ http://fpaste.org/154329/17015140/ | 10:59 |
*** fifieldt has quit IRC | 10:59 | |
*** thingee has quit IRC | 11:00 | |
jkt | jhesketh: note that sometimes it doesn't happen for 10+ test executions, but other times it happens almost always | 11:00 |
jhesketh | ah right, sorry (thought you were talking about tests th runs) | 11:01 |
jkt | jhesketh: just running tests.test_worker_manager.TestWorkerServer.test_zuul_manager_started was quite of ten enough to hit an issue | 11:01 |
jhesketh | jkt: I think I've seen similar issues with zuul's test suite too, but I'm not sure | 11:01 |
jhesketh | hmm, interesting | 11:01 |
jhesketh | I'd have to take a closer look | 11:01 |
jkt | I lack proper insight into how python's tests run and how they interact with threads, unfortunately | 11:01 |
*** jgallard has quit IRC | 11:02 | |
jhesketh | certainly th's test suite is pretty poor and needs some work | 11:02 |
*** rfolco has quit IRC | 11:02 | |
jhesketh | jkt: mind if I ask what you're doing with th? | 11:02 |
jkt | jhesketh: I'm that guy who brought beer to the summit :), KDE things | 11:02 |
*** thingee has joined #openstack-infra | 11:02 | |
jkt | I want it to launch a C++ build and test execution for our projects | 11:03 |
jhesketh | oh neat :-) | 11:03 |
jkt | this sounds easier than messing with Jenkins and JJB just for the sake of using it as a dumb executor | 11:03 |
jkt | and the reason why I looked at the tests is because I found that open change where you added some addiitonal logging | 11:03 |
jhesketh | ah I was writing that before the summit, after which I took a vacation and only just returned yesterady | 11:04 |
jkt | because that's something which would be very, very useful for me; right now, it's rather poor, only saying that the script failed with a non-zero return code | 11:04 |
jhesketh | well the point is that the script should log the failure | 11:04 |
jhesketh | but what is missing is where turbo-hipster itself fails | 11:04 |
jhesketh | so that is what I was working on and hope to return to shortly | 11:05 |
jkt | right, which I'm seeing a lot right now | 11:05 |
jkt | selinux is not fun :) | 11:05 |
jhesketh | heh, the script stuff hasn't really seen much use which is why | 11:05 |
*** yaguang has quit IRC | 11:05 | |
jkt | actually all of the errors were on my side so far | 11:05 |
jhesketh | oh goodness, I can't imagine running it on selinux :p | 11:05 |
jkt | it's just systemd-launched merger creating stuff with init_var_lib_t instead of var_lib_t which apache/git won't read | 11:05 |
jkt | "easy" | 11:05 |
jkt | :p | 11:05 |
jhesketh | heh | 11:06 |
jkt | anyway, do you think that you could finish that logging part "soon"? | 11:06 |
*** dansmith has quit IRC | 11:06 | |
jkt | I might have some limited time to take a look at it, but it's been a couple of years since I did any semi-serious python work | 11:06 |
*** dansmith has joined #openstack-infra | 11:06 | |
*** dansmith is now known as Guest89656 | 11:07 | |
jhesketh | jkt: It's 10pm here, but I'll look at it tomorrow :-) | 11:07 |
jhesketh | no promises it'll get done though as one of the things stopping it is the lack of good testing | 11:07 |
*** teran_ has joined #openstack-infra | 11:08 | |
*** bharath has quit IRC | 11:08 | |
jkt | jhesketh: AUstralia? | 11:11 |
jhesketh | yep | 11:11 |
jkt | okay | 11:12 |
*** teran has quit IRC | 11:12 | |
jkt | I wonder if a call to something like thread.join() into the place where shutdown() is called would help | 11:12 |
*** juice has quit IRC | 11:13 | |
*** mase_x200 has joined #openstack-infra | 11:13 | |
jkt | jhesketh: oh, and I wonder how harmless is removing the deps on JJB and MySQL from the code; we (KDE) aren't using any SQL things at all anyway | 11:14 |
*** Guest43586 has quit IRC | 11:14 | |
jkt | jhesketh: maybe splitting the SQL plugin into something separate? | 11:15 |
*** juice has joined #openstack-infra | 11:17 | |
*** rpodolyaka1 has quit IRC | 11:17 | |
*** thingee has quit IRC | 11:18 | |
*** hogepodge has quit IRC | 11:18 | |
jhesketh | jkt: joining the thread might help find the problem (even if it doesn't fix it) | 11:18 |
jhesketh | jkt: mysql probably shouldn't be a dependency, that's fair enough.. I'd have to look at what needs doing to remove it. jjb on the other hand could probably stay as one | 11:19 |
*** thingee has joined #openstack-infra | 11:19 | |
*** ociuhandu has joined #openstack-infra | 11:19 | |
*** hogepodge has joined #openstack-infra | 11:19 | |
jhesketh | I've started separating out bits of jjb so that it's more like a lib | 11:19 |
jhesketh | I suspect jjb as a templating language could be helpful to kde and then if turbo-hipster consumes that language it makes it easier to define all of the jobs rather than just as shell | 11:20 |
jkt | jhesketh: right | 11:21 |
*** fandi has quit IRC | 11:23 | |
*** rediskin has joined #openstack-infra | 11:24 | |
*** aysyd has joined #openstack-infra | 11:27 | |
jkt | jhesketh: and here we go, one stuck thread remains: http://fpaste.org/154624/70878841/ | 11:31 |
jkt | now why is that using a blocking wait? | 11:34 |
*** adalbas has joined #openstack-infra | 11:36 | |
jkt | jhesketh: I do not think that it's safe to use a blocking call to getJob from either ZuulClient or ZuulManager | 11:38 |
*** thingee has quit IRC | 11:39 | |
*** ociuhandu has quit IRC | 11:40 | |
jkt | right, and the logic in gear's getJob/stopWaitingForJobs is apparently buggy | 11:40 |
*** koolhead17 has quit IRC | 11:40 | |
*** koolhead17 has joined #openstack-infra | 11:41 | |
*** fandi has joined #openstack-infra | 11:42 | |
*** ociuhandu has joined #openstack-infra | 11:43 | |
sdague | jhesketh: while I am mostly not here - I did push up a minor turbohipster review yesterday that you might want to look at - https://review.openstack.org/#/c/137364/ | 11:44 |
*** koolhead17 has quit IRC | 11:46 | |
*** Longgeek_ has quit IRC | 11:46 | |
*** ildikov has quit IRC | 11:48 | |
*** mase_x200 has quit IRC | 11:48 | |
*** thingee has joined #openstack-infra | 11:49 | |
*** ryanpetrello has joined #openstack-infra | 11:54 | |
*** pblaho_ has joined #openstack-infra | 11:56 | |
*** Longgeek has joined #openstack-infra | 11:56 | |
*** e0ne has joined #openstack-infra | 11:56 | |
*** fandi has quit IRC | 11:57 | |
*** thingee has quit IRC | 11:57 | |
*** dkranz has quit IRC | 11:59 | |
*** thingee has joined #openstack-infra | 12:01 | |
*** alexpilotti has joined #openstack-infra | 12:01 | |
*** ildikov has joined #openstack-infra | 12:01 | |
*** dkranz has joined #openstack-infra | 12:02 | |
*** otter768 has joined #openstack-infra | 12:05 | |
*** ryanpetrello has quit IRC | 12:06 | |
*** otter768 has quit IRC | 12:09 | |
*** thingee has quit IRC | 12:09 | |
*** Masahiro has joined #openstack-infra | 12:12 | |
*** jerryz1 has quit IRC | 12:13 | |
*** jerryz has joined #openstack-infra | 12:14 | |
*** Masahiro has quit IRC | 12:15 | |
*** Masahiro has joined #openstack-infra | 12:16 | |
*** Masahiro has quit IRC | 12:18 | |
*** thingee has joined #openstack-infra | 12:18 | |
*** yfried is now known as yfried|afk | 12:21 | |
*** baoli has joined #openstack-infra | 12:22 | |
*** juice has quit IRC | 12:24 | |
*** Masahiro has joined #openstack-infra | 12:25 | |
*** k4n0 has quit IRC | 12:26 | |
*** juice has joined #openstack-infra | 12:26 | |
*** baoli has quit IRC | 12:26 | |
*** yamamoto has joined #openstack-infra | 12:27 | |
*** hashar has joined #openstack-infra | 12:28 | |
*** rpodolyaka1 has joined #openstack-infra | 12:29 | |
*** Masahiro has quit IRC | 12:29 | |
*** juice has quit IRC | 12:31 | |
*** nadya has joined #openstack-infra | 12:31 | |
*** nadya is now known as Guest48080 | 12:32 | |
*** hashar has quit IRC | 12:32 | |
*** mase_x200 has joined #openstack-infra | 12:34 | |
*** juice has joined #openstack-infra | 12:34 | |
*** pelix has quit IRC | 12:34 | |
*** pelix has joined #openstack-infra | 12:35 | |
*** baoli has joined #openstack-infra | 12:36 | |
*** KanagarajM has quit IRC | 12:37 | |
*** rajesht has joined #openstack-infra | 12:38 | |
rajesht | hi all | 12:39 |
rajesht | The following patch is failing on check-grenade-dsvm-partial-ncpu | 12:40 |
rajesht | https://review.openstack.org/#/c/135202 | 12:40 |
rajesht | I have tried to check the root cause of this, but I am not getting any solution. | 12:40 |
rajesht | could anybody please help me understand what is the reason for this failure. | 12:40 |
*** dalgaaf__ has joined #openstack-infra | 12:41 | |
*** yfried|afk is now known as yfried | 12:41 | |
rajesht | After putting recheck also, the same failure happens, it says about build failed. | 12:41 |
rajesht | I have checked in all logs, but could not get any solution as of yet. | 12:41 |
*** dalgaaf__ is now known as dalgaaf | 12:42 | |
*** juice has quit IRC | 12:42 | |
*** juice has joined #openstack-infra | 12:44 | |
*** thingee has quit IRC | 12:45 | |
*** amuller_ has joined #openstack-infra | 12:48 | |
*** yamahata has quit IRC | 12:48 | |
*** amuller has quit IRC | 12:48 | |
*** yfried is now known as yfried|afk | 12:51 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/nodepool: Add REST API to Nodepool https://review.openstack.org/136884 | 12:52 |
*** thingee has joined #openstack-infra | 12:53 | |
*** juice has quit IRC | 12:54 | |
*** juice has joined #openstack-infra | 12:55 | |
*** adalbas has quit IRC | 12:55 | |
*** mclaren has joined #openstack-infra | 12:57 | |
*** thingee has quit IRC | 12:58 | |
mclaren | anyone available to take a quick look at https://review.openstack.org/#/c/137596 ? we'd like to bump once of Glance's libraries, thanks | 12:58 |
*** yfried|afk is now known as yfried | 12:58 | |
*** thingee has joined #openstack-infra | 12:58 | |
*** jgallard has joined #openstack-infra | 13:00 | |
*** nosnos has quit IRC | 13:01 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/nodepool: Add REST API to Nodepool https://review.openstack.org/136884 | 13:06 |
*** adalbas has joined #openstack-infra | 13:08 | |
*** bradjones has quit IRC | 13:10 | |
*** bradjones has joined #openstack-infra | 13:10 | |
*** bradjones has quit IRC | 13:10 | |
*** bradjones has joined #openstack-infra | 13:10 | |
*** atan8 has quit IRC | 13:11 | |
*** jaypipes has joined #openstack-infra | 13:15 | |
openstackgerrit | Andrey Pavlov proposed openstack-infra/jenkins-job-builder: Add 'node' parameter to 'parameters' https://review.openstack.org/137632 | 13:15 |
*** dims has joined #openstack-infra | 13:20 | |
*** leopoldj has joined #openstack-infra | 13:20 | |
*** dims_ has joined #openstack-infra | 13:24 | |
*** _et_ has quit IRC | 13:26 | |
*** dims has quit IRC | 13:27 | |
*** mase_x200 has quit IRC | 13:27 | |
*** hdd has joined #openstack-infra | 13:27 | |
*** unicell1 has quit IRC | 13:27 | |
openstackgerrit | Dmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events https://review.openstack.org/137634 | 13:27 |
*** salv-orlando has joined #openstack-infra | 13:28 | |
*** _et has joined #openstack-infra | 13:30 | |
bookwar | there is this dashboard request https://review.openstack.org/#/c/110174/1 how one can actually use this dashboard in Gerrit? | 13:39 |
*** jerryz1 has joined #openstack-infra | 13:42 | |
*** jerryz has quit IRC | 13:44 | |
openstackgerrit | Dmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events https://review.openstack.org/137634 | 13:45 |
*** vigneshvar_ has quit IRC | 13:47 | |
*** mmedvede has quit IRC | 13:48 | |
*** rkukura_ has joined #openstack-infra | 13:51 | |
*** fandi has joined #openstack-infra | 13:52 | |
*** vdo has joined #openstack-infra | 13:53 | |
*** rkukura has quit IRC | 13:54 | |
*** rkukura_ is now known as rkukura | 13:54 | |
openstackgerrit | Derek Higgins proposed openstack-infra/project-config: Only run tripleo ci jobs against master https://review.openstack.org/137646 | 13:58 |
kashyap | Hi, paste.openstack.org is throwing 500 internal server errors. | 14:00 |
kashyap | It's accessible very intermittently today. | 14:00 |
*** otter768 has joined #openstack-infra | 14:06 | |
*** Masahiro has joined #openstack-infra | 14:06 | |
*** juice has quit IRC | 14:07 | |
*** juice has joined #openstack-infra | 14:08 | |
*** yfried is now known as yfried|afk | 14:09 | |
*** yaguang has joined #openstack-infra | 14:10 | |
*** otter768 has quit IRC | 14:10 | |
*** Masahiro has quit IRC | 14:11 | |
*** rajesht has quit IRC | 14:11 | |
*** mpaolino has quit IRC | 14:16 | |
*** yfried|afk is now known as yfried | 14:17 | |
*** weshay has joined #openstack-infra | 14:20 | |
*** rcarrillocruz has quit IRC | 14:21 | |
*** rcarrillocruz has joined #openstack-infra | 14:22 | |
*** amuller__ has joined #openstack-infra | 14:26 | |
*** erikmwilson has left #openstack-infra | 14:26 | |
*** mpaolino has joined #openstack-infra | 14:29 | |
*** thingee has quit IRC | 14:29 | |
*** berendt has quit IRC | 14:29 | |
*** amuller_ has quit IRC | 14:30 | |
*** sputnik13 has joined #openstack-infra | 14:30 | |
*** luqas has quit IRC | 14:30 | |
*** thingee has joined #openstack-infra | 14:31 | |
*** BobBall has quit IRC | 14:33 | |
*** luqas has joined #openstack-infra | 14:33 | |
*** AJaeger has quit IRC | 14:33 | |
*** AJaeger has joined #openstack-infra | 14:34 | |
*** sputnik13 has quit IRC | 14:35 | |
*** rushiagr has quit IRC | 14:35 | |
*** amuller__ is now known as amuller | 14:39 | |
*** BobBall has joined #openstack-infra | 14:40 | |
*** sandywalsh has quit IRC | 14:40 | |
*** masayukig has quit IRC | 14:44 | |
*** berendt has joined #openstack-infra | 14:46 | |
*** AlexF has joined #openstack-infra | 14:48 | |
*** thingee has quit IRC | 14:48 | |
*** thingee has joined #openstack-infra | 14:49 | |
*** masayukig has joined #openstack-infra | 14:50 | |
*** salv-orlando has quit IRC | 14:53 | |
*** salv-orlando has joined #openstack-infra | 14:54 | |
*** baoli has quit IRC | 14:57 | |
*** baoli has joined #openstack-infra | 14:58 | |
*** chandankumar has quit IRC | 14:58 | |
*** hdd has quit IRC | 14:58 | |
*** yamahata has joined #openstack-infra | 15:00 | |
*** mmedvede has joined #openstack-infra | 15:00 | |
*** ondergetekende has joined #openstack-infra | 15:01 | |
*** psedlak has quit IRC | 15:03 | |
*** rushiagr_away has joined #openstack-infra | 15:04 | |
*** teran_ has quit IRC | 15:04 | |
*** ashaeron has quit IRC | 15:04 | |
*** dims has joined #openstack-infra | 15:05 | |
*** teran has joined #openstack-infra | 15:06 | |
*** teran_ has joined #openstack-infra | 15:06 | |
*** psedlak has joined #openstack-infra | 15:07 | |
*** thingee has quit IRC | 15:08 | |
*** dims_ has quit IRC | 15:09 | |
jkt | hehe, a record so far: got turbo-hipster's testcase to hit that threading race condition in 69 runs | 15:09 |
*** mpaolino has quit IRC | 15:09 | |
*** stevemar has joined #openstack-infra | 15:09 | |
*** jerryz1 has quit IRC | 15:09 | |
*** marcusvrn has quit IRC | 15:09 | |
*** r-daneel has joined #openstack-infra | 15:10 | |
*** teran has quit IRC | 15:10 | |
*** rushiagr_away is now known as rushiagr | 15:11 | |
*** ildikov has quit IRC | 15:11 | |
*** Guest48080 is now known as _nadya_ | 15:12 | |
*** thingee has joined #openstack-infra | 15:13 | |
*** ashaeron has joined #openstack-infra | 15:16 | |
*** yfried has quit IRC | 15:17 | |
*** sarob has joined #openstack-infra | 15:20 | |
*** achanda has joined #openstack-infra | 15:22 | |
*** marcusvrn has joined #openstack-infra | 15:23 | |
*** ildikov has joined #openstack-infra | 15:23 | |
*** mpaolino has joined #openstack-infra | 15:24 | |
*** sarob has quit IRC | 15:25 | |
*** AJaeger has quit IRC | 15:25 | |
*** achanda has quit IRC | 15:27 | |
*** yaguang has quit IRC | 15:33 | |
*** thingee has quit IRC | 15:34 | |
openstackgerrit | Jan KundrĂĄt proposed openstack-infra/gear: Fix race between stopWaitingForJobs() and getJob() https://review.openstack.org/137664 | 15:37 |
*** AJaeger has joined #openstack-infra | 15:38 | |
*** AJaeger has joined #openstack-infra | 15:38 | |
*** thingee has joined #openstack-infra | 15:38 | |
*** berendt has quit IRC | 15:43 | |
jkt | all right, I hope this stuff is fixed now | 15:45 |
*** nfedotov has left #openstack-infra | 15:46 | |
*** sergsh_away has quit IRC | 15:46 | |
*** AlexF has quit IRC | 15:48 | |
*** eharney has quit IRC | 15:50 | |
*** AJaeger has quit IRC | 15:50 | |
*** Masahiro has joined #openstack-infra | 15:55 | |
*** thingee has quit IRC | 15:59 | |
*** davideagnello has joined #openstack-infra | 16:00 | |
*** Masahiro has quit IRC | 16:00 | |
*** skolekonov has quit IRC | 16:00 | |
*** thingee has joined #openstack-infra | 16:04 | |
*** otter768 has joined #openstack-infra | 16:07 | |
*** jamespage_ has joined #openstack-infra | 16:09 | |
*** ashaeron has quit IRC | 16:09 | |
*** banix has joined #openstack-infra | 16:11 | |
*** otter768 has quit IRC | 16:11 | |
*** teran_ has quit IRC | 16:11 | |
*** jamespage_ has quit IRC | 16:14 | |
*** talluri has joined #openstack-infra | 16:18 | |
*** davideagnello has quit IRC | 16:20 | |
*** banix has quit IRC | 16:24 | |
*** banix has joined #openstack-infra | 16:25 | |
*** banix has quit IRC | 16:25 | |
*** talluri has quit IRC | 16:25 | |
*** mclaren has quit IRC | 16:27 | |
*** stevemar has quit IRC | 16:27 | |
*** teran has joined #openstack-infra | 16:35 | |
*** sarob has joined #openstack-infra | 16:36 | |
*** teran_ has joined #openstack-infra | 16:37 | |
*** arxcruz has quit IRC | 16:37 | |
openstackgerrit | Antoine Musso proposed openstack-infra/zuul: cloner: support for ref-updated parameters https://review.openstack.org/137675 | 16:37 |
*** teran has quit IRC | 16:39 | |
*** sarob has quit IRC | 16:41 | |
*** jlibosva has quit IRC | 16:41 | |
*** mpavlase has quit IRC | 16:44 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/project-config: Remove stable compatibility jobs from capped libs https://review.openstack.org/137451 | 16:44 |
openstackgerrit | Doug Hellmann proposed openstack-infra/project-config: Fix layout-checks.py to work in virtualenv https://review.openstack.org/137679 | 16:44 |
*** afazekas has quit IRC | 16:46 | |
*** MaxV has quit IRC | 16:46 | |
*** tkelsey has joined #openstack-infra | 16:47 | |
*** koolhead17 has joined #openstack-infra | 16:47 | |
*** koolhead17 has quit IRC | 16:48 | |
openstackgerrit | Dmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events https://review.openstack.org/137634 | 16:49 |
*** koolhead_ has joined #openstack-infra | 16:50 | |
*** ihrachyshka has quit IRC | 16:50 | |
*** lttrl has quit IRC | 16:52 | |
*** jcoufal has quit IRC | 16:52 | |
*** lttrl has joined #openstack-infra | 16:53 | |
*** markmcclain has quit IRC | 16:58 | |
*** yamahata has quit IRC | 16:58 | |
*** yfried has joined #openstack-infra | 17:02 | |
*** AlexF has joined #openstack-infra | 17:03 | |
*** dtantsur is now known as dtantsur|afk | 17:06 | |
*** vdo has quit IRC | 17:09 | |
*** dizquierdo has quit IRC | 17:10 | |
*** lttrl has quit IRC | 17:10 | |
*** rushiagr is now known as rushiagr_away | 17:11 | |
*** tnovacik has joined #openstack-infra | 17:13 | |
*** banix has joined #openstack-infra | 17:14 | |
*** yamamoto has quit IRC | 17:16 | |
*** thingee has quit IRC | 17:16 | |
*** Longgeek has quit IRC | 17:16 | |
*** e0ne has quit IRC | 17:16 | |
*** thingee has joined #openstack-infra | 17:17 | |
*** hdd has joined #openstack-infra | 17:18 | |
*** _nadya_ has quit IRC | 17:21 | |
*** markus_z has quit IRC | 17:22 | |
*** jpich has quit IRC | 17:23 | |
*** derekh has quit IRC | 17:24 | |
*** talluri has joined #openstack-infra | 17:26 | |
*** talluri has quit IRC | 17:27 | |
*** salv-orlando has quit IRC | 17:28 | |
*** shashankhegde has joined #openstack-infra | 17:30 | |
*** marun has joined #openstack-infra | 17:31 | |
*** talluri has joined #openstack-infra | 17:31 | |
*** armax has joined #openstack-infra | 17:35 | |
*** otter768 has joined #openstack-infra | 17:40 | |
*** Masahiro has joined #openstack-infra | 17:44 | |
*** ZZelle is now known as ZZelle__ | 17:46 | |
*** emagana has joined #openstack-infra | 17:46 | |
*** guest764 has joined #openstack-infra | 17:48 | |
*** Masahiro has quit IRC | 17:48 | |
*** AlexF has quit IRC | 17:49 | |
*** banix has quit IRC | 17:50 | |
*** jistr has quit IRC | 17:50 | |
*** banix has joined #openstack-infra | 17:54 | |
*** LinuxJedi_ is now known as LinuxJedi | 17:55 | |
*** otter768 has quit IRC | 17:59 | |
boris-42 | jhesketh: hi | 18:01 |
*** banix has quit IRC | 18:01 | |
*** tkelsey has quit IRC | 18:02 | |
*** rushiagr_away is now known as rushiagr | 18:02 | |
*** tkelsey has joined #openstack-infra | 18:03 | |
*** tkelsey has quit IRC | 18:03 | |
*** wuhg has quit IRC | 18:03 | |
*** achanda has joined #openstack-infra | 18:04 | |
*** e0ne has joined #openstack-infra | 18:07 | |
*** emagana_ has joined #openstack-infra | 18:08 | |
*** davideagnello has joined #openstack-infra | 18:08 | |
*** hdd has quit IRC | 18:10 | |
*** emagana has quit IRC | 18:10 | |
*** belmoreira has quit IRC | 18:11 | |
*** davideagnello has quit IRC | 18:13 | |
*** atan8 has joined #openstack-infra | 18:15 | |
*** e0ne has quit IRC | 18:17 | |
*** pcrews has joined #openstack-infra | 18:17 | |
*** ivar-lazzaro has joined #openstack-infra | 18:18 | |
*** e0ne has joined #openstack-infra | 18:21 | |
*** miarmak has joined #openstack-infra | 18:23 | |
*** jgallard has quit IRC | 18:23 | |
*** rfolco has joined #openstack-infra | 18:23 | |
*** mpaolino has quit IRC | 18:26 | |
*** rfolco has quit IRC | 18:28 | |
*** achanda has quit IRC | 18:28 | |
*** e0ne has quit IRC | 18:31 | |
*** jp_at_hp has quit IRC | 18:32 | |
*** amuller has quit IRC | 18:33 | |
*** e0ne has joined #openstack-infra | 18:35 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 18:35 | |
*** pblaho_ has quit IRC | 18:36 | |
*** e0ne has quit IRC | 18:37 | |
*** leopoldj has quit IRC | 18:39 | |
*** mugsie has quit IRC | 18:40 | |
*** mugsie has joined #openstack-infra | 18:41 | |
*** talluri has quit IRC | 18:41 | |
*** e0ne has joined #openstack-infra | 18:41 | |
*** rcarrillocruz has quit IRC | 18:43 | |
*** e0ne has quit IRC | 18:43 | |
*** rcarrillocruz has joined #openstack-infra | 18:46 | |
*** e0ne has joined #openstack-infra | 18:48 | |
*** rushiagr is now known as rushiagr_away | 18:48 | |
*** pcrews has quit IRC | 18:49 | |
*** _nadya_ has joined #openstack-infra | 18:51 | |
*** sandywalsh has joined #openstack-infra | 18:51 | |
*** miarmak_ has joined #openstack-infra | 18:51 | |
*** miarmak has quit IRC | 18:51 | |
*** thingee has quit IRC | 18:52 | |
*** thingee has joined #openstack-infra | 18:55 | |
*** rushiagr_away is now known as rushiagr | 18:56 | |
*** e0ne has quit IRC | 18:57 | |
openstackgerrit | Joshua Harlow proposed openstack-infra/project-config: Enable gate/check (with voting) for taskflow-python34 https://review.openstack.org/137693 | 18:58 |
*** stevemar has joined #openstack-infra | 18:58 | |
*** e0ne has joined #openstack-infra | 19:01 | |
*** berendt has joined #openstack-infra | 19:03 | |
*** e0ne has quit IRC | 19:05 | |
*** pelix has quit IRC | 19:06 | |
*** _nadya_ has quit IRC | 19:06 | |
*** ZZelle has joined #openstack-infra | 19:09 | |
*** thingee has quit IRC | 19:09 | |
*** thingee has joined #openstack-infra | 19:10 | |
*** e0ne has joined #openstack-infra | 19:10 | |
*** pcrews has joined #openstack-infra | 19:11 | |
*** hdd has joined #openstack-infra | 19:14 | |
*** e0ne has quit IRC | 19:14 | |
*** berendt has quit IRC | 19:16 | |
*** e0ne has joined #openstack-infra | 19:17 | |
*** teran_ has quit IRC | 19:18 | |
*** e0ne has quit IRC | 19:20 | |
*** emagana_ has quit IRC | 19:21 | |
*** jedimike has quit IRC | 19:21 | |
*** emagana has joined #openstack-infra | 19:21 | |
*** thingee has quit IRC | 19:23 | |
*** e0ne has joined #openstack-infra | 19:24 | |
*** emagana has quit IRC | 19:26 | |
*** e0ne has quit IRC | 19:26 | |
*** mrmartin has joined #openstack-infra | 19:26 | |
*** dims has quit IRC | 19:27 | |
*** nfedotov has joined #openstack-infra | 19:27 | |
*** ivar-lazzaro has quit IRC | 19:27 | |
*** pcrews has quit IRC | 19:27 | |
*** ivar-lazzaro has joined #openstack-infra | 19:28 | |
*** thingee has joined #openstack-infra | 19:28 | |
*** marcusvrn has quit IRC | 19:28 | |
*** e0ne has joined #openstack-infra | 19:30 | |
*** pcrews has joined #openstack-infra | 19:31 | |
*** Masahiro has joined #openstack-infra | 19:33 | |
*** e0ne has quit IRC | 19:34 | |
*** thingee has quit IRC | 19:35 | |
*** nfedotov has quit IRC | 19:36 | |
*** Masahiro has quit IRC | 19:37 | |
*** e0ne has joined #openstack-infra | 19:38 | |
*** achanda has joined #openstack-infra | 19:38 | |
*** thingee has joined #openstack-infra | 19:39 | |
*** nfedotov has joined #openstack-infra | 19:39 | |
*** AlexF has joined #openstack-infra | 19:40 | |
*** e0ne has quit IRC | 19:40 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/project-config: Fix layout-checks.py to work in virtualenv https://review.openstack.org/137679 | 19:41 |
openstackgerrit | Doug Hellmann proposed openstack-infra/project-config: Remove stable compatibility jobs from capped libs https://review.openstack.org/137451 | 19:41 |
*** nfedotov has left #openstack-infra | 19:42 | |
*** achanda has quit IRC | 19:43 | |
*** e0ne has joined #openstack-infra | 19:44 | |
openstackgerrit | Dmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events https://review.openstack.org/137634 | 19:45 |
*** luqas has quit IRC | 19:47 | |
*** e0ne has quit IRC | 19:47 | |
*** hdd has quit IRC | 19:47 | |
*** thingee has quit IRC | 19:48 | |
*** thingee has joined #openstack-infra | 19:48 | |
*** e0ne has joined #openstack-infra | 19:51 | |
*** thingee has quit IRC | 19:53 | |
*** e0ne has quit IRC | 19:53 | |
*** luqas has joined #openstack-infra | 19:55 | |
*** luqas has quit IRC | 19:55 | |
jkt | yahoo, first ever build through Turbo-Hipster within KDE's infra has just passed | 19:55 |
*** teran has joined #openstack-infra | 19:56 | |
jkt | (using a very, very hacked-together and totally unscaleable setup, of course) | 19:56 |
*** e0ne has joined #openstack-infra | 19:57 | |
*** e0ne has quit IRC | 20:00 | |
*** AlexF has quit IRC | 20:00 | |
*** thingee has joined #openstack-infra | 20:01 | |
*** e0ne has joined #openstack-infra | 20:04 | |
*** e0ne has quit IRC | 20:06 | |
*** e0ne has joined #openstack-infra | 20:09 | |
*** emagana has joined #openstack-infra | 20:10 | |
openstackgerrit | Dmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events https://review.openstack.org/137634 | 20:10 |
*** enikanorov__ has joined #openstack-infra | 20:10 | |
*** ociuhandu has quit IRC | 20:11 | |
*** enikanorov_ has quit IRC | 20:11 | |
*** ivar-lazzaro has quit IRC | 20:14 | |
*** e0ne has quit IRC | 20:14 | |
*** ivar-lazzaro has joined #openstack-infra | 20:14 | |
*** thingee has quit IRC | 20:14 | |
*** e0ne has joined #openstack-infra | 20:18 | |
*** e0ne has quit IRC | 20:20 | |
*** shashankhegde has quit IRC | 20:20 | |
*** thingee has joined #openstack-infra | 20:23 | |
*** e0ne has joined #openstack-infra | 20:24 | |
*** ldnunes has quit IRC | 20:24 | |
*** dims has joined #openstack-infra | 20:27 | |
*** e0ne has quit IRC | 20:29 | |
*** e0ne has joined #openstack-infra | 20:32 | |
*** mrmartin has quit IRC | 20:33 | |
*** e0ne has quit IRC | 20:35 | |
*** zz_dimtruck is now known as dimtruck | 20:37 | |
*** e0ne has joined #openstack-infra | 20:39 | |
openstackgerrit | Dmitry Teselkin proposed openstack-infra/zuul: Whitelist for gerrit events https://review.openstack.org/137634 | 20:40 |
*** e0ne has quit IRC | 20:42 | |
*** emagana has quit IRC | 20:44 | |
*** mmedvede has quit IRC | 20:44 | |
*** emagana has joined #openstack-infra | 20:44 | |
*** berendt has joined #openstack-infra | 20:45 | |
*** e0ne has joined #openstack-infra | 20:46 | |
*** emagana_ has joined #openstack-infra | 20:46 | |
*** aysyd has quit IRC | 20:48 | |
*** emagana has quit IRC | 20:49 | |
*** emagana_ has quit IRC | 20:51 | |
*** MaxV has joined #openstack-infra | 20:51 | |
*** e0ne has quit IRC | 20:53 | |
*** salv-orlando has joined #openstack-infra | 20:56 | |
*** e0ne has joined #openstack-infra | 20:57 | |
*** e0ne has quit IRC | 20:59 | |
*** lttrl has joined #openstack-infra | 21:01 | |
*** dimtruck is now known as zz_dimtruck | 21:01 | |
*** dims has quit IRC | 21:02 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/project-config: Fix layout-checks.py to work in virtualenv https://review.openstack.org/137679 | 21:02 |
openstackgerrit | Doug Hellmann proposed openstack-infra/project-config: Remove stable compatibility jobs from capped libs https://review.openstack.org/137451 | 21:02 |
*** andreykurilin_ has joined #openstack-infra | 21:03 | |
*** lttrl has quit IRC | 21:08 | |
*** davideagnello has joined #openstack-infra | 21:12 | |
*** dims has joined #openstack-infra | 21:14 | |
*** emagana has joined #openstack-infra | 21:15 | |
*** emagana has quit IRC | 21:19 | |
*** Masahiro has joined #openstack-infra | 21:21 | |
*** lttrl has joined #openstack-infra | 21:22 | |
*** davideagnello has quit IRC | 21:23 | |
*** Masahiro has quit IRC | 21:26 | |
*** dizquierdo has joined #openstack-infra | 21:31 | |
*** ZZelle has quit IRC | 21:37 | |
*** e0ne has joined #openstack-infra | 21:37 | |
jhesketh | Morning | 21:38 |
jhesketh | boris-42: hey | 21:38 |
*** e0ne has quit IRC | 21:39 | |
openstackgerrit | Merged openstack/requirements: Update glance_store dependency https://review.openstack.org/137596 | 21:40 |
*** thingee has quit IRC | 21:41 | |
jkt | hmm, killing turbo-hipster while a job was running resulted in a Verified +1 | 21:41 |
jkt | http://fpaste.org/154758/24523141/ | 21:42 |
*** thingee has joined #openstack-infra | 21:44 | |
jkt | jhesketh: is there some particular reason why the ZUUL_* are not propagated to the shell script launched by TH? | 21:49 |
*** dims has quit IRC | 21:49 | |
jkt | jhesketh: having access at least to the project name and the target branch would make a lot of sense for KDE | 21:49 |
jhesketh | jkt: interesting, that sounds like a bug | 21:51 |
jhesketh | I thought the zuul variables were passed to the env, I'll have to check | 21:51 |
jkt | jhesketh: ok, I'll send a patch for that | 21:51 |
jhesketh | sweet, thanks :-) | 21:51 |
jkt | jhesketh: do you think it's better inside the shell-task-specific code, or should that happen "everywhere"? | 21:52 |
jkt | I mean, for other tasks as well | 21:52 |
jhesketh | in the shell task class, which the db migrations inherits from anyway | 21:53 |
jkt | and I belive that https://review.openstack.org/137664 fixes that occasional races in TH's test suite | 21:53 |
boris-42 | jhesketh: hi there | 21:53 |
jhesketh | jkt: oh awesome! I'll take a look soon :-) | 21:53 |
*** dizquierdo has quit IRC | 21:54 | |
jkt | jhesketh: and one more thing, I've noticed that a failure in the test script doesn't produce that usual "FAILURE" string, and therefore it doesn't get highlighted by Gerrit's hacked commentlinks/CSS, see http://wip-zuul-vesnicky.flaska.net:8080/#/c/14/ if you have ipv6 | 21:55 |
jhesketh | boris-42: you pinged last night? | 21:55 |
jkt | seems that "Return code from test script was non-zero (2) in 50s" should probably begin with a magic string in order to be recognized as a failure | 21:55 |
jhesketh | jkt: yeah, that's a discrepency between zuul's documented results handling and how openstack/gerrit is actually configured... Part of the re-working of the logs is to address that so that we'll have an actual log for the job where error codes etc can go as well as the log from the shell | 21:56 |
boris-42 | Đžjhesketh ya I was looking for review, if you have some free slots | 21:57 |
jkt | jhesketh: okay, I'll ignore comsetics for now :) | 21:57 |
jhesketh | boris-42: might be able to spare some space, but looks like today is turbo-hipster day... Add me to the reviews and I'll get to them soon(tm) | 21:57 |
*** thingee has quit IRC | 21:57 | |
jkt | jhesketh: want a bugreport for that reported success when I ctrl-c TH? | 21:58 |
boris-42 | jhesketh: https://review.openstack.org/#/c/137232/ so this patch* | 21:58 |
boris-42 | jhesketh: just adds one more job to rally | 21:58 |
jhesketh | jkt: sure :-) | 21:58 |
jhesketh | (bugs are still on launchpad) | 21:58 |
*** lttrl has quit IRC | 21:59 | |
jkt | good, at least I'll get a mail with an update :] | 21:59 |
jkt | jhesketh: and one more thing, I've noticed that the whole output of the invoked shell script is piped to TH's debug log | 21:59 |
jkt | I'm not sure whether it's OK to do it that way | 21:59 |
*** thingee has joined #openstack-infra | 21:59 | |
jhesketh | jkt: because we run the jobs in a once-off scenario (with nodepool) it hasn't been an issue for us, but I can see how that might not be a good feature | 22:00 |
jkt | right, I suspect I'll end up using that, eventually | 22:01 |
jkt | are there any docs about the "node families"? not sure how to call that -- stuff like "only launch this on Precise", etc | 22:01 |
jkt | I was probably pretty naive, but calling the job something:foo within zuul's layout.yaml is apparently not the way to go | 22:02 |
*** dizquierdo has joined #openstack-infra | 22:06 | |
*** ZZelle has joined #openstack-infra | 22:09 | |
*** emagana has joined #openstack-infra | 22:09 | |
*** emagana has quit IRC | 22:13 | |
*** dizquierdo has quit IRC | 22:16 | |
*** mmedvede has joined #openstack-infra | 22:19 | |
jkt | hmm, but I still don't get a name of the job, that kinda sucks | 22:27 |
*** stevemar has quit IRC | 22:27 | |
*** koolhead_ has quit IRC | 22:28 | |
*** koolhead17 has joined #openstack-infra | 22:28 | |
*** davideagnello has joined #openstack-infra | 22:28 | |
*** stevemar has joined #openstack-infra | 22:29 | |
*** koolhead17 has quit IRC | 22:32 | |
*** davideagnello has quit IRC | 22:40 | |
*** davideagnello has joined #openstack-infra | 22:40 | |
*** thingee has quit IRC | 22:42 | |
*** atan8 has quit IRC | 22:42 | |
jkt | jhesketh: hmm, how do I debug a "Change <Change 0x2dfdbd0 14,1> is already in queue, ignoring"? http://fpaste.org/154769/28166141/ | 22:43 |
*** thingee has joined #openstack-infra | 22:43 | |
jhesketh | jkt: what needs debugging in it? | 22:44 |
jhesketh | if the change is already in the pipeline and somebody does a 'recheck' it'll be ignored | 22:44 |
jkt | jhesketh: it isn't running anywhere | 22:44 |
*** atan8 has joined #openstack-infra | 22:45 | |
jkt | I ctrl-c'ed the TH, and now nothing is running, and attempts to recheck it fail as well | 22:45 |
jkt | `zuul show running-jobs` says that | check-trojita-qt5-clang | Unknown | 7 minutes ago | | | 22:45 |
*** berendt has quit IRC | 22:47 | |
jhesketh | jkt: so zuul thinks somebody is still running the job (the zuul dashboard if you have it configured is quite helpful for this) | 22:48 |
jhesketh | it'll wait until gearman considers it lost, which I'm not sure how long that is | 22:49 |
jkt | jhesketh: thanks; is there any way to cancel it? I don't see anything like that in the file which defines "zuul:get_running_jobs" gear command | 22:50 |
jhesketh | jkt: I don't think the zuul dequeue command was ever finished (I may be wrong) so you'll probably need to restart the zuul service | 22:51 |
*** stevemar has quit IRC | 22:54 | |
jkt | okay, midnight -> time to go home at least :) | 22:54 |
*** thingee has quit IRC | 22:55 | |
*** atan8 has quit IRC | 22:58 | |
jhesketh | heh, thanks for your work, I'll keep poking at this logging stuff today and hopefully have it ready soon :-) | 22:59 |
*** thingee has joined #openstack-infra | 23:01 | |
*** emagana has joined #openstack-infra | 23:03 | |
*** andreykurilin_ has quit IRC | 23:04 | |
*** emagana has quit IRC | 23:08 | |
*** Masahiro has joined #openstack-infra | 23:10 | |
*** Masahiro has quit IRC | 23:15 | |
*** pcrews has quit IRC | 23:16 | |
*** jamielennox|away is now known as jamielennox | 23:19 | |
*** rediskin has left #openstack-infra | 23:26 | |
*** armax has quit IRC | 23:32 | |
*** MaxV has quit IRC | 23:33 | |
*** oomichi has joined #openstack-infra | 23:43 | |
*** tnovacik has quit IRC | 23:45 | |
*** armax has joined #openstack-infra | 23:45 | |
*** dims has joined #openstack-infra | 23:46 | |
*** derekh has joined #openstack-infra | 23:47 | |
*** tnovacik has joined #openstack-infra | 23:48 | |
*** ivar-lazzaro has quit IRC | 23:51 | |
*** teran has quit IRC | 23:51 | |
*** ivar-lazzaro has joined #openstack-infra | 23:52 | |
*** camunoz has joined #openstack-infra | 23:53 | |
*** armax has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!