*** caphrim007_ has joined #openstack-infra | 00:02 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Web: Drop some columns from build list https://review.openstack.org/526804 | 00:02 |
---|---|---|
clarkb | log url links work too nice | 00:03 |
fungi | indeed they do | 00:03 |
jeblair | and next to that is where we can slip in a subunit2sql url in the future | 00:03 |
fungi | though the "change" links seem a little off for non-change-triggered jobs | 00:03 |
mordred | jeblair: that's so exciting! | 00:03 |
*** iyamahat has joined #openstack-infra | 00:04 | |
jeblair | #status log zuulv3.o.o removed from emergency file now that puppet-zuul is updated to match deployed zuul | 00:05 |
openstackstatus | jeblair: finished logging | 00:05 |
*** caphrim00_ has joined #openstack-infra | 00:05 | |
*** caphrim007 has quit IRC | 00:05 | |
*** caphrim007_ has quit IRC | 00:05 | |
jeblair | we also have our first global list of all jobs: http://zuulv3.openstack.org/jobs.html | 00:05 |
jeblair | i'm starting to think we should make description a required parameter for job :| | 00:05 |
clarkb | jeblair: that is nice data to have | 00:06 |
clarkb | the description that is | 00:06 |
*** sdague has quit IRC | 00:06 | |
clarkb | all of this is backed by the sql reporter right? | 00:06 |
jeblair | clarkb: builds.html is. the job list is internal data structure | 00:07 |
*** caphrim00_ has quit IRC | 00:07 | |
mordred | jeblair: that global list of all jobs sure does seem like a good place to attach some docs - and a path to where the job is defined. I'm excited about this dashboard :) | 00:07 |
jeblair | mordred: yep. the job name should link to a job detail page with all the variants and full documentation | 00:08 |
jeblair | (once we get there) | 00:08 |
clarkb | does pymysql do ok with asyncio then? | 00:10 |
clarkb | or are we not asyncio'ing web.py? | 00:10 |
jeblair | clarkb: this is asyncio | 00:10 |
clarkb | ya I see it, I'm guessing that either means the sql connections are synchronous or pymysql can asyncio | 00:10 |
jeblair | clarkb: we should be going through sqlalchemy too | 00:12 |
clarkb | ya it is, reading it I think its synchronous | 00:12 |
jeblair | my guess is it's all synchronous. | 00:12 |
*** Apoorva_ has joined #openstack-infra | 00:12 | |
clarkb | so request comes in then we await on a method that runs the sql query but that all appears to be synchronous | 00:13 |
clarkb | which is probably fine | 00:13 |
clarkb | (was just curious to know how it worked) | 00:13 |
mordred | clarkb: yah - I think that's right - I think we await the sql query method thing | 00:15 |
*** Apoorva has quit IRC | 00:15 | |
*** dingyichen has quit IRC | 00:16 | |
clarkb | that means we can handle multiple requests at a time, but each request will operate its own synchronous query | 00:16 |
mordred | yes - to the best of my understanding | 00:16 |
clarkb | as long as sqlalchemy/pymysql connection objects are happy with that should work fine | 00:16 |
*** dingyichen has joined #openstack-infra | 00:16 | |
clarkb | its too bad that async/await didn't make it into earlier python they really do make asyncio much nicer to read | 00:19 |
*** yamahata has quit IRC | 00:19 | |
clarkb | (practically not a major issue with 3.5 making it onto distros) | 00:19 |
*** tosky has quit IRC | 00:20 | |
*** iyamahat has quit IRC | 00:20 | |
mordred | clarkb: yah - 3.5 is where py3 really becomes more better | 00:22 |
*** Apoorva_ has quit IRC | 00:23 | |
*** Apoorva has joined #openstack-infra | 00:23 | |
EmilienM | I just want to say http://zuulv3.openstack.org/builds.html?job_name=tripleo-ci-centos-7-scenario001-multinode-oooq-container dashboard is more than awesome | 00:24 |
EmilienM | thanks | 00:24 |
*** gyee has quit IRC | 00:26 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Remove large status header and tagline https://review.openstack.org/526805 | 00:27 |
dmsimard | Woo | 00:28 |
*** bobh has joined #openstack-infra | 00:31 | |
clarkb | jeblair: another feature that would be nice is adding fields to query builds before/after/between start/end times | 00:32 |
clarkb | I think that complicates the sql query a bit more though | 00:33 |
clarkb | this is nice though | 00:33 |
clarkb | oh and result so that you can pull up all the recent failures | 00:34 |
clarkb | potentially useful for answer the question of "is the gate broken" | 00:35 |
*** eumel8 has quit IRC | 00:35 | |
*** martinkopec has quit IRC | 00:35 | |
*** bobh has quit IRC | 00:36 | |
mordred | clarkb: have I mentioned how thrilled I am about being able to find periodic/post/release jobs? | 00:39 |
*** bobh has joined #openstack-infra | 00:42 | |
dmsimard | mordred: +1 | 00:43 |
*** hongbin has quit IRC | 00:45 | |
jeblair | tristanC: ^ kudos :) | 00:45 |
jeblair | i think all the .html changes will take effect without a restart | 00:46 |
*** bobh has quit IRC | 00:46 | |
pabelanger | I'm back now, looks like we have fancy new features! | 00:47 |
*** xarses has joined #openstack-infra | 00:47 | |
*** bobh has joined #openstack-infra | 00:49 | |
mordred | pabelanger: welcome to the future | 00:50 |
mordred | jeblair: yes - I agree, I think web changes should just work | 00:50 |
clarkb | I've claened up my ovh bhs1 test nodes | 00:51 |
clarkb | I'm lveaing the gra1 nodes around for ovh debugging (though I haven't heard back from that yet) | 00:51 |
pabelanger | mordred: The future's not set :) | 00:51 |
pabelanger | but does look good | 00:51 |
*** yamamoto has joined #openstack-infra | 00:51 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Web: Drop some columns from build list https://review.openstack.org/526804 | 00:52 |
clarkb | they are all named in what should be an obvious way for example clarkb-test-nested-virt-gra1 | 00:52 |
pabelanger | clarkb: speaking for cleaning up nodes, I think we have some stuck in infracloud-vanilla (deleting). I'll poke around in a bit and see why | 00:53 |
clarkb | logstash job queue is going in the correct direciton now too | 00:54 |
clarkb | pabelanger: https://review.openstack.org/#/c/526785/ is another improvement to the lgostash config in an attempt to avoid the issue we just had in the future | 00:54 |
pabelanger | +3 | 00:55 |
clarkb | with that I need to go zombie mode again. | 00:56 |
clarkb | I've got those nodepool changes up to address the citycloud thing | 00:56 |
clarkb | I doubt we want to merge and restart those daemons today but probably a good thing to get sorted on monday | 00:56 |
*** yamamoto has quit IRC | 00:57 | |
clarkb | pabelanger: is there anything we need to do in prep for sprint next week? | 00:58 |
clarkb | (if I'm not completely sick over the weekend I can work on some of that) | 00:58 |
clarkb | also I plan to be up bright and early monday to maximize frickler's time, see everyone then :) | 00:59 |
* clarkb really disappears now | 00:59 | |
*** kaisers has quit IRC | 01:00 | |
dmsimard | clarkb: approve the infra-root patches? :) | 01:02 |
*** MasterOfBugs has quit IRC | 01:11 | |
*** pramodrj07 has quit IRC | 01:11 | |
*** wolverineav has quit IRC | 01:11 | |
openstackgerrit | Merged openstack-infra/system-config master: Timeout logstash es pushes after 300s https://review.openstack.org/526785 | 01:11 |
*** wolverineav has joined #openstack-infra | 01:11 | |
*** felipemonteiro has quit IRC | 01:13 | |
*** kaisers has joined #openstack-infra | 01:14 | |
*** wolverineav has quit IRC | 01:16 | |
*** rhallisey has quit IRC | 01:16 | |
*** caphrim007 has joined #openstack-infra | 01:21 | |
*** caphrim007 has quit IRC | 01:25 | |
*** Apoorva_ has joined #openstack-infra | 01:29 | |
pabelanger | clarkb: I don't believe so, but will look and confirm. I'll be sure to update here or ML | 01:29 |
*** hemna_ has quit IRC | 01:30 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/puppet-openstackci master: Add partial support for zuulv3 scheduler https://review.openstack.org/526759 | 01:31 |
*** Apoorva has quit IRC | 01:32 | |
*** Apoorva_ has quit IRC | 01:33 | |
*** adreznec has quit IRC | 01:34 | |
openstackgerrit | Merged openstack-infra/project-config master: Update jobs for tripleo-upgrades https://review.openstack.org/526763 | 01:39 |
*** markvoelker has joined #openstack-infra | 01:50 | |
*** yamamoto has joined #openstack-infra | 01:53 | |
*** r-daneel has quit IRC | 01:55 | |
AJaeger_ | dmsimard: thanks for debugging the releasenotes problem, looking forward to the fix. | 01:56 |
*** yamamoto has quit IRC | 01:57 | |
*** rfolco has quit IRC | 01:57 | |
*** nunchuck has quit IRC | 01:58 | |
*** kukacz has quit IRC | 02:00 | |
*** david-lyle has joined #openstack-infra | 02:01 | |
AJaeger_ | dmsimard, ianw, ansible experts, translation jobs now fail with "conditional required in \"that\" string", see http://logs.openstack.org/7b/7b9f930fee1e1304a4cee80ce5b63e957372cbe4/post/upstream-translation-update/45665d1/ and http://git.openstack.org/cgit/openstack-infra/project-config/tree/roles/prep-zanata/tasks/main.yaml#n23 - what is wrong here? | 02:01 |
*** kukacz has joined #openstack-infra | 02:01 | |
pabelanger | AJaeger_: assert syntax is wrong: http://docs.ansible.com/ansible/latest/assert_module.html | 02:04 |
pabelanger | assert: | 02:04 |
pabelanger | that: | 02:04 |
pabelanger | foo == bar | 02:04 |
pabelanger | AJaeger_: http://git.openstack.org/cgit/openstack-infra/project-config/tree/roles/prep-zanata/tasks/main.yaml#n24 | 02:05 |
pabelanger | I guess our linters didn't catch that | 02:05 |
AJaeger_ | pabelanger: patch upcoming... | 02:05 |
AJaeger_ | thanks, pabelanger | 02:06 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Fix ansible assert https://review.openstack.org/526811 | 02:06 |
AJaeger_ | pabelanger: is that correct? ^ | 02:06 |
*** askb has quit IRC | 02:09 | |
pabelanger | AJaeger_: 1 nit | 02:09 |
pabelanger | but otherwise good | 02:10 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: Fix ansible assert https://review.openstack.org/526811 | 02:10 |
AJaeger_ | thanks, next try ^ | 02:10 |
*** david-lyle has quit IRC | 02:11 | |
*** huanxie has joined #openstack-infra | 02:12 | |
pabelanger | AJaeger_: +2 | 02:13 |
pabelanger | AJaeger_: what TZ you in now? | 02:13 |
openstackgerrit | Merged openstack-infra/project-config master: Normalize projects.yaml https://review.openstack.org/526695 | 02:14 |
AJaeger_ | pabelanger: thanks - currently at Kubecon in Austin it's 20:14 now - UTC-6 ? Wrapping up and flying home tomorrow... | 02:14 |
pabelanger | AJaeger_: Ah, nice. | 02:15 |
AJaeger_ | pabelanger: yep - just spend some time at the bar with some of the OpenStack people here ;) | 02:16 |
AJaeger_ | config-core, could you review https://review.openstack.org/526811 to fix translation jobs, please? | 02:17 |
* AJaeger_ goes offline again and waves good night | 02:17 | |
*** r-daneel has joined #openstack-infra | 02:19 | |
*** markvoelker has quit IRC | 02:24 | |
*** armax has quit IRC | 02:25 | |
*** armax has joined #openstack-infra | 02:25 | |
*** felipemonteiro has joined #openstack-infra | 02:30 | |
*** caphrim007 has joined #openstack-infra | 02:32 | |
*** bobh has quit IRC | 02:44 | |
*** adreznec has joined #openstack-infra | 02:44 | |
*** huanxie has quit IRC | 02:46 | |
*** mriedem has quit IRC | 02:49 | |
*** huanxie has joined #openstack-infra | 02:49 | |
*** larsks has quit IRC | 02:53 | |
*** yamamoto has joined #openstack-infra | 02:53 | |
*** larsks has joined #openstack-infra | 02:55 | |
*** salv-orlando has joined #openstack-infra | 02:56 | |
*** yamamoto has quit IRC | 02:58 | |
*** Goneri has quit IRC | 03:07 | |
*** salv-orlando has quit IRC | 03:11 | |
*** salv-orlando has joined #openstack-infra | 03:11 | |
*** bobh has joined #openstack-infra | 03:15 | |
*** salv-orlando has quit IRC | 03:15 | |
*** felipemonteiro has quit IRC | 03:17 | |
*** markvoelker has joined #openstack-infra | 03:21 | |
*** yamamoto has joined #openstack-infra | 03:32 | |
*** mmedvede has quit IRC | 03:33 | |
*** huanxie has quit IRC | 03:35 | |
*** mmedvede has joined #openstack-infra | 03:36 | |
*** gouthamr has quit IRC | 03:37 | |
*** huanxie has joined #openstack-infra | 03:37 | |
*** yamamoto has quit IRC | 03:41 | |
*** bobh has quit IRC | 03:43 | |
*** bobh has joined #openstack-infra | 03:48 | |
*** yamamoto has joined #openstack-infra | 03:49 | |
*** armax has quit IRC | 03:54 | |
*** armax has joined #openstack-infra | 03:54 | |
*** armax has quit IRC | 03:55 | |
*** markvoelker has quit IRC | 03:55 | |
*** armax has joined #openstack-infra | 03:55 | |
*** armax has quit IRC | 03:55 | |
*** armax has joined #openstack-infra | 03:56 | |
*** armax has quit IRC | 03:56 | |
*** bobh has quit IRC | 04:05 | |
prometheanfire | retry limit? should I not recheck anything til monday? | 04:19 |
*** yamamoto has quit IRC | 04:20 | |
*** david-lyle has joined #openstack-infra | 04:21 | |
*** felipemonteiro has joined #openstack-infra | 04:22 | |
*** dbecker has quit IRC | 04:24 | |
*** yamamoto has joined #openstack-infra | 04:25 | |
*** david-lyle has quit IRC | 04:26 | |
*** ramishra has joined #openstack-infra | 04:29 | |
*** yamahata has joined #openstack-infra | 04:35 | |
*** iyamahat has joined #openstack-infra | 04:36 | |
*** dbecker has joined #openstack-infra | 04:37 | |
*** links has joined #openstack-infra | 04:40 | |
*** markvoelker has joined #openstack-infra | 04:52 | |
*** andreas_s has joined #openstack-infra | 05:02 | |
*** markvoelker has quit IRC | 05:06 | |
*** felipemonteiro has quit IRC | 05:06 | |
*** openstackgerrit has quit IRC | 05:06 | |
*** rosmaita has quit IRC | 05:06 | |
*** uberjay has quit IRC | 05:06 | |
*** pahuang has quit IRC | 05:06 | |
*** lihi has quit IRC | 05:06 | |
*** jrist has quit IRC | 05:06 | |
*** masber has quit IRC | 05:06 | |
*** hrubi has quit IRC | 05:06 | |
*** nhicher has quit IRC | 05:06 | |
*** anthonyper has quit IRC | 05:06 | |
*** yuanying has quit IRC | 05:06 | |
*** ianw has quit IRC | 05:06 | |
*** zigo has quit IRC | 05:06 | |
*** mhayden has quit IRC | 05:06 | |
*** fabo has quit IRC | 05:06 | |
*** witek has quit IRC | 05:06 | |
*** Nil_ has quit IRC | 05:06 | |
*** adarazs has quit IRC | 05:06 | |
*** jhesketh has quit IRC | 05:06 | |
*** ihrachys has quit IRC | 05:06 | |
*** kencjohnston has quit IRC | 05:06 | |
*** vkmc has quit IRC | 05:06 | |
*** persia has quit IRC | 05:06 | |
*** seongsoocho has quit IRC | 05:06 | |
*** mandre has quit IRC | 05:06 | |
*** tushar has quit IRC | 05:06 | |
*** adriant has quit IRC | 05:06 | |
*** hamzy has quit IRC | 05:06 | |
*** lin_yang has quit IRC | 05:06 | |
*** gmann has quit IRC | 05:06 | |
*** zhongjun has quit IRC | 05:06 | |
*** electrical has quit IRC | 05:06 | |
*** andrewbogott has quit IRC | 05:06 | |
*** knikolla has quit IRC | 05:06 | |
*** mgkwill_ has quit IRC | 05:06 | |
*** tbarron has quit IRC | 05:06 | |
*** oanson has quit IRC | 05:06 | |
*** auggy has quit IRC | 05:06 | |
*** tristanC has quit IRC | 05:06 | |
*** dimak has quit IRC | 05:06 | |
*** flwang has quit IRC | 05:06 | |
*** efried_cya_jan has quit IRC | 05:06 | |
*** vipul has quit IRC | 05:06 | |
*** spiffxp has quit IRC | 05:06 | |
*** rwellum has quit IRC | 05:06 | |
*** trown|outtypewww has quit IRC | 05:06 | |
*** calebb has quit IRC | 05:06 | |
*** ChanServ has quit IRC | 05:06 | |
*** yamahata has quit IRC | 05:06 | |
*** ianychoi_ has quit IRC | 05:06 | |
*** florianf has quit IRC | 05:06 | |
*** xinni9e has quit IRC | 05:06 | |
*** fbouliane has quit IRC | 05:06 | |
*** gothicmindfood has quit IRC | 05:06 | |
*** oomichi_afk has quit IRC | 05:06 | |
*** dmanchad has quit IRC | 05:06 | |
*** wfoster has quit IRC | 05:06 | |
*** russellb has quit IRC | 05:06 | |
*** pots has quit IRC | 05:06 | |
*** odyssey4me has quit IRC | 05:06 | |
*** bgmccollum has quit IRC | 05:06 | |
*** onovy has quit IRC | 05:06 | |
*** cmurphy has quit IRC | 05:06 | |
*** mugsie has quit IRC | 05:06 | |
*** stevebaker has quit IRC | 05:06 | |
*** anupn has quit IRC | 05:06 | |
*** mtreinish has quit IRC | 05:06 | |
*** jonher has quit IRC | 05:06 | |
*** toabctl has quit IRC | 05:06 | |
*** bmjen has quit IRC | 05:06 | |
*** jlk has quit IRC | 05:06 | |
*** szaher has quit IRC | 05:06 | |
*** panda|off has quit IRC | 05:06 | |
*** kota_ has quit IRC | 05:06 | |
*** naichuans_ has quit IRC | 05:06 | |
*** spotz has quit IRC | 05:06 | |
*** jpena|off has quit IRC | 05:06 | |
*** kazsh has quit IRC | 05:06 | |
*** huanxie has quit IRC | 05:06 | |
*** kukacz has quit IRC | 05:06 | |
*** jascott1 has quit IRC | 05:06 | |
*** kgiusti has quit IRC | 05:06 | |
*** pcrews has quit IRC | 05:06 | |
*** pbourke has quit IRC | 05:06 | |
*** jesusaur has quit IRC | 05:06 | |
*** yee37930 has quit IRC | 05:06 | |
*** joadavis has quit IRC | 05:06 | |
*** sai has quit IRC | 05:06 | |
*** sshnaidm|off has quit IRC | 05:06 | |
*** tlbr has quit IRC | 05:06 | |
*** timothyb89 has quit IRC | 05:06 | |
*** waynr has quit IRC | 05:06 | |
*** jzerebec1i has quit IRC | 05:06 | |
*** ericyoung has quit IRC | 05:06 | |
*** lifeless has quit IRC | 05:06 | |
*** afazekas has quit IRC | 05:06 | |
*** antonym has quit IRC | 05:06 | |
*** links has quit IRC | 05:06 | |
*** iyamahat has quit IRC | 05:06 | |
*** ramishra has quit IRC | 05:06 | |
*** yamamoto has quit IRC | 05:06 | |
*** adreznec has quit IRC | 05:06 | |
*** caphrim007 has quit IRC | 05:06 | |
*** kaisers has quit IRC | 05:06 | |
*** askb_ has quit IRC | 05:06 | |
*** rcernin has quit IRC | 05:06 | |
*** patriciadomin has quit IRC | 05:06 | |
*** alex_xu has quit IRC | 05:06 | |
*** Qiming has quit IRC | 05:06 | |
*** _ari_ has quit IRC | 05:06 | |
*** myoung|rover has quit IRC | 05:06 | |
*** mdrabe has quit IRC | 05:06 | |
*** benj_ has quit IRC | 05:06 | |
*** lastmikoi has quit IRC | 05:06 | |
*** sileht has quit IRC | 05:06 | |
*** aspiers has quit IRC | 05:06 | |
*** rcarrillocruz has quit IRC | 05:06 | |
*** dteselkin has quit IRC | 05:06 | |
*** mika has quit IRC | 05:06 | |
*** masayukig has quit IRC | 05:06 | |
*** notmyname has quit IRC | 05:06 | |
*** jbernard has quit IRC | 05:06 | |
*** hemna has quit IRC | 05:06 | |
*** NikitaKonovalov has quit IRC | 05:06 | |
*** bswartz has quit IRC | 05:06 | |
*** lennyb has quit IRC | 05:06 | |
*** xinliang has quit IRC | 05:06 | |
*** mnencia has quit IRC | 05:06 | |
*** EmilienM has quit IRC | 05:06 | |
*** migi has quit IRC | 05:06 | |
*** gaelL_ has quit IRC | 05:06 | |
*** lathiat_ has quit IRC | 05:06 | |
*** tonyb has quit IRC | 05:06 | |
*** strigazi has quit IRC | 05:06 | |
*** GregHouse has quit IRC | 05:06 | |
*** njohnston has quit IRC | 05:06 | |
*** ari[m] has quit IRC | 05:06 | |
*** mdbooth has quit IRC | 05:06 | |
*** SpamapS has quit IRC | 05:06 | |
*** otherwiseguy has quit IRC | 05:06 | |
*** kuromagi has quit IRC | 05:06 | |
*** Hunner has quit IRC | 05:06 | |
*** gtmanfred has quit IRC | 05:06 | |
*** ssbarnea has quit IRC | 05:06 | |
*** Marx314 has quit IRC | 05:06 | |
*** eventingmonkey has quit IRC | 05:06 | |
*** finucannot has quit IRC | 05:06 | |
*** pabelanger has quit IRC | 05:06 | |
*** Krenair has quit IRC | 05:06 | |
*** timburke has quit IRC | 05:06 | |
*** freerunner has quit IRC | 05:06 | |
*** andreykurilin has quit IRC | 05:06 | |
*** ddurst has quit IRC | 05:06 | |
*** SergeyLukjanov has quit IRC | 05:06 | |
*** DinaBelova has quit IRC | 05:06 | |
*** ruhe has quit IRC | 05:06 | |
*** kfox1111 has quit IRC | 05:06 | |
*** andreas_s has quit IRC | 05:06 | |
*** aspiers[m] has quit IRC | 05:08 | |
*** masayukig[m] has quit IRC | 05:08 | |
*** ilpianista_ has quit IRC | 05:08 | |
*** bandini has quit IRC | 05:09 | |
*** huanxie has joined #openstack-infra | 05:11 | |
*** kukacz has joined #openstack-infra | 05:11 | |
*** jascott1 has joined #openstack-infra | 05:11 | |
*** kgiusti has joined #openstack-infra | 05:11 | |
*** pcrews has joined #openstack-infra | 05:11 | |
*** pbourke has joined #openstack-infra | 05:11 | |
*** odyssey4me has joined #openstack-infra | 05:11 | |
*** bgmccollum has joined #openstack-infra | 05:11 | |
*** onovy has joined #openstack-infra | 05:11 | |
*** cmurphy has joined #openstack-infra | 05:11 | |
*** mugsie has joined #openstack-infra | 05:11 | |
*** stevebaker has joined #openstack-infra | 05:11 | |
*** anupn has joined #openstack-infra | 05:11 | |
*** mtreinish has joined #openstack-infra | 05:11 | |
*** jpena|off has joined #openstack-infra | 05:11 | |
*** spotz has joined #openstack-infra | 05:11 | |
*** naichuans_ has joined #openstack-infra | 05:11 | |
*** kota_ has joined #openstack-infra | 05:11 | |
*** panda|off has joined #openstack-infra | 05:11 | |
*** szaher has joined #openstack-infra | 05:11 | |
*** jlk has joined #openstack-infra | 05:11 | |
*** bmjen has joined #openstack-infra | 05:11 | |
*** toabctl has joined #openstack-infra | 05:11 | |
*** kazsh has joined #openstack-infra | 05:11 | |
*** jonher has joined #openstack-infra | 05:11 | |
*** jesusaur has joined #openstack-infra | 05:11 | |
*** yee37930 has joined #openstack-infra | 05:11 | |
*** joadavis has joined #openstack-infra | 05:11 | |
*** waynr has joined #openstack-infra | 05:11 | |
*** sai has joined #openstack-infra | 05:11 | |
*** sshnaidm|off has joined #openstack-infra | 05:11 | |
*** tlbr has joined #openstack-infra | 05:11 | |
*** timothyb89 has joined #openstack-infra | 05:11 | |
*** jzerebec1i has joined #openstack-infra | 05:11 | |
*** ericyoung has joined #openstack-infra | 05:11 | |
*** lifeless has joined #openstack-infra | 05:11 | |
*** afazekas has joined #openstack-infra | 05:11 | |
*** antonym has joined #openstack-infra | 05:11 | |
*** ChanServ has joined #openstack-infra | 05:11 | |
*** barjavel.freenode.net sets mode: +o ChanServ | 05:11 | |
*** bandini has joined #openstack-infra | 05:11 | |
*** jhesketh has joined #openstack-infra | 05:13 | |
*** xinliang has joined #openstack-infra | 05:14 | |
*** mnencia has joined #openstack-infra | 05:14 | |
*** EmilienM has joined #openstack-infra | 05:14 | |
*** migi has joined #openstack-infra | 05:14 | |
*** gaelL_ has joined #openstack-infra | 05:14 | |
*** lathiat_ has joined #openstack-infra | 05:14 | |
*** tonyb has joined #openstack-infra | 05:14 | |
*** strigazi has joined #openstack-infra | 05:14 | |
*** GregHouse has joined #openstack-infra | 05:14 | |
*** njohnston has joined #openstack-infra | 05:14 | |
*** mdbooth has joined #openstack-infra | 05:14 | |
*** ari[m] has joined #openstack-infra | 05:14 | |
*** SpamapS has joined #openstack-infra | 05:14 | |
*** otherwiseguy has joined #openstack-infra | 05:14 | |
*** kuromagi has joined #openstack-infra | 05:14 | |
*** Hunner has joined #openstack-infra | 05:14 | |
*** gtmanfred has joined #openstack-infra | 05:14 | |
*** ssbarnea has joined #openstack-infra | 05:14 | |
*** Marx314 has joined #openstack-infra | 05:14 | |
*** eventingmonkey has joined #openstack-infra | 05:14 | |
*** finucannot has joined #openstack-infra | 05:14 | |
*** pabelanger has joined #openstack-infra | 05:14 | |
*** kfox1111 has joined #openstack-infra | 05:14 | |
*** Krenair has joined #openstack-infra | 05:14 | |
*** timburke has joined #openstack-infra | 05:14 | |
*** freerunner has joined #openstack-infra | 05:14 | |
*** andreykurilin has joined #openstack-infra | 05:14 | |
*** ddurst has joined #openstack-infra | 05:14 | |
*** SergeyLukjanov has joined #openstack-infra | 05:14 | |
*** DinaBelova has joined #openstack-infra | 05:14 | |
*** ruhe has joined #openstack-infra | 05:14 | |
*** yamahata has joined #openstack-infra | 05:14 | |
*** ianychoi_ has joined #openstack-infra | 05:14 | |
*** florianf has joined #openstack-infra | 05:14 | |
*** xinni9e has joined #openstack-infra | 05:14 | |
*** fbouliane has joined #openstack-infra | 05:14 | |
*** gothicmindfood has joined #openstack-infra | 05:14 | |
*** oomichi_afk has joined #openstack-infra | 05:14 | |
*** dmanchad has joined #openstack-infra | 05:14 | |
*** wfoster has joined #openstack-infra | 05:14 | |
*** russellb has joined #openstack-infra | 05:14 | |
*** pots has joined #openstack-infra | 05:14 | |
*** markvoelker has joined #openstack-infra | 05:15 | |
*** openstackgerrit has joined #openstack-infra | 05:15 | |
*** uberjay has joined #openstack-infra | 05:15 | |
*** pahuang has joined #openstack-infra | 05:15 | |
*** lihi has joined #openstack-infra | 05:15 | |
*** jrist has joined #openstack-infra | 05:15 | |
*** witek has joined #openstack-infra | 05:15 | |
*** masber has joined #openstack-infra | 05:15 | |
*** hrubi has joined #openstack-infra | 05:15 | |
*** nhicher has joined #openstack-infra | 05:15 | |
*** anthonyper has joined #openstack-infra | 05:15 | |
*** yuanying has joined #openstack-infra | 05:15 | |
*** ianw has joined #openstack-infra | 05:15 | |
*** zigo has joined #openstack-infra | 05:15 | |
*** mhayden has joined #openstack-infra | 05:15 | |
*** fabo has joined #openstack-infra | 05:15 | |
*** adarazs has joined #openstack-infra | 05:15 | |
*** Nil_ has joined #openstack-infra | 05:15 | |
*** masber has quit IRC | 05:15 | |
*** masber has joined #openstack-infra | 05:15 | |
*** links has joined #openstack-infra | 05:16 | |
*** iyamahat has joined #openstack-infra | 05:16 | |
*** ramishra has joined #openstack-infra | 05:16 | |
*** yamamoto has joined #openstack-infra | 05:16 | |
*** adreznec has joined #openstack-infra | 05:16 | |
*** caphrim007 has joined #openstack-infra | 05:16 | |
*** kaisers has joined #openstack-infra | 05:16 | |
*** askb_ has joined #openstack-infra | 05:16 | |
*** rcernin has joined #openstack-infra | 05:16 | |
*** patriciadomin has joined #openstack-infra | 05:16 | |
*** alex_xu has joined #openstack-infra | 05:16 | |
*** Qiming has joined #openstack-infra | 05:16 | |
*** _ari_ has joined #openstack-infra | 05:16 | |
*** myoung|rover has joined #openstack-infra | 05:16 | |
*** mdrabe has joined #openstack-infra | 05:16 | |
*** benj_ has joined #openstack-infra | 05:16 | |
*** lastmikoi has joined #openstack-infra | 05:16 | |
*** sileht has joined #openstack-infra | 05:16 | |
*** aspiers has joined #openstack-infra | 05:16 | |
*** rcarrillocruz has joined #openstack-infra | 05:16 | |
*** dteselkin has joined #openstack-infra | 05:16 | |
*** mika has joined #openstack-infra | 05:16 | |
*** masayukig has joined #openstack-infra | 05:16 | |
*** notmyname has joined #openstack-infra | 05:16 | |
*** jbernard has joined #openstack-infra | 05:16 | |
*** hemna has joined #openstack-infra | 05:16 | |
*** NikitaKonovalov has joined #openstack-infra | 05:16 | |
*** bswartz has joined #openstack-infra | 05:16 | |
*** lennyb has joined #openstack-infra | 05:16 | |
*** caphrim007_ has joined #openstack-infra | 05:16 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Remove large status header and tagline https://review.openstack.org/526805 | 05:17 |
*** janki has joined #openstack-infra | 05:19 | |
*** caphrim007 has quit IRC | 05:19 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Make all zuul-web urls relative https://review.openstack.org/526770 | 05:23 |
*** markvoelker has quit IRC | 05:25 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: tox: remove validate-layout https://review.openstack.org/524757 | 05:32 |
openstackgerrit | Jens Harbott (frickler) proposed openstack-infra/project-config master: Fix ansible assert https://review.openstack.org/526811 | 05:39 |
*** ramishra has quit IRC | 05:39 | |
*** ihrachys has joined #openstack-infra | 05:39 | |
*** kencjohnston has joined #openstack-infra | 05:39 | |
*** vkmc has joined #openstack-infra | 05:39 | |
*** persia has joined #openstack-infra | 05:39 | |
*** seongsoocho has joined #openstack-infra | 05:39 | |
*** mandre has joined #openstack-infra | 05:39 | |
*** tushar has joined #openstack-infra | 05:39 | |
*** adriant has joined #openstack-infra | 05:39 | |
*** hamzy has joined #openstack-infra | 05:39 | |
*** lin_yang has joined #openstack-infra | 05:39 | |
*** gmann has joined #openstack-infra | 05:39 | |
*** zhongjun has joined #openstack-infra | 05:39 | |
*** electrical has joined #openstack-infra | 05:39 | |
*** andrewbogott has joined #openstack-infra | 05:39 | |
*** knikolla has joined #openstack-infra | 05:39 | |
*** mgkwill_ has joined #openstack-infra | 05:39 | |
*** tbarron has joined #openstack-infra | 05:39 | |
*** oanson has joined #openstack-infra | 05:39 | |
*** auggy has joined #openstack-infra | 05:39 | |
*** tristanC has joined #openstack-infra | 05:39 | |
*** dimak has joined #openstack-infra | 05:39 | |
*** flwang has joined #openstack-infra | 05:39 | |
*** efried_cya_jan has joined #openstack-infra | 05:39 | |
*** vipul has joined #openstack-infra | 05:39 | |
*** spiffxp has joined #openstack-infra | 05:39 | |
*** rwellum has joined #openstack-infra | 05:39 | |
*** trown|outtypewww has joined #openstack-infra | 05:39 | |
*** calebb has joined #openstack-infra | 05:39 | |
frickler | AJaeger_: pabelanger: config-core: ^^ test locally, this version seems to be the correct one to me | 05:40 |
frickler | prometheanfire: the gate is still a bit busy, but the issue leading to global failures should have been fixed earlier. so o.k. to recheck. | 05:42 |
*** bandini has quit IRC | 05:43 | |
*** bandini has joined #openstack-infra | 05:43 | |
*** yamamoto has quit IRC | 06:20 | |
*** kjackal has joined #openstack-infra | 06:21 | |
*** vivsoni has quit IRC | 06:37 | |
*** vivsoni has joined #openstack-infra | 06:37 | |
*** slaweq has joined #openstack-infra | 06:38 | |
*** slaweq has quit IRC | 06:42 | |
*** janki has quit IRC | 06:52 | |
*** psachin has joined #openstack-infra | 07:03 | |
*** yamamoto has joined #openstack-infra | 07:07 | |
*** slaweq has joined #openstack-infra | 07:07 | |
*** kjackal has quit IRC | 07:11 | |
*** slaweq has quit IRC | 07:12 | |
*** iyamahat has quit IRC | 07:19 | |
*** claudiub has quit IRC | 07:20 | |
*** gongysh has joined #openstack-infra | 07:22 | |
*** markvoelker has joined #openstack-infra | 07:22 | |
*** slaweq has joined #openstack-infra | 07:25 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Docker matrix build https://review.openstack.org/414347 | 07:32 |
*** slaweq has quit IRC | 07:33 | |
*** slaweq has joined #openstack-infra | 07:38 | |
*** niska has quit IRC | 07:42 | |
*** gongysh has quit IRC | 07:45 | |
openstackgerrit | Merged openstack-infra/nodepool feature/zuulv3: Clarify terminology around node request locks https://review.openstack.org/526233 | 07:48 |
*** bhujay has joined #openstack-infra | 07:49 | |
*** niska has joined #openstack-infra | 07:52 | |
*** slaweq has quit IRC | 07:54 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Docker matrix build https://review.openstack.org/414347 | 07:54 |
*** tesseract has joined #openstack-infra | 07:55 | |
*** markvoelker has quit IRC | 07:56 | |
*** calbers has quit IRC | 08:05 | |
*** calbers has joined #openstack-infra | 08:06 | |
*** danpawlik_ has joined #openstack-infra | 08:08 | |
*** danpawlik has quit IRC | 08:08 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Add stackdumphandler to zuul-web https://review.openstack.org/526086 | 08:09 |
*** yamahata has quit IRC | 08:15 | |
*** links has quit IRC | 08:21 | |
*** danpawlik has joined #openstack-infra | 08:23 | |
*** danpawlik_ has quit IRC | 08:25 | |
*** yamamoto has quit IRC | 08:30 | |
*** tesseract-RH has joined #openstack-infra | 08:30 | |
*** tesseract has quit IRC | 08:30 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Add umount_safe function to get better debug info https://review.openstack.org/514081 | 08:36 |
*** weshay|ruck|MOD is now known as weshay|MOD | 08:36 | |
*** tesseract-RH has quit IRC | 08:44 | |
*** tesseract has joined #openstack-infra | 08:44 | |
*** eumel8 has joined #openstack-infra | 08:48 | |
*** markvoelker has joined #openstack-infra | 08:53 | |
*** dsariel has joined #openstack-infra | 09:01 | |
*** dsariel has quit IRC | 09:01 | |
*** bhujay has quit IRC | 09:05 | |
*** bhujay has joined #openstack-infra | 09:06 | |
*** masayukig[m] has joined #openstack-infra | 09:07 | |
*** armaan has joined #openstack-infra | 09:10 | |
*** e0ne has joined #openstack-infra | 09:14 | |
*** masayukig[m] has quit IRC | 09:15 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Add umount_safe function to get better debug info https://review.openstack.org/514081 | 09:16 |
*** masayukig[m] has joined #openstack-infra | 09:17 | |
*** armaan has quit IRC | 09:20 | |
*** markvoelker has quit IRC | 09:26 | |
*** yamamoto has joined #openstack-infra | 09:30 | |
*** rcernin has quit IRC | 09:30 | |
*** e0ne has quit IRC | 09:33 | |
*** yamamoto has quit IRC | 09:34 | |
*** yamamoto has joined #openstack-infra | 09:35 | |
*** yamamoto_ has joined #openstack-infra | 09:45 | |
*** ilpianista_ has joined #openstack-infra | 09:47 | |
*** aspiers[m] has joined #openstack-infra | 09:47 | |
*** yamamoto has quit IRC | 09:49 | |
*** bhavik1 has joined #openstack-infra | 09:54 | |
*** cshastri has joined #openstack-infra | 10:01 | |
*** slaweq has joined #openstack-infra | 10:23 | |
*** jascott1 has quit IRC | 10:26 | |
*** tosky has joined #openstack-infra | 10:34 | |
*** bhavik1 has quit IRC | 10:37 | |
*** bhujay has quit IRC | 10:55 | |
*** bhujay has joined #openstack-infra | 10:56 | |
AJaeger_ | frickler: indeed, thanks. Just double checked. | 11:10 |
AJaeger_ | prometheanfire: where did you get that? We should be fine... | 11:10 |
*** bhujay has quit IRC | 11:11 | |
openstackgerrit | Merged openstack-infra/zuul-jobs master: tox: make install_sibling_packages pip import optional https://review.openstack.org/525507 | 11:20 |
openstackgerrit | Merged openstack-infra/zuul-jobs master: fetch-tox-output: remove --ignore-missing-args https://review.openstack.org/525510 | 11:20 |
*** markvoelker has joined #openstack-infra | 11:23 | |
*** slaweq has quit IRC | 11:25 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/zuul feature/zuulv3: Support table prefix for sql reporter https://review.openstack.org/526835 | 11:31 |
*** cshastri has quit IRC | 11:36 | |
frickler | jeblair: some more comments/question on https://review.openstack.org/524024 | 11:49 |
openstackgerrit | Chandan Kumar proposed openstack-infra/project-config master: Add new repo for Vitrage tempest plugin https://review.openstack.org/526836 | 11:49 |
openstackgerrit | Chandan Kumar proposed openstack-infra/project-config master: Added initial jobs for vitrage tempest plugin https://review.openstack.org/526837 | 11:51 |
*** bhujay has joined #openstack-infra | 11:53 | |
openstackgerrit | Chandan Kumar proposed openstack-infra/project-config master: Add new repo for Vitrage tempest plugin https://review.openstack.org/526836 | 11:56 |
*** markvoelker has quit IRC | 11:57 | |
*** sdague has joined #openstack-infra | 12:00 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/zuul-jobs master: unittests: make bindep role optional https://review.openstack.org/522255 | 12:00 |
*** yamamoto_ has quit IRC | 12:17 | |
*** yamamoto has joined #openstack-infra | 12:17 | |
AJaeger_ | config-core, could you review https://review.openstack.org/526811 to fix all translation jobs, please? | 12:34 |
*** hjensas has quit IRC | 12:42 | |
openstackgerrit | Ghanshyam Mann proposed openstack-infra/project-config master: Add separate repo for ec2-api tempest plugin https://review.openstack.org/526841 | 12:43 |
*** yuval has left #openstack-infra | 12:47 | |
openstackgerrit | Ghanshyam Mann proposed openstack-infra/project-config master: Add separate repo for ec2-api tempest plugin https://review.openstack.org/526841 | 12:50 |
*** markvoelker has joined #openstack-infra | 12:54 | |
openstackgerrit | Ghanshyam Mann proposed openstack-infra/project-config master: Add separate repo for ec2-api tempest plugin https://review.openstack.org/526841 | 13:05 |
*** aidin has joined #openstack-infra | 13:11 | |
openstackgerrit | Merged openstack-infra/reviewday master: Fix reviewday URLs https://review.openstack.org/526686 | 13:12 |
*** psachin has quit IRC | 13:20 | |
*** yamamoto has quit IRC | 13:25 | |
*** markvoelker has quit IRC | 13:27 | |
*** yamamoto has joined #openstack-infra | 13:33 | |
*** aidin has quit IRC | 13:35 | |
*** yamamoto has quit IRC | 13:37 | |
openstackgerrit | Chandan Kumar proposed openstack-infra/project-config master: Add new repo for Monasca tempest plugin https://review.openstack.org/526844 | 13:38 |
openstackgerrit | Chandan Kumar proposed openstack-infra/project-config master: Add new repo for Monasca tempest plugin https://review.openstack.org/526844 | 13:43 |
*** yamamoto has joined #openstack-infra | 13:48 | |
openstackgerrit | Chandan Kumar proposed openstack-infra/project-config master: Added initial jobs for monasca tempest plugin https://review.openstack.org/526847 | 13:48 |
*** yamamoto has quit IRC | 13:52 | |
*** andreas_s has joined #openstack-infra | 13:53 | |
*** yamamoto has joined #openstack-infra | 13:56 | |
*** andreas_s has quit IRC | 13:58 | |
*** andreas_s has joined #openstack-infra | 13:59 | |
*** yamamoto has quit IRC | 14:00 | |
*** sdague has quit IRC | 14:01 | |
*** andreas_s has quit IRC | 14:03 | |
*** tinwood has quit IRC | 14:05 | |
*** tinwood has joined #openstack-infra | 14:06 | |
openstackgerrit | Merged openstack-infra/openstackid-resources master: Endpoint get summit schedule empty spots https://review.openstack.org/526795 | 14:09 |
*** yamamoto has joined #openstack-infra | 14:13 | |
*** yamamoto has quit IRC | 14:13 | |
*** armaan has joined #openstack-infra | 14:23 | |
*** markvoelker has joined #openstack-infra | 14:24 | |
*** yamamoto has joined #openstack-infra | 14:24 | |
AJaeger_ | infra-root, please approve https://review.openstack.org/#/c/520668/ for subunit2sql - releasenotes fix | 14:26 |
*** armaan has quit IRC | 14:30 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/zuul-jobs master: releasenotes: Remove package install https://review.openstack.org/526850 | 14:33 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config master: releasenotes: Remove package install https://review.openstack.org/526851 | 14:33 |
AJaeger_ | mordred: let's move forward, I'm sending an email as well ^ | 14:33 |
*** edmondsw has joined #openstack-infra | 14:45 | |
openstackgerrit | Ghanshyam Mann proposed openstack-infra/project-config master: Adding jobs to new ec2api-tempest-plugin https://review.openstack.org/526854 | 14:50 |
*** clayton has quit IRC | 14:52 | |
*** pbourke has quit IRC | 14:55 | |
*** pahuang has quit IRC | 14:56 | |
*** pbourke has joined #openstack-infra | 14:57 | |
*** markvoelker has quit IRC | 14:58 | |
*** yamamoto has quit IRC | 15:00 | |
*** yamamoto has joined #openstack-infra | 15:00 | |
*** markvoelker has joined #openstack-infra | 15:04 | |
*** yamamoto has quit IRC | 15:05 | |
*** yamamoto has joined #openstack-infra | 15:05 | |
* AJaeger_ just proposed to retire a few repos, let's see whether I get any signs of life... | 15:05 | |
*** yamahata has joined #openstack-infra | 15:06 | |
AJaeger_ | I had some automated commits for these repos without any reaction and double checking found no activity for ages ;( | 15:07 |
*** pahuang has joined #openstack-infra | 15:07 | |
AJaeger_ | Enough cleaning for the day ;) | 15:08 |
openstackgerrit | Dan Prince proposed openstack-infra/reviewday master: Add support for custom namespaces https://review.openstack.org/526707 | 15:11 |
*** yamamoto has quit IRC | 15:18 | |
*** yamamoto has joined #openstack-infra | 15:19 | |
*** yamamoto has quit IRC | 15:20 | |
openstackgerrit | Merged openstack-infra/subunit2sql master: Remove setting of version/release from releasenotes https://review.openstack.org/520668 | 15:22 |
*** felipemonteiro has joined #openstack-infra | 15:23 | |
*** yamamoto has joined #openstack-infra | 15:23 | |
*** yamahata has quit IRC | 15:25 | |
*** yamamoto has quit IRC | 15:29 | |
*** edmondsw has quit IRC | 15:40 | |
openstackgerrit | Chandan Kumar proposed openstack-infra/project-config master: Add new repo for Ceilometer tempest plugin https://review.openstack.org/526863 | 15:45 |
*** pahuang has quit IRC | 15:46 | |
openstackgerrit | Merged openstack-infra/reviewday master: Add support for custom namespaces https://review.openstack.org/526707 | 15:46 |
openstackgerrit | Chandan Kumar proposed openstack-infra/project-config master: Added initial jobs for ceilometer tempest plugin https://review.openstack.org/526865 | 15:50 |
*** askb_ has quit IRC | 15:50 | |
*** yamamoto has joined #openstack-infra | 15:54 | |
*** pahuang has joined #openstack-infra | 15:54 | |
openstackgerrit | Chandan Kumar proposed openstack-infra/project-config master: Add new repo for Ceilometer tempest plugin https://review.openstack.org/526863 | 15:56 |
*** yamamoto has quit IRC | 15:59 | |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Pin to npm4 until npm 5.6.0 comes out https://review.openstack.org/526799 | 16:03 |
*** armaan has joined #openstack-infra | 16:09 | |
*** armaan has quit IRC | 16:10 | |
*** armax has joined #openstack-infra | 16:20 | |
*** panda|off has quit IRC | 16:22 | |
*** panda has joined #openstack-infra | 16:23 | |
*** hongbin has joined #openstack-infra | 16:27 | |
*** kgiusti has left #openstack-infra | 16:35 | |
*** aidin has joined #openstack-infra | 16:35 | |
*** felipemonteiro has quit IRC | 16:37 | |
*** edmondsw has joined #openstack-infra | 16:39 | |
*** aidin has quit IRC | 16:39 | |
*** edmondsw has quit IRC | 16:43 | |
*** jbadiapa has joined #openstack-infra | 16:50 | |
fungi | mordred: pabelanger: smcginnis: looks like now we're hitting bubblewrap restrictions? http://logs.openstack.org/b1/b18a06caa5955d6b72535cdb88e60b09f3e692d0/release/release-openstack-javascript/9cbd95e/job-output.txt.gz#_2017-12-09_16_10_35_531896 | 16:50 |
fungi | "EROFS: read-only file system, access '/var/lib/zuul/builds/9cbd95e51b8d46b5bd56db5e6931dc36/trusted/project_0/git.openstack.org/openstack-infra/project-config/playbooks/javascript' | 16:51 |
smcginnis | Shoot, that's yet another npm failure. | 16:51 |
fungi | Often virtualized file systems, or other file systems that don't support symlinks, give this error." | 16:51 |
*** tesseract has quit IRC | 16:51 | |
fungi | pabelanger predicted this is what we'd likely run into eventually | 16:51 |
fungi | if it's what i think it is and we need to carve out more bubblewrap exemptions | 16:51 |
smcginnis | fungi: Here's the other one dhellmann and I were looking at: http://logs.openstack.org/a9/a9f45b2cdb697eec578882308752e2050f947a0f/release/release-openstack-javascript/8b3261c/job-output.txt.gz#_2017-12-09_04_34_59_914640 | 16:52 |
smcginnis | Which seems to be related to https://github.com/npm/npm/issues/16723 | 16:52 |
smcginnis | But I'm still reading through that to see if there is good guidance there. | 16:52 |
smcginnis | fungi: I haven't touched bubblewrap. Do you know what would need to be done there? | 16:53 |
fungi | smcginnis: nah, that's solved now that i approved https://review.openstack.org/526799 | 16:53 |
smcginnis | fungi: Oh, excellent. I'll stop reading then. | 16:53 |
fungi | the "Cannot read property 'algorithm' of undefined" issue is what mordred's change fixed | 16:53 |
smcginnis | Even references the same gh issue. | 16:54 |
fungi | it was the next thing we hit before this last thing | 16:54 |
smcginnis | So only known outstanding thing is this latest, potentially bubblewrap-related, failure? | 16:54 |
fungi | yeah, i found that issue last night when we were trying to work out the problem, and it seems to be easiest solved by pinning to npm@4 until 4.5 gets released | 16:54 |
fungi | yes, the "read-only filesystem" error | 16:55 |
fungi | is where we're at next with it | 16:55 |
smcginnis | OK, so you think that just requires some settings changes? | 16:55 |
fungi | s/until 4.5 gets released/until 5.6 gets released/ | 16:55 |
fungi | (finger-off-by-one error) | 16:55 |
smcginnis | I translated in my head. ;) | 16:56 |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid-resources master: Added event publishing to TBD location https://review.openstack.org/526868 | 16:56 |
fungi | smcginnis: yeah, i'm not terribly familiar with how we're tuning bubblewrap for stuff like this, or whether we need to tell npm/node to use a different path for something | 16:56 |
openstackgerrit | Merged openstack-infra/openstackid-resources master: Added event publishing to TBD location https://review.openstack.org/526868 | 16:56 |
*** armax has quit IRC | 16:57 | |
fungi | oh! actually, i may have overlooked the actual error... | 16:57 |
* smcginnis has been known to do that. | 16:57 | |
fungi | "/bin/bash: line 6: node_modules/.bin/npm: No such file or directory" | 16:57 |
smcginnis | fungi: Hmm, yeah. That doesn't look good. | 16:58 |
fungi | or else the read-only filesystem issue is what's causing that | 16:58 |
fungi | oh, i bet the pwd is /var/lib/zuul/builds/9cbd95e51b8d46b5bd56db5e6931dc36/trusted/project_0/git.openstack.org/openstack-infra/project-config/playbooks/javascript which isn't inside the workspace | 16:58 |
fungi | and so npm is wanting to create the node_modules tree there | 16:59 |
fungi | maybe we just need to cd to the workspace before running? | 16:59 |
fungi | yeah, the warning above that suggests that it expected to have a /var/lib/zuul/builds/9cbd95e51b8d46b5bd56db5e6931dc36/trusted/project_0/git.openstack.org/openstack-infra/project-config/playbooks/javascript/package.json | 17:01 |
smcginnis | Hopefully it's that simple. | 17:03 |
*** armaan has joined #openstack-infra | 17:09 | |
*** baoli has joined #openstack-infra | 17:10 | |
*** baoli has quit IRC | 17:10 | |
*** baoli has joined #openstack-infra | 17:11 | |
*** r-daneel has quit IRC | 17:11 | |
*** r-daneel has joined #openstack-infra | 17:12 | |
*** r-daneel has quit IRC | 17:13 | |
openstackgerrit | Christopher Aedo proposed openstack-infra/project-config master: Retiring App Catalog https://review.openstack.org/526870 | 17:15 |
*** hongbin_ has joined #openstack-infra | 17:15 | |
*** hongbin has quit IRC | 17:16 | |
openstackgerrit | Christopher Aedo proposed openstack-infra/openstack-zuul-jobs master: Retiring App Catalog https://review.openstack.org/526871 | 17:17 |
*** armaan has quit IRC | 17:21 | |
*** rkukura has quit IRC | 17:23 | |
*** rkukura_ has joined #openstack-infra | 17:23 | |
*** claudiub has joined #openstack-infra | 17:23 | |
smcginnis | No links to any logs with this failure. Anyone know how to determine what happened there? http://lists.openstack.org/pipermail/release-job-failures/2017-December/000683.html | 17:24 |
*** hongbin_ has quit IRC | 17:25 | |
*** hongbin has joined #openstack-infra | 17:26 | |
*** docaedo has joined #openstack-infra | 17:32 | |
*** Goneri has joined #openstack-infra | 17:32 | |
*** yamamoto has joined #openstack-infra | 17:39 | |
*** yamamoto has quit IRC | 17:39 | |
*** yamamoto has joined #openstack-infra | 17:39 | |
*** yamamoto has quit IRC | 17:40 | |
*** jbadiapa has quit IRC | 17:43 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/zuul-jobs master: Change to the executor workdir during npm upload https://review.openstack.org/526872 | 17:52 |
fungi | pabelanger: mordred: smcginnis: ^ my best guess | 17:52 |
fungi | smcginnis: on the RETRY_LIMIT error, we had a version mismatch between zuul executor daemons for a little while yesterday which did that to a number of builds at random | 17:55 |
smcginnis | fungi: OK, good. I can live with that. | 17:55 |
*** e0ne has joined #openstack-infra | 17:57 | |
fungi | since it was just a releasenotes publication job i figured that's self-correcting | 17:58 |
smcginnis | Yeah, that one's not a big deal. | 17:59 |
*** gouthamr has joined #openstack-infra | 17:59 | |
smcginnis | We should update everything to run inside kata-containers. I hear they're the bees knees. :D | 18:00 |
*** matbu has quit IRC | 18:00 | |
*** hongbin has quit IRC | 18:01 | |
*** hongbin has joined #openstack-infra | 18:02 | |
*** markvoelker has quit IRC | 18:05 | |
*** hongbin has quit IRC | 18:08 | |
*** clayton has joined #openstack-infra | 18:09 | |
*** baoli has quit IRC | 18:14 | |
*** baoli has joined #openstack-infra | 18:15 | |
*** e0ne has quit IRC | 18:16 | |
*** dhajare has joined #openstack-infra | 18:22 | |
*** baoli has quit IRC | 18:24 | |
fungi | they're clear, like tupperware | 18:26 |
*** edmondsw has joined #openstack-infra | 18:27 | |
*** e0ne has joined #openstack-infra | 18:27 | |
pabelanger | fungi: that shouldn't be needed, we default to running things from zuul.executor.work_root directory | 18:29 |
pabelanger | which is $HOME inside bwrap | 18:30 |
pabelanger | looking at failure now | 18:30 |
*** edmondsw has quit IRC | 18:32 | |
pabelanger | ha, I am looking at wrong issue | 18:33 |
*** bhujay has quit IRC | 18:35 | |
*** huanxie has quit IRC | 18:35 | |
*** huanxie has joined #openstack-infra | 18:38 | |
*** yamamoto has joined #openstack-infra | 18:40 | |
pabelanger | fungi: left comment, but +2 | 18:43 |
*** huanxie has quit IRC | 18:43 | |
*** yamamoto has quit IRC | 18:50 | |
*** hjensas has joined #openstack-infra | 18:57 | |
*** hjensas has quit IRC | 18:57 | |
*** hjensas has joined #openstack-infra | 18:57 | |
*** hongbin has joined #openstack-infra | 19:03 | |
*** felipemonteiro has joined #openstack-infra | 19:05 | |
fungi | thanks | 19:05 |
fungi | pabelanger: if your assertion is correct, then why is it looking for /var/lib/zuul/builds/9cbd95e51b8d46b5bd56db5e6931dc36/trusted/project_0/git.openstack.org/openstack-infra/project-config/playbooks/javascript/package.json and complaining that /var/lib/zuul/builds/9cbd95e51b8d46b5bd56db5e6931dc36/trusted/project_0/git.openstack.org/openstack-infra/project-config/playbooks/javascript is read-only? | 19:06 |
fungi | i also see in other tasks in that role we explicitly tell it to use paths in ~ when performing write actions, so maybe we need to use the homedir instead of the work_root? | 19:08 |
openstackgerrit | Frank Kloeker proposed openstack-infra/system-config master: Add Andy McCrae to manifests/users.pp https://review.openstack.org/504179 | 19:10 |
jeblair | fungi, pabelanger: we run ansible from ~ == work_root, however, i believe the ansible command module executes commands with the cwd set to the playbook directory | 19:12 |
*** gouthamr has quit IRC | 19:13 | |
fungi | jeblair: thanks for confirming! so on 526872 is it doing what i expect? | 19:13 |
jeblair | based on that, i think fungi's change is a likely correct fix. +3 | 19:14 |
fungi | ahh, you reviewed. thanks! | 19:14 |
fungi | i'll try to reenqueue again in a bit when that one merges | 19:14 |
*** Douhet has quit IRC | 19:14 | |
*** Douhet has joined #openstack-infra | 19:15 | |
openstackgerrit | Merged openstack-infra/zuul-jobs master: Change to the executor workdir during npm upload https://review.openstack.org/526872 | 19:29 |
*** armaan has joined #openstack-infra | 19:36 | |
*** jascott1 has joined #openstack-infra | 19:38 | |
*** baoli has joined #openstack-infra | 19:53 | |
pabelanger | jeblair: odd, maybe that is something only with localhost connection. I don't think I have see that before | 19:59 |
pabelanger | since a playbook wouldn't be on the remove nodes | 19:59 |
openstackgerrit | Tobias Henkel proposed openstack-infra/nodepool feature/zuulv3: Make max-servers optional https://review.openstack.org/504282 | 20:01 |
*** markvoelker has joined #openstack-infra | 20:05 | |
openstackgerrit | Tobias Henkel proposed openstack-infra/nodepool feature/zuulv3: Support cores limit per pool https://review.openstack.org/504283 | 20:07 |
openstackgerrit | Tobias Henkel proposed openstack-infra/nodepool feature/zuulv3: Support ram limit per pool https://review.openstack.org/504284 | 20:08 |
*** dhajare has quit IRC | 20:12 | |
*** edmondsw has joined #openstack-infra | 20:15 | |
*** felipemonteiro has quit IRC | 20:19 | |
*** edmondsw has quit IRC | 20:20 | |
*** slaweq has joined #openstack-infra | 20:22 | |
*** e0ne has quit IRC | 20:24 | |
*** e0ne has joined #openstack-infra | 20:25 | |
*** e0ne has quit IRC | 20:26 | |
*** e0ne has joined #openstack-infra | 20:27 | |
*** e0ne has quit IRC | 20:27 | |
*** hongbin has quit IRC | 20:28 | |
*** e0ne has joined #openstack-infra | 20:28 | |
*** e0ne has quit IRC | 20:29 | |
*** e0ne has joined #openstack-infra | 20:29 | |
*** e0ne has quit IRC | 20:30 | |
*** e0ne has joined #openstack-infra | 20:31 | |
*** tushar has quit IRC | 20:31 | |
*** tumbarka has joined #openstack-infra | 20:31 | |
*** e0ne has quit IRC | 20:31 | |
*** vivsoni_ has joined #openstack-infra | 20:34 | |
*** vivsoni has quit IRC | 20:34 | |
*** yee37930 has quit IRC | 20:35 | |
*** yee379 has joined #openstack-infra | 20:35 | |
*** rosmaita has joined #openstack-infra | 20:36 | |
*** [HeOS] has joined #openstack-infra | 20:36 | |
*** NikitaKonovalov has quit IRC | 20:38 | |
*** NikitaKonovalov has joined #openstack-infra | 20:38 | |
*** markvoelker has quit IRC | 20:39 | |
*** hjensas has quit IRC | 20:42 | |
*** ihrachys has quit IRC | 20:43 | |
prometheanfire | so, all of our cross gate jobs are failing | 20:47 |
prometheanfire | dirk: you around? | 20:48 |
prometheanfire | somewhere around here | 20:48 |
*** slaweq has quit IRC | 20:53 | |
*** slaweq has joined #openstack-infra | 20:56 | |
*** andreas_s has joined #openstack-infra | 21:03 | |
*** claudiub has quit IRC | 21:06 | |
dirk | prometheanfire: es | 21:06 |
dirk | Yes even | 21:06 |
prometheanfire | :D | 21:07 |
dirk | I am just looking at the cross jobs issue. I wonder what changed | 21:07 |
prometheanfire | ya, it was a couple of days ago | 21:07 |
*** dave-mccowan has joined #openstack-infra | 21:12 | |
*** sbezverk has joined #openstack-infra | 21:14 | |
*** caphrim007_ has quit IRC | 21:15 | |
*** caphrim007 has joined #openstack-infra | 21:16 | |
pabelanger | is there a log? | 21:20 |
dirk | The issue is that our way of definition of zuul work dir fails nowadays | 21:21 |
dirk | pabelanger: http://logs.openstack.org/53/526553/1/check/cross-nova-py27/b902171/job-output.txt.gz#_2017-12-09_18_40_06_218313 | 21:21 |
dirk | Ah, i see | 21:23 |
dirk | It used to be a list, now it is dict | 21:23 |
dirk | Great change :-/ | 21:24 |
*** slaweq has quit IRC | 21:24 | |
dirk | When comparing the inventory files it becomes obvious | 21:24 |
pabelanger | dirk: odd, I would expect that to break a lot of jobs | 21:25 |
dirk | pabelanger: what makes you believe that isn't the case? ;-) | 21:27 |
pabelanger | dirk: http://git.openstack.org/cgit/openstack/requirements/tree/.zuul.d/cross-jobs.yaml#n16 that's why | 21:29 |
pabelanger | it is only limited to your project | 21:29 |
pabelanger | that is some magic ansible too | 21:30 |
dirk | pabelanger: sure, we define zuul work dir based on the inventory passed in zuul.projects | 21:30 |
dirk | This used to be a list, now it's a dict | 21:31 |
pabelanger | yes, we merged a breaking change to zuulv3 | 21:31 |
pabelanger | let me find it | 21:31 |
dirk | I am trying to figure out how to adjust the jinja2 filters | 21:31 |
pabelanger | http://git.openstack.org/cgit/openstack-infra/zuul/commit/?h=feature/zuulv3&id=9bab764dacb9457493faf437aabe6d09dd02f679 | 21:32 |
pabelanger | kk | 21:32 |
pabelanger | I have to run now, hopefully somebody else will be able to review | 21:32 |
*** hjensas has joined #openstack-infra | 21:36 | |
dirk | pabelanger: that was it | 21:36 |
*** markvoelker has joined #openstack-infra | 21:37 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Add umount_safe function to get better debug info https://review.openstack.org/514081 | 21:42 |
*** hjensas has quit IRC | 21:44 | |
*** huanxie has joined #openstack-infra | 21:45 | |
*** andreas_s has quit IRC | 21:48 | |
*** andreas_s has joined #openstack-infra | 21:48 | |
*** andreas_s has quit IRC | 21:48 | |
*** andreas_s has joined #openstack-infra | 21:49 | |
fungi | went out to check the mailbox and heard a neighbor several houses down the street loudly whistling the buckaroo banzai theme; resisted the temptation to walk over and reveal how much of a nerd i am | 21:49 |
*** andreas_s has quit IRC | 21:53 | |
*** hjensas has joined #openstack-infra | 21:54 | |
*** hjensas has quit IRC | 21:54 | |
*** hjensas has joined #openstack-infra | 21:54 | |
*** baoli has quit IRC | 21:56 | |
*** baoli has joined #openstack-infra | 21:56 | |
*** bobh has joined #openstack-infra | 21:59 | |
fungi | smcginnis: mordred: pabelanger: jeblair: worked!!! https://www.npmjs.com/package/monasca-grafana-datasource "openstackci published 8 minutes ago" | 22:00 |
fungi | now the project just needs to fix its versioning, i think? http://logs.openstack.org/b1/b18a06caa5955d6b72535cdb88e60b09f3e692d0/release/release-openstack-javascript/dcd967a/npm/npm-shrinkwrap.json (should say "1.2.0" there) | 22:00 |
*** hongbin has joined #openstack-infra | 22:02 | |
fungi | yep: http://git.openstack.org/cgit/openstack/monasca-grafana-datasource/tree/package.json?h=1.2.0#n3 | 22:02 |
* fungi makes sad face at monasca | 22:03 | |
fungi | washing my hands of the remaining issues there ;) | 22:04 |
*** edmondsw has joined #openstack-infra | 22:04 | |
fungi | i'll reenqueue the tripleo-ui tag from yesterday and see if they fare any better | 22:05 |
*** huanxie has quit IRC | 22:06 | |
*** edmondsw has quit IRC | 22:08 | |
*** danpawlik has quit IRC | 22:10 | |
*** markvoelker has quit IRC | 22:10 | |
*** danpawlik has joined #openstack-infra | 22:11 | |
*** rosmaita has quit IRC | 22:11 | |
*** wolverineav has joined #openstack-infra | 22:12 | |
*** huanxie has joined #openstack-infra | 22:12 | |
*** bobh has quit IRC | 22:13 | |
fungi | looking good! https://www.npmjs.com/package/tripleo-ui | 22:17 |
* fungi disappears for celebratory saké | 22:17 | |
*** hongbin_ has joined #openstack-infra | 22:29 | |
*** [HeOS] has quit IRC | 22:29 | |
*** hongbin_ has quit IRC | 22:30 | |
*** baoli has quit IRC | 22:30 | |
*** e0ne has joined #openstack-infra | 22:38 | |
*** hongbin has quit IRC | 22:40 | |
*** [HeOS] has joined #openstack-infra | 22:43 | |
*** gouthamr has joined #openstack-infra | 22:57 | |
*** dave-mccowan has quit IRC | 23:04 | |
*** Apoorva has joined #openstack-infra | 23:05 | |
*** e0ne has quit IRC | 23:06 | |
*** markvoelker has joined #openstack-infra | 23:08 | |
*** jascott1 has quit IRC | 23:29 | |
*** jascott1 has joined #openstack-infra | 23:30 | |
*** baoli has joined #openstack-infra | 23:30 | |
*** hjensas has quit IRC | 23:31 | |
*** wolverineav has quit IRC | 23:32 | |
*** aidin has joined #openstack-infra | 23:33 | |
*** jascott1 has quit IRC | 23:34 | |
*** baoli has quit IRC | 23:35 | |
*** hjensas has joined #openstack-infra | 23:36 | |
*** inc0 has quit IRC | 23:39 | |
*** markvoelker has quit IRC | 23:41 | |
*** armax has joined #openstack-infra | 23:42 | |
*** [HeOS] has quit IRC | 23:46 | |
*** inc0 has joined #openstack-infra | 23:51 | |
*** edmondsw has joined #openstack-infra | 23:52 | |
*** aidin has quit IRC | 23:53 | |
*** edmondsw has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!