Sunday, 2019-05-12

*** samccann has quit IRC01:42
*** samccann has joined #zuul01:42
*** amotoki has quit IRC01:48
*** aspiers has quit IRC01:48
*** corvus has quit IRC01:48
*** jlvillal has quit IRC01:48
*** aspiers has joined #zuul02:45
*** amotoki has joined #zuul02:45
*** corvus has joined #zuul02:45
*** jlvillal has joined #zuul02:45
*** altlogbot_0 has quit IRC02:47
*** altlogbot_3 has joined #zuul02:50
*** armstrongs_ has joined #zuul03:35
armstrongs_hi I have a couple of questions after following the zuul from scratch documentation how can i set up debug logging for the zuul services. Secondly I am using the github integration and can see my passed/failed status being reported back by the github app on my pull requests, however the zuul dashboard is not showing any running builds on the main status page and builds are not appearing on the builds and buildsets? Any help would b03:40
armstrongsappreciated03:45
armstrongs_when i inspect the builds page it looks like it has an issue with xhr.js:178 which is giving a 404 and also createError.js:16 Uncaught (in promise) Error: Request failed with status code 40403:48
SpamapSarmstrongs_: To get builds, you need a sql reporter in each action (success/fail).04:31
SpamapSI haven't done the from scratch, so I don' tknow if that's included.04:31
SpamapSarmstrongs_:you should have a logging.conf, and it should have something like this in it to do DEBUG:04:33
SpamapShttp://paste.openstack.org/show/751259/04:33
armstrongs_Thanks you so much. There isn't an sql reporter included is there any links to an example set of config i could copy to see how it should look?04:40
armstrongs_im guessing then the builds point to the db table entries then via the exporter. What about the main build status page, would that not showing running builds be related to the sql exporter too04:43
*** armstrongs has quit IRC04:49
*** armstrongs_ has quit IRC04:49
*** armstrongs has joined #zuul05:26
*** armstrongs has quit IRC05:37
*** bhavikdbavishi has joined #zuul05:59
*** jamesmcarthur has joined #zuul06:08
*** jamesmcarthur has quit IRC07:15
*** bhavikdbavishi has quit IRC07:40
openstackgerritTobias Henkel proposed zuul/zuul master: Centralize logging adapters  https://review.opendev.org/65864408:21
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate github logs with the event id  https://review.opendev.org/65864508:21
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate gerrit event logs  https://review.opendev.org/65864608:21
openstackgerritTobias Henkel proposed zuul/zuul master: Attach event to queue item  https://review.opendev.org/65864708:21
*** bhavikdbavishi has joined #zuul08:27
*** zbr has quit IRC08:41
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate github logs with the event id  https://review.opendev.org/65864509:17
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate gerrit event logs  https://review.opendev.org/65864609:17
openstackgerritTobias Henkel proposed zuul/zuul master: Attach event to queue item  https://review.opendev.org/65864709:17
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate some logs in the scheduler with event id  https://review.opendev.org/65864809:17
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate logs in the zuul driver with event ids  https://review.opendev.org/65864909:17
openstackgerritTobias Henkel proposed zuul/zuul master: Add event id to timer events  https://review.opendev.org/65865009:17
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate pipeline processing with event id  https://review.opendev.org/65865109:17
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate merger logs with event id  https://review.opendev.org/65865209:17
*** bhavikdbavishi has quit IRC09:27
*** zbr has joined #zuul10:07
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate gerrit event logs  https://review.opendev.org/65864610:17
openstackgerritTobias Henkel proposed zuul/zuul master: Attach event to queue item  https://review.opendev.org/65864710:17
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate some logs in the scheduler with event id  https://review.opendev.org/65864810:17
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate logs in the zuul driver with event ids  https://review.opendev.org/65864910:17
openstackgerritTobias Henkel proposed zuul/zuul master: Add event id to timer events  https://review.opendev.org/65865010:17
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate pipeline processing with event id  https://review.opendev.org/65865110:17
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate merger logs with event id  https://review.opendev.org/65865210:17
*** bhavikdbavishi has joined #zuul10:29
*** bhavikdbavishi has quit IRC10:55
*** aspiers has quit IRC11:01
*** aspiers has joined #zuul11:21
openstackgerritTobias Henkel proposed zuul/zuul master: Attach event to queue item  https://review.opendev.org/65864711:35
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate some logs in the scheduler with event id  https://review.opendev.org/65864811:35
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate logs in the zuul driver with event ids  https://review.opendev.org/65864911:35
openstackgerritTobias Henkel proposed zuul/zuul master: Add event id to timer events  https://review.opendev.org/65865011:35
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate pipeline processing with event id  https://review.opendev.org/65865111:35
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate merger logs with event id  https://review.opendev.org/65865211:35
*** chandankumar has quit IRC13:04
*** chandankumar has joined #zuul13:05
*** chandankumar is now known as chkumar|pto13:05
*** armstrongs has joined #zuul13:09
SpamapSarmstrongs:no, the status page reads from the scheduler's in-memory representation of data14:58
SpamapSarmstrongs:If you're seeing nothing there, it means nothing is running.14:59
armstrongsshould noop generate a job on the status page15:32
armstrongscurrently im fixing a nodepool scheduling error as it cant clone git repo on my centos7 box but would have expected that to maybe be shown on the status page15:34
*** armstrongs_ has joined #zuul15:35
armstrongs_also sorry for the noob questions I am still learning and trying to get it all set-up so i understand it all inside out :)15:36
*** armstrongs has quit IRC15:38
armstrongs_i never find i learn much doing the docker quickstart stuff, if i want to run something in prod15:45
tobiasharmstrongs_: if you only have a noop job it will be finished before you have a chance to see it on the status page ;)16:12
armstrongs_yeah haha16:14
armstrongs_status page is fine now with a playbook there, trying to get the sql connector set-up still. I think i need to create an empty db now. I only set it to db instance level in the connector so its complaining about that at the moment.16:16
armstrongs_MySQLdb._exceptions.OperationalError: (1049, "Unknown database 'zuul'")16:18
armstrongs_dburi=mysql://zuul:xxxxxx@zuul.123g8ajjdwdu.eu-west-1.rds.amazonaws.com/zuul16:21
*** mgoddard has quit IRC16:28
*** mgoddard has joined #zuul16:28
*** mgoddard has quit IRC16:33
*** mgoddard has joined #zuul16:36
*** mgoddard has quit IRC16:47
*** mgoddard has joined #zuul16:49
*** mgoddard has quit IRC16:53
*** mgoddard has joined #zuul16:55
armstrongs_got the dashboard and builds working thanks very much for all the help :)17:13
*** mgoddard has quit IRC17:48
*** mgoddard has joined #zuul17:50
*** jamesmcarthur has joined #zuul18:09
*** jamesmcarthur has quit IRC18:14
*** jamesmcarthur has joined #zuul18:27
*** jamesmcarthur has quit IRC18:32
openstackgerritTobias Henkel proposed zuul/zuul master: Attach event to queue item  https://review.opendev.org/65864718:34
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate some logs in the scheduler with event id  https://review.opendev.org/65864818:34
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate logs in the zuul driver with event ids  https://review.opendev.org/65864918:34
openstackgerritTobias Henkel proposed zuul/zuul master: Add event id to timer events  https://review.opendev.org/65865018:34
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate pipeline processing with event id  https://review.opendev.org/65865118:34
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate merger logs with event id  https://review.opendev.org/65865218:34
*** bhavikdbavishi has joined #zuul18:36
openstackgerritTobias Henkel proposed zuul/zuul master: Annotate merger logs with event id  https://review.opendev.org/65865218:45
*** armstrongs has joined #zuul18:58
armstrongshi guys i noticed after configuring github connector and sql that the log url is set to finger://ip-10-x-x-x.eu-west-1.compute.internal/da856bb0a36b4ef48a9df9ba35ac7df6 as opposed to a clickable log. Any ideas how to fix this?19:00
armstrongsThis is listed on the build page19:00
armstrongswhen you click on the result and the subsequent page has the link19:01
*** themroc has joined #zuul19:05
tobiasharmstrongs: does your base job do log upload?19:06
tobiasharmstrongs: your base job is in charge to do the log upload and tell zuul where the log is stored19:06
tobiasharmstrongs: see https://zuul-ci.org/docs/zuul/admin/quick-start.html#configure-a-base-job for an example19:07
armstrongsah i thought you had to use the example base job from the zuul-git repo19:09
armstrongswill give doing my own a go thanks19:10
armstrongsi was following the zuul from scratch guide19:12
armstrongstobiash: where does the base job in the quickstart get the roles from     - add-build-sshkey     - prepare-workspace20:08
tobiashThose are in the zuul-jobs repo20:09
armstrongsdo i have to put them in my config repo as seems it cant access them20:09
armstrongsah its fine after a scheduler restart thanks for the help :)20:15
*** themroc has quit IRC20:15
*** bhavikdbavishi has quit IRC20:27
armstrongswhere can you configure the verbosity of the streamed ansible logs in zuul? I can't see it anywhere in the docs ..21:06
pabelangerarmstrongs: zuul-executor verbose: https://zuul-ci.org/docs/zuul/admin/components.html#id1121:51
armstrongsthanks im so blind22:09
*** abraverm has quit IRC23:09
*** lennyb has quit IRC23:09
*** abraverm has joined #zuul23:18
*** jamesmcarthur has joined #zuul23:22
*** jamesmcarthur has quit IRC23:54

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