docaedo | sorry if this is the third time I'm saying this (brief connection problems) | 00:00 |
---|---|---|
docaedo | I have a question about periodic jobs and infra, probably need just a little pointer :) Using propose_projects_yaml_update as my model, I made a script that finds dead links in app-catalog assets.yaml, and proposes an update | 00:00 |
docaedo | I have a question about periodic jobs and infra, probably need just a little pointer.. Using propose_projects_yaml_update as my model, I made a script that finds dead links in app-catalog assets.yaml, and proposes an update | 00:00 |
*** tzn has quit IRC | 00:00 | |
pleia2 | zaro: ah, cool :) | 00:00 |
*** apuimedo_ has joined #openstack-infra | 00:01 | |
docaedo | suddenly I don't trust IRC, but I'll try to ask my question in small bits - please speak up if I'm suddenly spamming the channel | 00:02 |
*** Daisy has joined #openstack-infra | 00:02 | |
*** leeantho has quit IRC | 00:02 | |
pleia2 | docaedo: I can see your question, but I can't help you with it | 00:02 |
docaedo | pleia2: oh great ok thank you - it must be getting filtered by weechat here because I don't see it | 00:03 |
docaedo | so I | 00:03 |
*** ayoung has quit IRC | 00:03 | |
*** chlong has joined #openstack-infra | 00:04 | |
docaedo | my specific question is - do I just add a similar record to jenkins/jobs/infra.yaml (in addition to the .sh and .py files associated with it)? | 00:04 |
*** annegentle has quit IRC | 00:06 | |
*** apuimedo has quit IRC | 00:06 | |
*** annegentle has joined #openstack-infra | 00:06 | |
clarkb | you will need a job for it yes | 00:07 |
docaedo | clarkb: thanks - just want to make sure I propose in the right place, I *think* the review I'm about to push is right then | 00:08 |
*** apuimedo has joined #openstack-infra | 00:08 | |
*** apuimedo_ has quit IRC | 00:08 | |
clarkb | well the job can go in any yaml file in that dor | 00:08 |
clarkb | maybe make one for app catalog | 00:08 |
*** Daisy has quit IRC | 00:09 | |
*** bgmccollum has joined #openstack-infra | 00:09 | |
docaedo | if it's something that will use porposal-bot (just like the project-yaml-normalizer) does that matter? | 00:09 |
*** Daisy has joined #openstack-infra | 00:09 | |
*** signed8bit has joined #openstack-infra | 00:10 | |
clarkb | no | 00:10 |
docaedo | awesome - thank you! | 00:10 |
*** annegentle has quit IRC | 00:11 | |
*** signed8bit has quit IRC | 00:11 | |
*** apuimedo_ has joined #openstack-infra | 00:14 | |
*** Daisy has quit IRC | 00:14 | |
*** annegentle has joined #openstack-infra | 00:16 | |
*** gildub has joined #openstack-infra | 00:16 | |
*** apuimedo has quit IRC | 00:17 | |
*** apuimedo has joined #openstack-infra | 00:18 | |
*** apuimedo_ has quit IRC | 00:19 | |
*** dkalleg has joined #openstack-infra | 00:20 | |
*** Qiming has quit IRC | 00:20 | |
docaedo | clarkb: when proposal bot runs and submit a change (like propose_projects_yaml_update.sh), the script lives in project-config which is also the repo it's proposing the change for .. | 00:21 |
docaedo | for a script that will propose a change for app-catalog, should that live in app-catalog/tools ? | 00:21 |
*** annegentle has quit IRC | 00:21 | |
dkalleg | Hi, I'm working on converting our project to use the Devstack plugin model instead of using the (now deprecated) extras.d model. Looking for a little guidance on how to solve the chicken/egg problem of being able to pass a gate checked when the plugin is not in our Cue repo since the gate needs it in order to run devstack | 00:22 |
docaedo | My confusion here is around jobs and the proposal bot (or more specifically, I don't have a great understanding of how periodic jobs are handled TBH) | 00:22 |
*** apuimedo has quit IRC | 00:22 | |
rbrndt | Question, in a gate job, what is a proper way to pass in variables to be used by service plugins? | 00:23 |
*** apuimedo has joined #openstack-infra | 00:23 | |
clarkb | docaedo no we dont allow scripts like that to live outside project config | 00:23 |
*** rhallisey has joined #openstack-infra | 00:23 | |
clarkb | docaedo since it is privileged | 00:23 |
clarkb | rbrndt via localrc | 00:23 |
docaedo | clarkb: ok great, that makes sense, so I was headed in the right direction - I just didn't want to push up a review that made you say "WTF were you thinking?" :D | 00:24 |
*** apuimedo_ has joined #openstack-infra | 00:24 | |
rbrndt | iclarkb: would that be "export DEVSTACKLOCAL_CONFIG+=<variable>=<value>" ? | 00:24 |
rbrndt | sorry for poor spelling | 00:24 |
*** signed8bit has joined #openstack-infra | 00:25 | |
clarkb | ya | 00:25 |
rbrndt | clarkb: thank you | 00:25 |
openstackgerrit | Christopher Aedo proposed openstack-infra/project-config: Check for dead links in App Catalog https://review.openstack.org/259232 | 00:27 |
*** apuimedo_ has quit IRC | 00:28 | |
openstackgerrit | Ryan Brandt proposed openstack-infra/project-config: Fix error in variable export https://review.openstack.org/259233 | 00:30 |
*** otter768 has joined #openstack-infra | 00:30 | |
rhedlind | anteaya: I have to take a break. I'll be back later tonight or tomorrow morning with my findings. In short, I think the exception handling in the reportItem path in zuul/scheduler.py should be changed to handle the connection error from Gearman so that the build item can be taken of the queue. Right now the exception bubbles up to the exception handler in 'run', which simply signals the "semaphore" flag in the ThreadEvent and the same build will | 00:30 |
openstackgerrit | John Trowbridge proposed openstack-infra/tripleo-ci: DO NOT MERGE changes needed for delorean promotion https://review.openstack.org/258140 | 00:31 |
*** amuller has quit IRC | 00:31 | |
*** smarcet has joined #openstack-infra | 00:32 | |
*** signed8bit has quit IRC | 00:32 | |
*** salv-orl_ has quit IRC | 00:34 | |
*** apuimedo_ has joined #openstack-infra | 00:35 | |
anteaya | rhedlind: oh I don't blame you, I moved into break mode about an hour ago | 00:36 |
anteaya | rhedlind: get some sleep, this can wait until tomorrow | 00:36 |
anteaya | rhedlind: and I think your message was cut off | 00:36 |
*** sigmavirus24 is now known as sigmavirus24_awa | 00:37 | |
openstackgerrit | Daniel Allegood proposed openstack-infra/project-config: Enabling devstack plugin for cue https://review.openstack.org/259235 | 00:37 |
anteaya | oh and I just found out about the operators meetup: http://lists.openstack.org/pipermail/openstack-operators/2015-November/008732.html | 00:38 |
anteaya | I had missed the email | 00:38 |
sputnik13 | can anyone help with the question dkalleg posted? | 00:39 |
mordred | morning clarkb - did I miss anything good today? | 00:39 |
*** markvoelker has quit IRC | 00:39 | |
*** apuimedo has quit IRC | 00:39 | |
mordred | btw - in case anyone is interested, my google fi is NOT working for me in Ontario | 00:39 |
anteaya | mordred: a third party ci took out zuul, that was fun | 00:39 |
mordred | anteaya: nice! | 00:39 |
anteaya | :( | 00:40 |
anteaya | where in ontario are you? | 00:40 |
mordred | anteaya: it was working fine in montreal | 00:40 |
* anteaya notes she is in ontario | 00:40 | |
*** apuimedo has joined #openstack-infra | 00:40 | |
anteaya | lots of things work find in montreal | 00:40 |
clarkb | sputnik13 dkalleg switch the job over then merge plugin | 00:40 |
mordred | anteaya: I'm in niagara | 00:40 |
anteaya | nice | 00:40 |
anteaya | it is nice there | 00:40 |
mordred | yah - we have a lovely view of the waters | 00:40 |
anteaya | did you go round the top? | 00:40 |
*** tzn has joined #openstack-infra | 00:40 | |
anteaya | kingston, belleville along the 401? | 00:40 |
mordred | yah, through toronto and stuff | 00:41 |
*** chenli has joined #openstack-infra | 00:41 | |
anteaya | nice | 00:41 |
mordred | was a nice enough drive | 00:41 |
clarkb | mordred you dont have access to murican towers from there? | 00:41 |
anteaya | well if I had a car I'd drop over and visit | 00:41 |
anteaya | but I don't have a car | 00:41 |
anteaya | mordred: glad to hear it | 00:41 |
mordred | except for my phone not finding the internets | 00:41 |
*** kzaitsev_mb has quit IRC | 00:41 | |
anteaya | time to not find the internets for a bit maybe | 00:41 |
mordred | clarkb: you'd think - but it's still unhappy | 00:41 |
*** apuimedo_ has quit IRC | 00:42 | |
mordred | clarkb: I'm not really sure why it's unhappy - sandy has t-mobile and has had coverage all day | 00:42 |
*** rhallisey has quit IRC | 00:42 | |
*** rhallisey has joined #openstack-infra | 00:42 | |
*** zhurong has joined #openstack-infra | 00:42 | |
jeblair | mordred: we spent a good chunk of the day tracing a zuul performance problem through to a third-party ci dosing us | 00:43 |
ianw | clarkb / fungi : so ... i got a vhd of f23 build. i got it upload to rax. i can try and boot it, but it just fails. it would be really handy if I could get a copy of the nodepool vhd so i could try that | 00:43 |
jeblair | mordred: i released gertty 1.3.0 and jjb 1.4.0 | 00:44 |
anteaya | jeblair: did you see in backscroll rhedlind posted some thoughts, though they got cut off | 00:44 |
asselin | has anyone included .md files into .rst / sphynx? | 00:44 |
mordred | jeblair: woot | 00:44 |
anteaya | asselin: I do not know, I have not | 00:44 |
sputnik13 | clarkb the question was with respect to the fact that enable_plugin takes a repo url, which we were assuming means it would look in the repo location for the plugin | 00:44 |
mordred | asselin: to my knowledge, I do not think so | 00:44 |
jeblair | mordred: pleia2 and gerrit tweetededed about it https://twitter.com/GerritReview/status/677630100200927235 | 00:45 |
mordred | asselin: if you have md content, I suggest transforming it using something like pandoc | 00:45 |
jeblair | anteaya: i saw part of the thoughts. i think they may be on to something. | 00:45 |
sputnik13 | since the plugin is not in the repo yet, and cannot be until we pass the gates, we were concerned that we have a bit of a chicken and egg problem | 00:45 |
sputnik13 | are you saying that this is not really something to be concerned about? | 00:45 |
mordred | jeblair: gerrit tweets? | 00:45 |
mordred | oh - neat | 00:45 |
asselin | mordred, looks promising. will try that. thanks! | 00:45 |
jeblair | mordred: yeah, i mean, it's a bird so why not? | 00:45 |
anteaya | jeblair: oh good, well sounds like that was the end of transmission for tonight, let's see what tomorrow brings | 00:46 |
clarkb | sputnik13 correct its self testing so you switch the job, all changes fail.until you merge plugin to your repo | 00:46 |
*** apuimedo_ has joined #openstack-infra | 00:46 | |
*** bhunter71 has joined #openstack-infra | 00:46 | |
sputnik13 | ok, thanks | 00:47 |
clarkb | mordred: also I missed much of today due to headache and realtor, not sure if related | 00:47 |
clarkb | just did some review and email reading mostly | 00:47 |
anteaya | clarkb: were you house shopping today? | 00:48 |
clarkb | anteaya: not yet, just started the process | 00:48 |
anteaya | clarkb: parents, tree, glasses, house, my goodness you do pack it into 48 hours | 00:48 |
sputnik13 | clarkb is "switching" the job more than what we have in https://review.openstack.org/#/c/259235/ ? | 00:48 |
anteaya | clarkb: ah the first meeting | 00:48 |
*** ashleighfarnham has quit IRC | 00:48 | |
*** hemna has quit IRC | 00:49 | |
clarkb | sputnik13: thats the major part yes | 00:49 |
clarkb | sputnik13: you may not need the pre/gate/post test hooks anymore | 00:49 |
clarkb | but that depends on your setup | 00:49 |
anteaya | clarkb: if they don't listen to you, get another realtor, and watch out for "we have another interested buyer, so make an offer soon" | 00:49 |
anteaya | they all say that | 00:49 |
sputnik13 | clarkb ok cool, thx | 00:50 |
clarkb | anteaya: I actually have found this realtor based on several recommendations from friends | 00:50 |
anteaya | clarkb: oh good, the best kind | 00:50 |
*** davideagnello has quit IRC | 00:52 | |
clarkb | anteaya: and yes been a busy week | 00:52 |
*** davideagnello has joined #openstack-infra | 00:52 | |
anteaya | sounds like it | 00:54 |
anteaya | how was your parent's flight? | 00:54 |
clarkb | was fine arrived on time | 00:54 |
*** apuimedo has quit IRC | 00:54 | |
anteaya | wonderful | 00:54 |
*** markvoelker has joined #openstack-infra | 00:55 | |
*** apuimedo_ has quit IRC | 00:56 | |
*** apuimedo has joined #openstack-infra | 00:56 | |
sputnik13 | can we get a review on this please? https://review.openstack.org/#/c/259235 | 00:56 |
*** amotoki has joined #openstack-infra | 00:57 | |
*** zeih has joined #openstack-infra | 00:58 | |
*** weshay_xchat has quit IRC | 00:58 | |
anteaya | g'night all see you tomorrow | 00:58 |
openstackgerrit | Diana Whitten proposed openstack-infra/project-config: Add openstack-ux repo https://review.openstack.org/259239 | 00:58 |
*** zhurong has quit IRC | 00:58 | |
zaro | anteaya: good night! | 00:59 |
*** eil397 has quit IRC | 01:00 | |
*** apuimedo_ has joined #openstack-infra | 01:00 | |
*** otter768 has quit IRC | 01:00 | |
*** ybathia has quit IRC | 01:01 | |
*** zeih has quit IRC | 01:02 | |
*** dims has quit IRC | 01:04 | |
*** Swami_ has quit IRC | 01:04 | |
*** Qiming has joined #openstack-infra | 01:04 | |
*** apuimedo_ has quit IRC | 01:05 | |
*** doug-fish has quit IRC | 01:05 | |
*** mtanino has quit IRC | 01:06 | |
sputnik13 | clarkb thx | 01:06 |
*** rbrndt has quit IRC | 01:06 | |
*** aorourke is now known as aorourke-afk | 01:06 | |
*** daemontool has quit IRC | 01:08 | |
zaro | fungi: when you have time would you be able to get me full stack trace for the PatchLIstLoader WARNs? | 01:08 |
zaro | fungi: this thing, "WARN com.google.gerrit.server.patch.PatchListLoader : 5000 ms timeout reached for Diff loader in project openstack/openstack-specs on commit" | 01:08 |
*** dims has joined #openstack-infra | 01:09 | |
*** apuimedo_ has joined #openstack-infra | 01:10 | |
*** hurgleburgler has left #openstack-infra | 01:11 | |
*** darrenc_afk is now known as darrenc | 01:13 | |
*** apuimedo_ has quit IRC | 01:14 | |
*** tzn has quit IRC | 01:15 | |
*** apuimedo has quit IRC | 01:15 | |
*** apuimedo has joined #openstack-infra | 01:16 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-openstackci: Initial doc setup https://review.openstack.org/259245 | 01:17 |
dims | clarkb : fungi : yet another pypi upload failure :( if you get a chance - http://logs.openstack.org/bb/bb7d9c697ae2cd1c98012b18f029c40a2cedebab/release/python-openstackclient-pypi-both-upload/38160b6/console.html#_2015-12-18_01_17_33_339 | 01:20 |
*** apuimedo_ has joined #openstack-infra | 01:20 | |
docaedo | clarkb: thank you for the points. I think 259232 is close to right, only part I'm uncertain about is the path of the checked out repo relative to where the script runs | 01:22 |
docaedo | clarkb: s/points/pointers and comments/ | 01:22 |
*** apuimedo has quit IRC | 01:23 | |
openstackgerrit | Merged openstack-infra/puppet-openstackci: Initial puppet setup should be done as root https://review.openstack.org/254326 | 01:23 |
*** apuimedo has joined #openstack-infra | 01:24 | |
*** ParsectiX has joined #openstack-infra | 01:25 | |
*** ParsectiX has quit IRC | 01:25 | |
*** ParsectiX has joined #openstack-infra | 01:26 | |
openstackgerrit | Merged openstack-infra/system-config: Fix top element in hideci.js for new change screen https://review.openstack.org/258751 | 01:26 |
*** apuimedo_ has quit IRC | 01:27 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Generate and Publish puppet-openstack ci docs https://review.openstack.org/259246 | 01:29 |
*** Swami_ has joined #openstack-infra | 01:32 | |
*** apuimedo_ has joined #openstack-infra | 01:33 | |
*** apuimedo has quit IRC | 01:33 | |
*** apuimedo has joined #openstack-infra | 01:34 | |
mgagne | zaro looks like hideci.js is not found by the UI. Is Puppet still deploying? | 01:35 |
mgagne | zaro I found that touch GerritSiteHeader.html no longer works to reload Gerrit theme under some circonstances. :-/ | 01:38 |
*** apuimedo has quit IRC | 01:39 | |
*** apuimedo_ has quit IRC | 01:40 | |
*** apuimedo has joined #openstack-infra | 01:41 | |
*** thorst has joined #openstack-infra | 01:41 | |
*** otter768 has joined #openstack-infra | 01:44 | |
*** apuimedo_ has joined #openstack-infra | 01:45 | |
*** apuimedo has quit IRC | 01:45 | |
*** apuimedo has joined #openstack-infra | 01:46 | |
*** oomichi is now known as oomichi_away | 01:48 | |
*** thorst has quit IRC | 01:49 | |
*** rfolco has joined #openstack-infra | 01:50 | |
*** apuimedo_ has quit IRC | 01:50 | |
sputnik13 | can another core for project-config please look at https://review.openstack.org/#/c/259235? clarkb already looked at it and gave it a +2... | 01:50 |
*** apuimedo has quit IRC | 01:51 | |
*** apuimedo has joined #openstack-infra | 01:51 | |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Infer and build entry points from component modules https://review.openstack.org/252335 | 01:52 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/system-config: increase info column width https://review.openstack.org/258672 | 01:54 |
*** apuimedo_ has joined #openstack-infra | 01:54 | |
*** apuimedo has quit IRC | 01:56 | |
*** tjones has quit IRC | 01:56 | |
*** apuimedo has joined #openstack-infra | 01:57 | |
*** apuimedo_ has quit IRC | 01:59 | |
openstackgerrit | Merged openstack-infra/os-loganalyze: Whitelist .log.gz files from the passthrough https://review.openstack.org/217344 | 02:00 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Enable ironic agent_ssh jobs for 139099 https://review.openstack.org/241384 | 02:00 |
*** pcrews has quit IRC | 02:00 | |
*** zhurong has joined #openstack-infra | 02:01 | |
*** bpokorny_ has joined #openstack-infra | 02:01 | |
openstackgerrit | K Jonathan Harker proposed openstack-infra/log_processor: Let the workers shut down gracefully https://review.openstack.org/259200 | 02:01 |
*** apuimedo has quit IRC | 02:02 | |
*** rfolco has quit IRC | 02:02 | |
*** apuimedo has joined #openstack-infra | 02:03 | |
*** apuimedo_ has joined #openstack-infra | 02:04 | |
openstackgerrit | Martin André proposed openstack/gertty: Fix config validation to accept new keymap format https://review.openstack.org/259253 | 02:05 |
*** bpokorny has quit IRC | 02:05 | |
*** bpokorny_ has quit IRC | 02:06 | |
*** yamahata has quit IRC | 02:07 | |
*** Swami_ has quit IRC | 02:07 | |
*** mudassirlatif has quit IRC | 02:08 | |
*** annegentle has joined #openstack-infra | 02:09 | |
openstackgerrit | Martin André proposed openstack/gertty: Fix config validation to accept new keymap format https://review.openstack.org/259253 | 02:10 |
*** tzn has joined #openstack-infra | 02:12 | |
*** sputnik13 has quit IRC | 02:16 | |
*** sputnik13 has joined #openstack-infra | 02:17 | |
*** sputnik13 has quit IRC | 02:17 | |
*** apuimedo has quit IRC | 02:17 | |
*** apuimedo has joined #openstack-infra | 02:18 | |
*** ayoung has joined #openstack-infra | 02:18 | |
*** apuimedo_ has quit IRC | 02:18 | |
*** bharathm has quit IRC | 02:18 | |
*** pcrews has joined #openstack-infra | 02:19 | |
*** vilobhmm11 has quit IRC | 02:20 | |
*** yamamoto has joined #openstack-infra | 02:21 | |
*** rossella_s has quit IRC | 02:21 | |
*** rossella_s has joined #openstack-infra | 02:21 | |
*** apuimedo has quit IRC | 02:22 | |
*** apuimedo has joined #openstack-infra | 02:23 | |
*** apuimedo_ has joined #openstack-infra | 02:24 | |
openstackgerrit | Armando Migliaccio proposed openstack-infra/project-config: Move neutron-large-ops jobs to neutron's experimental queue https://review.openstack.org/259255 | 02:26 |
*** zhurong has quit IRC | 02:27 | |
openstackgerrit | Lekha Jeevan proposed openstack/requirements: Add mimic to global requirements to use in tests https://review.openstack.org/220268 | 02:28 |
*** apuimedo has quit IRC | 02:28 | |
*** FallenPegasus has quit IRC | 02:28 | |
*** apuimedo_ has quit IRC | 02:28 | |
openstackgerrit | Merged openstack/requirements: Updated from generate-constraints https://review.openstack.org/258281 | 02:29 |
*** jffische has joined #openstack-infra | 02:29 | |
*** apuimedo has joined #openstack-infra | 02:29 | |
*** zhurong has joined #openstack-infra | 02:31 | |
*** apuimedo_ has joined #openstack-infra | 02:33 | |
*** yamamoto has quit IRC | 02:34 | |
*** apuimedo has quit IRC | 02:34 | |
*** signed8bit has joined #openstack-infra | 02:34 | |
*** apuimedo has joined #openstack-infra | 02:35 | |
*** rvasilets___ has quit IRC | 02:35 | |
*** annegentle has quit IRC | 02:36 | |
*** apuimedo_ has quit IRC | 02:38 | |
*** salv-orlando has joined #openstack-infra | 02:38 | |
*** chenli has quit IRC | 02:39 | |
*** apuimedo has quit IRC | 02:39 | |
*** chenli has joined #openstack-infra | 02:40 | |
*** apuimedo has joined #openstack-infra | 02:40 | |
*** signed8bit has quit IRC | 02:40 | |
*** kragniz has quit IRC | 02:41 | |
*** apuimedo_ has joined #openstack-infra | 02:44 | |
*** apuimedo has quit IRC | 02:44 | |
*** apuimedo has joined #openstack-infra | 02:45 | |
*** tzn has quit IRC | 02:45 | |
*** apoorvad has quit IRC | 02:46 | |
*** kragniz has joined #openstack-infra | 02:46 | |
*** dims has quit IRC | 02:50 | |
*** apuimedo_ has quit IRC | 02:51 | |
*** apuimedo has quit IRC | 02:52 | |
*** jerryz has quit IRC | 02:52 | |
*** apuimedo has joined #openstack-infra | 02:53 | |
*** rlandy has quit IRC | 02:53 | |
*** apuimedo_ has joined #openstack-infra | 02:56 | |
*** apuimedo has quit IRC | 02:57 | |
*** apuimedo has joined #openstack-infra | 02:58 | |
*** unicell has quit IRC | 02:58 | |
*** baoli_ has quit IRC | 02:59 | |
*** JohnnyCI has joined #openstack-infra | 03:02 | |
*** salv-orl_ has joined #openstack-infra | 03:02 | |
*** sflanigan is now known as sflanigan_afk | 03:03 | |
*** apuimedo has quit IRC | 03:03 | |
*** apuimedo_ has quit IRC | 03:03 | |
*** apuimedo has joined #openstack-infra | 03:04 | |
*** salv-orlando has quit IRC | 03:05 | |
JohnnyCI | I'm encountering this error during cinder tempest test " VolumeSizeExceedsAvailableQuota: Requested volume or snapshot exceeds allowed gigabytes quota. Requested 1G, quota is 1G and 1G has been consumed. " | 03:07 |
*** apuimedo_ has joined #openstack-infra | 03:08 | |
JohnnyCI | Wondering where can I change the config of this | 03:10 |
*** apuimedo has quit IRC | 03:11 | |
*** salv-orl_ has quit IRC | 03:11 | |
*** cfarquhar has quit IRC | 03:12 | |
*** apuimedo has joined #openstack-infra | 03:12 | |
*** apuimedo_ has quit IRC | 03:13 | |
*** links has joined #openstack-infra | 03:14 | |
*** amotoki has quit IRC | 03:15 | |
*** apuimedo_ has joined #openstack-infra | 03:18 | |
*** apuimedo has quit IRC | 03:19 | |
*** apuimedo has joined #openstack-infra | 03:20 | |
*** angdraug has quit IRC | 03:21 | |
*** sflanigan_afk is now known as sflanigan | 03:22 | |
clarkb | devstack configures that | 03:22 |
clarkb | maybe use smaller volumes instead? | 03:23 |
*** apuimedo_ has quit IRC | 03:23 | |
*** jyuso1 has joined #openstack-infra | 03:23 | |
*** apuimedo has quit IRC | 03:24 | |
*** apuimedo has joined #openstack-infra | 03:25 | |
*** vilobhmm11 has joined #openstack-infra | 03:26 | |
*** rhallisey has quit IRC | 03:26 | |
*** yamamoto has joined #openstack-infra | 03:27 | |
*** apuimedo_ has joined #openstack-infra | 03:27 | |
*** vilobhmm111 has joined #openstack-infra | 03:28 | |
*** vilobhmm11 has quit IRC | 03:31 | |
*** apuimedo_ has quit IRC | 03:32 | |
*** hdd has quit IRC | 03:33 | |
*** apuimedo_ has joined #openstack-infra | 03:37 | |
*** ParsectiX has quit IRC | 03:38 | |
JohnnyCI | set in devstack/local.conf ? | 03:38 |
*** gyee has quit IRC | 03:40 | |
*** sdake has joined #openstack-infra | 03:40 | |
*** bexelbie has joined #openstack-infra | 03:40 | |
*** vilobhmm111 has quit IRC | 03:40 | |
HenryG | Gerrit just went all weird on me | 03:42 |
HenryG | I lost the "Toggle CI" button and the job results table is gone | 03:42 |
HenryG | Do I need to clear cookies and logout/login or something? | 03:43 |
* HenryG tries that ... | 03:43 | |
*** annegentle has joined #openstack-infra | 03:43 | |
*** amotoki has joined #openstack-infra | 03:43 | |
openstackgerrit | Paul Belanger proposed openstack-infra/jeepyb: Be more specific for new users https://review.openstack.org/259265 | 03:44 |
*** apuimedo_ has quit IRC | 03:44 | |
*** annegentle has quit IRC | 03:46 | |
*** apuimedo has quit IRC | 03:47 | |
*** markvoelker has quit IRC | 03:47 | |
HenryG | nope | 03:47 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/requirements: Bump minimum tempest-lib version https://review.openstack.org/259266 | 03:47 |
*** oomichi has joined #openstack-infra | 03:48 | |
mgagne | HenryG a change to hideci.js merged and I think Gerrit need to be reloaded to pick up new version content. | 03:48 |
*** apuimedo has joined #openstack-infra | 03:48 | |
*** tzn has joined #openstack-infra | 03:48 | |
HenryG | mgagne: thanks for the info | 03:49 |
mgagne | HenryG was my change and I also had similar issue with our private Gerrit instance :-/ | 03:49 |
HenryG | mgagne: I give you permission to reload gerrit. ;) | 03:50 |
*** apuimedo_ has joined #openstack-infra | 03:50 | |
mgagne | I can't access it, I'm not root ^^' | 03:50 |
HenryG | mgagne: I was just kidding | 03:51 |
mgagne | haha | 03:51 |
mgagne | =) | 03:51 |
*** apuimedo has quit IRC | 03:53 | |
*** apuimedo has joined #openstack-infra | 03:54 | |
*** ramineni1 has joined #openstack-infra | 03:54 | |
*** apuimedo_ has quit IRC | 03:55 | |
openstackgerrit | Steve Kowalik proposed openstack-infra/puppet-jeepyb: Install libxml2-dev{,el} and libxslt-dev{,el} https://review.openstack.org/259268 | 03:57 |
*** amotoki has quit IRC | 03:58 | |
*** apuimedo_ has joined #openstack-infra | 04:00 | |
*** apuimedo has quit IRC | 04:01 | |
openstackgerrit | Steve Kowalik proposed openstack-infra/jeepyb: Add three Zanata scripts https://review.openstack.org/241451 | 04:02 |
*** apuimedo has joined #openstack-infra | 04:02 | |
*** FallenPegasus has joined #openstack-infra | 04:02 | |
*** smarcet has quit IRC | 04:06 | |
*** hdd has joined #openstack-infra | 04:06 | |
*** apuimedo has quit IRC | 04:06 | |
*** apuimedo_ has quit IRC | 04:07 | |
*** apuimedo has joined #openstack-infra | 04:07 | |
*** bhunter71 has quit IRC | 04:08 | |
*** apuimedo_ has joined #openstack-infra | 04:12 | |
*** chenli has quit IRC | 04:14 | |
*** apuimedo_ has quit IRC | 04:16 | |
*** otter768 has quit IRC | 04:18 | |
ianw | clarkb: omg, i managed to get a f23 image built and uploaded and it became "active" in rax | 04:19 |
clarkb | ianw: nice | 04:19 |
clarkb | did you end up using shade for the upload? or ? | 04:20 |
ianw | clarkb: yep | 04:20 |
*** apuimedo_ has joined #openstack-infra | 04:21 | |
*** tzn has quit IRC | 04:22 | |
*** aopincar has joined #openstack-infra | 04:22 | |
*** Ramanjaneya has joined #openstack-infra | 04:24 | |
*** danieli has joined #openstack-infra | 04:24 | |
*** apuimedo_ has quit IRC | 04:26 | |
*** salv-orlando has joined #openstack-infra | 04:26 | |
*** apuimedo has quit IRC | 04:26 | |
*** apuimedo has joined #openstack-infra | 04:27 | |
ianw | clarkb: it's selinux?! maybe ... anyway my image doesn't boot unless selinux=0 given on boot. if you ever happen to see an f23 booting, would be interesting if it seemed stuck on that | 04:28 |
ianw | i got to do more testing, i forgot simple-init in the image ... but it's a start | 04:28 |
clarkb | ianw: will console dump some explosion over selinux problems? | 04:29 |
ianw | it will seem to just hang there, and the last thing is pretty much "can't load selinux policy" | 04:29 |
*** salv-orlando has quit IRC | 04:30 | |
*** danieli has left #openstack-infra | 04:31 | |
*** chenli has joined #openstack-infra | 04:31 | |
*** apuimedo_ has joined #openstack-infra | 04:31 | |
*** amotoki has joined #openstack-infra | 04:32 | |
*** apuimedo has quit IRC | 04:32 | |
*** apuimedo has joined #openstack-infra | 04:34 | |
*** apuimedo_ has quit IRC | 04:36 | |
clarkb | ianw: do you have that problem booting qcow2's on kvm? | 04:40 |
clarkb | or raw | 04:40 |
ianw | clarkb: no ... but, i haven't booted that *exact* image that just gave me issues in rax (i only build a vhd) | 04:41 |
bkero | ianw: try setting selinux=permissive and watch the selinux log to see what's violating policy? | 04:42 |
*** apuimedo_ has joined #openstack-infra | 04:42 | |
bkero | unless perhaps the problem is that the policy files themselves aren't getting installed | 04:42 |
ianw | bkero: oh, this is a completely messed up situation where we've built the image in a chroot ... i'm 99% sure it's probably to do with the rpm scripts when it gets installed | 04:42 |
bkero | restorecon the whole fs :) | 04:43 |
ianw | selinux-policy-targeted or similar. i *think* we do that at some point , but yeah ... more digging required | 04:43 |
*** apuimedo has quit IRC | 04:43 | |
*** apuimedo has joined #openstack-infra | 04:44 | |
*** ParsectiX has joined #openstack-infra | 04:44 | |
*** markvoelker has joined #openstack-infra | 04:47 | |
*** apuimedo_ has quit IRC | 04:48 | |
*** david-lyle has quit IRC | 04:50 | |
*** Swami_ has joined #openstack-infra | 04:50 | |
*** apuimedo has quit IRC | 04:51 | |
*** apuimedo has joined #openstack-infra | 04:51 | |
*** esker has quit IRC | 04:52 | |
*** markvoelker has quit IRC | 04:52 | |
openstackgerrit | Merged openstack-infra/puppet-log_processor: Change node_region to node_provider https://review.openstack.org/259210 | 04:54 |
*** apuimedo_ has joined #openstack-infra | 04:55 | |
*** hdd has quit IRC | 04:56 | |
*** ParsectiX has quit IRC | 04:56 | |
*** apuimedo has quit IRC | 04:56 | |
*** hdd has joined #openstack-infra | 04:56 | |
*** ParsectiX has joined #openstack-infra | 04:56 | |
*** ParsectiX has quit IRC | 04:57 | |
*** ParsectiX has joined #openstack-infra | 04:57 | |
*** apuimedo has joined #openstack-infra | 04:57 | |
*** ParsectiX has quit IRC | 04:59 | |
*** apuimedo_ has quit IRC | 04:59 | |
ianw | i think the base install doesn't install selinux packages, then we do a half-assed job of it here -> https://git.openstack.org/cgit/openstack-infra/system-config/tree/install_puppet.sh#n49 | 05:00 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Fix regression in change tracking https://review.openstack.org/259281 | 05:00 |
jhesketh | jeblair, fungi: ^ that's a fix for the regression... it's a little nasty but should do the trick | 05:01 |
*** davideagnello has quit IRC | 05:02 | |
*** apuimedo has quit IRC | 05:02 | |
*** apuimedo has joined #openstack-infra | 05:02 | |
*** apuimedo_ has joined #openstack-infra | 05:04 | |
*** oomichi has quit IRC | 05:04 | |
*** hdd has quit IRC | 05:07 | |
*** apuimedo has quit IRC | 05:07 | |
*** apuimedo has joined #openstack-infra | 05:08 | |
*** davideagnello has joined #openstack-infra | 05:08 | |
*** apuimedo_ has quit IRC | 05:09 | |
clarkb | jhesketh: so the issue earlier was hitting the gerrit api over and over for that large change because we didn't have an up to date cache? | 05:11 |
*** apuimedo_ has joined #openstack-infra | 05:14 | |
*** apuimedo has quit IRC | 05:15 | |
*** jerryz has joined #openstack-infra | 05:17 | |
*** apuimedo has joined #openstack-infra | 05:17 | |
*** hichihara has quit IRC | 05:18 | |
*** apuimedo_ has quit IRC | 05:18 | |
*** tzn has joined #openstack-infra | 05:19 | |
*** bharathm has joined #openstack-infra | 05:19 | |
jhesketh | clarkb: the issue was zuul would continue to schedule and make decisions off out dated data.. then when it came to report the change or whatever it would find that it needed to grab a new copy from gerrit and recalculate things again | 05:20 |
jhesketh | that's why the change is a little ugly, it needs to modify change objects outside of the main thread and they are used throughout the system | 05:20 |
jhesketh | clarkb: while you're around, would you mind taking a look at https://review.openstack.org/#/c/254718/ when you next get a chance please | 05:21 |
openstackgerrit | Tianpeng Wang proposed openstack-infra/jenkins-job-builder: Add Docker Custom Build Environment Plugin support https://review.openstack.org/258739 | 05:21 |
clarkb | jhesketh: sure. I also just ocmmented on the zuul change you pushed | 05:22 |
clarkb | mtreinish: logstash client restarted | 05:22 |
jhesketh | clarkb: thanks :-) | 05:23 |
*** bharathm has quit IRC | 05:23 | |
*** apuimedo_ has joined #openstack-infra | 05:23 | |
clarkb | jhesketh: ya that spec update looks better, the only thing I would ad is that the security risk is a little bigger in that the credentials could be exposed by a rogue job then nefariously used outside of jobs/changetesting | 05:25 |
clarkb | jhesketh: but I also agree hte risk seems low particularly for corrupting data of other changes if we use one way hashes | 05:25 |
zaro | clarkb: mgagne mentioned something about needing to kick gerrit for new toggle ci to work again? | 05:26 |
zaro | it's not working for me. | 05:26 |
clarkb | zaro: I think someone merged the new toggle ci change which requires restarting gerrit or touching some file | 05:26 |
clarkb | I can try touching some file but would prefer to not restart gerrit just before bed, let me see if I can find the file | 05:27 |
zaro | well i guess we should try something because it aint working now | 05:27 |
clarkb | right we know that | 05:27 |
zaro | i think it's GerritSiteHeader.html | 05:28 |
clarkb | this is the same reason I didn't merge the change alst week | 05:28 |
*** apuimedo_ has quit IRC | 05:28 | |
clarkb | seems to be working for me now but the boxes are still left behind | 05:29 |
clarkb | oh now its gone i needed to refresh | 05:29 |
zaro | yeah, i'm not seeing it. | 05:30 |
clarkb | ok file is touched | 05:30 |
zaro | cool, looks good. boxes are gone | 05:31 |
openstackgerrit | Tianpeng Wang proposed openstack-infra/jenkins-job-builder: Add Docker Custom Build Environment Plugin support https://review.openstack.org/258739 | 05:31 |
*** zhurong has quit IRC | 05:31 | |
*** SumitNaiksatam has joined #openstack-infra | 05:31 | |
zaro | nice work mgagne | 05:31 |
*** zhurong has joined #openstack-infra | 05:32 | |
*** pcrews has quit IRC | 05:32 | |
clarkb | jhesketh: er there is a bug in my comment about making the for an if, you still have to get a source out of the list | 05:33 |
*** apuimedo_ has joined #openstack-infra | 05:33 | |
jhesketh | clarkb: yep, but knew what you meant | 05:33 |
*** hdd has joined #openstack-infra | 05:34 | |
jhesketh | clarkb: the difficult part is that it's a set and I don't want to pop it from the set. So I'll just make it a list | 05:34 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Fix regression in change tracking https://review.openstack.org/259281 | 05:34 |
clarkb | jhesketh: kk | 05:34 |
jhesketh | clarkb: ^ and there you have it | 05:34 |
clarkb | its just weird iterating if you only ever need the first element | 05:35 |
*** apuimedo has quit IRC | 05:36 | |
jhesketh | agreed | 05:36 |
jhesketh | initally I was doing the op on all the items, but that wasn't necessary and would add extra queries to gerrit | 05:36 |
jhesketh | clarkb: re the log spec.. are you -1 without the extra security comment, or do you just want to note it in the review? | 05:37 |
*** apuimedo has joined #openstack-infra | 05:37 | |
clarkb | I am just going to note it in the review (writing that now) | 05:37 |
jhesketh | coolio | 05:37 |
clarkb | would probably be good to make sure that others are ok with thatoto | 05:37 |
clarkb | *that too | 05:37 |
jhesketh | yep | 05:38 |
clarkb | and done | 05:39 |
*** pahuang_ has quit IRC | 05:39 | |
*** apuimedo_ has quit IRC | 05:40 | |
jhesketh | ta | 05:41 |
*** julim has quit IRC | 05:41 | |
*** apuimedo has quit IRC | 05:42 | |
clarkb | zaro: might be good to figure out how gerrit is caching that so we can work around it properly in puppet | 05:42 |
*** apuimedo has joined #openstack-infra | 05:43 | |
*** armax has quit IRC | 05:44 | |
*** apuimedo_ has joined #openstack-infra | 05:45 | |
*** annegentle has joined #openstack-infra | 05:46 | |
*** apuimedo has quit IRC | 05:48 | |
*** apuimedo has joined #openstack-infra | 05:48 | |
*** deepakcs has joined #openstack-infra | 05:49 | |
*** markvoelker has joined #openstack-infra | 05:49 | |
deepakcs | is it possible to change the review.openstack.org view to the old version , is there a setting/option for that which end user can tweak ? | 05:50 |
clarkb | no | 05:50 |
*** apuimedo_ has quit IRC | 05:50 | |
clarkb | it was possible in older gerrit but the option and old screen have been removed in the version we upgraded to | 05:50 |
*** annegentle has quit IRC | 05:50 | |
*** yamahata has joined #openstack-infra | 05:50 | |
*** harlowja_at_home has joined #openstack-infra | 05:51 | |
*** yuanying has quit IRC | 05:52 | |
*** tzn has quit IRC | 05:52 | |
*** markvoelker has quit IRC | 05:54 | |
*** apuimedo_ has joined #openstack-infra | 05:56 | |
*** aopincar has quit IRC | 05:56 | |
*** amotoki has quit IRC | 05:57 | |
*** apuimedo has quit IRC | 05:58 | |
*** apuimedo has joined #openstack-infra | 05:59 | |
*** FallenPegasus has quit IRC | 06:01 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/259288 | 06:02 |
*** apuimedo_ has quit IRC | 06:03 | |
*** amotoki has joined #openstack-infra | 06:03 | |
*** apuimedo has quit IRC | 06:04 | |
*** apuimedo has joined #openstack-infra | 06:04 | |
*** serverascode has quit IRC | 06:05 | |
tonyb | jhesketh: sorry to pick on you but can you see why https://review.openstack.org/#/c/248505/ isn't in the check queue? | 06:06 |
jhesketh | no need to apologise | 06:07 |
* jhesketh looks | 06:07 | |
*** skath_ has quit IRC | 06:07 | |
*** sballe has quit IRC | 06:07 | |
*** skath_ has joined #openstack-infra | 06:08 | |
*** apuimedo_ has joined #openstack-infra | 06:09 | |
*** aopincar has joined #openstack-infra | 06:09 | |
jhesketh | tonyb: it's not obvious, I'll take a poke at the zuul logs | 06:09 |
tonyb | jhesketh: Ah I see it's very confused life | 06:10 |
jhesketh | ? | 06:10 |
tonyb | jhesketh: we have a circular dependancy of git bases and Depends-On: | 06:10 |
jhesketh | oh right, yes, that fails quietly | 06:10 |
jhesketh | well it logs to zuul's log, but that's not user visible | 06:11 |
*** serverascode has joined #openstack-infra | 06:11 | |
*** sballe has joined #openstack-infra | 06:11 | |
*** FallenPegasus has joined #openstack-infra | 06:11 | |
* tonyb tries to work out how to untangle that without loosing the +2+W's iff possible. | 06:11 | |
*** apuimedo_ has quit IRC | 06:16 | |
*** apuimedo has quit IRC | 06:16 | |
*** apuimedo has joined #openstack-infra | 06:17 | |
*** otter768 has joined #openstack-infra | 06:18 | |
*** apuimedo_ has joined #openstack-infra | 06:21 | |
*** rossella_s has quit IRC | 06:21 | |
*** david-lyle has joined #openstack-infra | 06:21 | |
*** rossella_s has joined #openstack-infra | 06:22 | |
*** otter768 has quit IRC | 06:23 | |
*** aopincar has quit IRC | 06:24 | |
*** hdd has quit IRC | 06:25 | |
openstackgerrit | David Pursehouse proposed openstack-infra/project-config: Jenkins: Remove unused gerrit-{preclean|postrun} macros https://review.openstack.org/259296 | 06:25 |
*** vilobhmm11 has joined #openstack-infra | 06:25 | |
*** apuimedo_ has quit IRC | 06:25 | |
openstackgerrit | Steve Martinelli proposed openstack-infra/project-config: Keystone eventlet gate only in keystone https://review.openstack.org/257999 | 06:26 |
*** coolsvap|away is now known as coolsvap | 06:27 | |
*** apuimedo_ has joined #openstack-infra | 06:31 | |
*** apuimedo has quit IRC | 06:33 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/259300 | 06:34 |
*** apuimedo has joined #openstack-infra | 06:34 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Keystone eventlet gate only in keystone https://review.openstack.org/257999 | 06:35 |
*** julim has joined #openstack-infra | 06:35 | |
*** apuimedo_ has quit IRC | 06:36 | |
ramineni1 | hi, could some please do quick review on https://review.openstack.org/#/c/255654/ , have 2 +2 , need +A | 06:38 |
openstackgerrit | Merged openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/259288 | 06:38 |
*** apuimedo has quit IRC | 06:39 | |
*** apuimedo has joined #openstack-infra | 06:39 | |
*** apuimedo_ has joined #openstack-infra | 06:40 | |
*** aeng has quit IRC | 06:41 | |
*** HeOS has joined #openstack-infra | 06:41 | |
*** apuimedo has quit IRC | 06:44 | |
*** apuimedo has joined #openstack-infra | 06:44 | |
*** apuimedo_ has quit IRC | 06:45 | |
*** tzn has joined #openstack-infra | 06:49 | |
*** apuimedo has quit IRC | 06:49 | |
*** apuimedo has joined #openstack-infra | 06:50 | |
*** apuimedo_ has joined #openstack-infra | 06:51 | |
*** tlian2 has joined #openstack-infra | 06:53 | |
*** harlowja_at_home has quit IRC | 06:54 | |
*** gildub has quit IRC | 06:54 | |
*** tlian has quit IRC | 06:55 | |
*** apuimedo_ has quit IRC | 06:56 | |
*** _nadya_ has joined #openstack-infra | 06:58 | |
*** apuimedo has quit IRC | 07:00 | |
*** apuimedo has joined #openstack-infra | 07:01 | |
*** AJaeger has joined #openstack-infra | 07:01 | |
AJaeger | kzaitsev_mb, are you still around? | 07:01 |
*** julim has quit IRC | 07:01 | |
*** apuimedo_ has joined #openstack-infra | 07:01 | |
openstackgerrit | Merged openstack-infra/project-config: Add a gate-bindep-fallback-ubuntu-trusty job https://review.openstack.org/256122 | 07:02 |
openstackgerrit | Merged openstack-infra/project-config: Enabling devstack plugin for cue https://review.openstack.org/259235 | 07:02 |
*** salv-orlando has joined #openstack-infra | 07:02 | |
*** yaume has joined #openstack-infra | 07:03 | |
*** yaume has quit IRC | 07:03 | |
*** tlian2 has quit IRC | 07:03 | |
*** _nadya__ has joined #openstack-infra | 07:04 | |
*** amotoki has quit IRC | 07:04 | |
*** _nadya_ has quit IRC | 07:06 | |
*** _nadya__ has quit IRC | 07:06 | |
*** _nadya_ has joined #openstack-infra | 07:06 | |
*** salv-orlando has quit IRC | 07:07 | |
*** esker has joined #openstack-infra | 07:07 | |
*** julim has joined #openstack-infra | 07:08 | |
*** apuimedo_ has quit IRC | 07:08 | |
*** jerryz has quit IRC | 07:11 | |
*** amotoki has joined #openstack-infra | 07:12 | |
*** esker has quit IRC | 07:12 | |
*** pahuang_ has joined #openstack-infra | 07:13 | |
*** apuimedo_ has joined #openstack-infra | 07:14 | |
*** julim has quit IRC | 07:15 | |
*** vilobhmm11 has quit IRC | 07:17 | |
*** apuimedo has quit IRC | 07:20 | |
*** scheuran has joined #openstack-infra | 07:20 | |
*** apuimedo has joined #openstack-infra | 07:20 | |
*** apuimedo_ has quit IRC | 07:21 | |
*** tzn has quit IRC | 07:22 | |
*** apuimedo has quit IRC | 07:25 | |
*** gildub has joined #openstack-infra | 07:26 | |
*** apuimedo has joined #openstack-infra | 07:26 | |
*** apuimedo_ has joined #openstack-infra | 07:27 | |
*** FallenPegasus has quit IRC | 07:29 | |
*** Swami_ has quit IRC | 07:30 | |
*** apuimedo_ has quit IRC | 07:32 | |
*** _nadya_ has quit IRC | 07:33 | |
*** apuimedo has quit IRC | 07:33 | |
*** apuimedo has joined #openstack-infra | 07:34 | |
*** e0ne has joined #openstack-infra | 07:36 | |
*** chlong has quit IRC | 07:37 | |
*** apuimedo_ has joined #openstack-infra | 07:38 | |
*** rcernin has joined #openstack-infra | 07:41 | |
*** apuimedo_ has quit IRC | 07:42 | |
*** apuimedo has quit IRC | 07:43 | |
*** apuimedo has joined #openstack-infra | 07:44 | |
*** apuimedo_ has joined #openstack-infra | 07:47 | |
*** apuimedo has quit IRC | 07:48 | |
ttx | fungi: we'll likely have to rerun https://jenkins.openstack.org/job/python-openstackclient-pypi-both-upload/11/ too | 07:49 |
*** apuimedo has joined #openstack-infra | 07:49 | |
*** markvoelker has joined #openstack-infra | 07:50 | |
*** apuimedo_ has quit IRC | 07:52 | |
*** eil397 has joined #openstack-infra | 07:53 | |
*** apuimedo has quit IRC | 07:54 | |
*** apuimedo has joined #openstack-infra | 07:54 | |
*** markvoelker has quit IRC | 07:55 | |
*** unicell has joined #openstack-infra | 07:55 | |
*** apuimedo_ has joined #openstack-infra | 07:57 | |
*** sflanigan has quit IRC | 07:57 | |
*** apuimedo has quit IRC | 07:59 | |
*** apuimedo has joined #openstack-infra | 08:00 | |
*** eil397 has quit IRC | 08:00 | |
*** apuimedo_ has quit IRC | 08:01 | |
*** jed56 has joined #openstack-infra | 08:02 | |
*** markus_z has joined #openstack-infra | 08:02 | |
openstackgerrit | Merged openstack-infra/project-config: Experimental bandit job for glance https://review.openstack.org/258130 | 08:04 |
*** apuimedo_ has joined #openstack-infra | 08:06 | |
*** maishsk_ has joined #openstack-infra | 08:06 | |
*** apuimedo has quit IRC | 08:07 | |
*** apuimedo has joined #openstack-infra | 08:08 | |
*** maishsk has quit IRC | 08:08 | |
*** maishsk_ is now known as maishsk | 08:08 | |
*** egonzalez has joined #openstack-infra | 08:08 | |
*** apuimedo_ has quit IRC | 08:10 | |
*** placko has joined #openstack-infra | 08:11 | |
*** SumitNaiksatam has quit IRC | 08:12 | |
*** apuimedo has quit IRC | 08:12 | |
*** SumitNaiksatam has joined #openstack-infra | 08:12 | |
*** SumitNaiksatam has quit IRC | 08:13 | |
*** apuimedo has joined #openstack-infra | 08:14 | |
*** unicell1 has joined #openstack-infra | 08:14 | |
*** unicell has quit IRC | 08:14 | |
*** jyuso1 has quit IRC | 08:15 | |
*** jyuso1 has joined #openstack-infra | 08:15 | |
*** apuimedo_ has joined #openstack-infra | 08:15 | |
*** JohnnyCI has quit IRC | 08:17 | |
*** otter768 has joined #openstack-infra | 08:19 | |
*** apuimedo_ has quit IRC | 08:20 | |
*** jcoufal has joined #openstack-infra | 08:20 | |
*** apuimedo has quit IRC | 08:21 | |
*** apuimedo has joined #openstack-infra | 08:22 | |
*** ramineni1 has left #openstack-infra | 08:23 | |
*** jordanP has joined #openstack-infra | 08:24 | |
*** otter768 has quit IRC | 08:24 | |
*** apuimedo_ has joined #openstack-infra | 08:25 | |
*** Thelo has quit IRC | 08:26 | |
*** rvasilets___ has joined #openstack-infra | 08:27 | |
*** ildikov has quit IRC | 08:27 | |
*** Thelo has joined #openstack-infra | 08:29 | |
*** apuimedo_ has quit IRC | 08:30 | |
*** apuimedo has quit IRC | 08:31 | |
*** shardy has joined #openstack-infra | 08:33 | |
*** apuimedo has joined #openstack-infra | 08:33 | |
openstackgerrit | Ramana Raja proposed openstack-infra/project-config: Add Manila with CephFSNative driver CI job https://review.openstack.org/259323 | 08:35 |
*** apuimedo_ has joined #openstack-infra | 08:35 | |
*** ifarkas has joined #openstack-infra | 08:35 | |
openstackgerrit | Merged openstack-infra/project-config: Add translation jobs to murano https://review.openstack.org/259211 | 08:36 |
*** apuimedo has quit IRC | 08:37 | |
yolanda | AJaeger, so what happened with zuul yesterday? i had to go to a meeting so i lost the track | 08:37 |
openstackgerrit | Merged openstack-infra/project-config: Fix error in variable export https://review.openstack.org/259233 | 08:37 |
*** apuimedo has joined #openstack-infra | 08:38 | |
*** zeih has joined #openstack-infra | 08:38 | |
markus_z | Anyone here from the XenProject CI? | 08:38 |
AJaeger | yolanda: basically a dod-attack. A third-party system was sending 8000+ updates to a single change and Zuul was recalculating dependencies after each update... | 08:38 |
yolanda | oh dear | 08:38 |
openstackgerrit | Merged openstack-infra/project-config: Keystone eventlet gate only in keystone https://review.openstack.org/257999 | 08:39 |
openstackgerrit | Merged openstack-infra/project-config: Jenkins: Remove unused gerrit-{preclean|postrun} macros https://review.openstack.org/259296 | 08:39 |
AJaeger | The third-party system was using zuul and jenkins itself - and jenkins crashed on that system... | 08:39 |
markus_z | AJaeger: Which third-party was that? | 08:39 |
AJaeger | So, might even be a bug in our zuul, so that the remote instance dod'ed our instance ;) | 08:39 |
openstackgerrit | Merged openstack-infra/project-config: Move neutron-large-ops jobs to neutron's experimental queue https://review.openstack.org/259255 | 08:39 |
AJaeger | markus_z: read the backlog from yesterday, something including an "x" | 08:39 |
*** Liuqing has joined #openstack-infra | 08:40 | |
AJaeger | change was https://review.openstack.org/#/c/252250/ - and one of our admins removed the 8000 comments there from the database | 08:40 |
*** tzn has joined #openstack-infra | 08:40 | |
markus_z | AJaeger: ahhh, ok, cool, I'll do that. Thanks. A ML post with "[gate] x is borked" would have been nice. | 08:41 |
AJaeger | yolanda: once the remote system was disabled (we first revoked access) and the entries removed, zuul healed itself... | 08:41 |
yolanda | AJaeger, in downstream, we have some jobs, that are canary jobs, they execute a recheck every 10 minutes. And when zuul is reconfigured, it takes it time until it processes. Maybe zuul could have a limit on that, or simply ignore the prev x changes, dont' know | 08:41 |
AJaeger | markus_z: the admin of the system was in the channel... | 08:41 |
yolanda | we don't arrive to that 8000 level, but we fell the pain | 08:41 |
openstackgerrit | Julien Danjou proposed openstack-infra/project-config: Revert "add requirements job to aodh" https://review.openstack.org/259328 | 08:42 |
openstackgerrit | Nicko Glayre proposed openstack-infra/jenkins-job-builder: Adding support for maven-metadata-plugin https://review.openstack.org/257430 | 08:42 |
AJaeger | yolanda: talk with jeblair later on... | 08:42 |
yolanda | AJaeger, so what about the errors in log about ref-replicated? red herrings? | 08:42 |
yolanda | lots of ref-replicated unkonwn event errors, and lots of null project change error as well | 08:43 |
AJaeger | yolanda: I wasn't here the whole time either but skimmed backscroll and don't remember a conclusion for that | 08:43 |
openstackgerrit | Merged openstack-infra/system-config: Improve new Gerrit change screen https://review.openstack.org/241278 | 08:44 |
*** apuimedo_ has quit IRC | 08:44 | |
*** apuimedo has quit IRC | 08:45 | |
*** jlanoux has joined #openstack-infra | 08:45 | |
*** apuimedo has joined #openstack-infra | 08:45 | |
AJaeger | yolanda: there was this night something about reloading gerrit after the change screen changed - http://eavesdrop.openstack.org/irclogs/%23openstack-infra/latest.log.html#t2015-12-18T05:26:45 | 08:48 |
AJaeger | yolanda: I have no idea whether this needs to be done everytime we merge something or not ;( | 08:49 |
*** oomichi_away is now known as oomichi | 08:49 | |
*** apuimedo_ has joined #openstack-infra | 08:50 | |
*** apuimedo has quit IRC | 08:50 | |
*** matrohon has joined #openstack-infra | 08:50 | |
*** apuimedo has joined #openstack-infra | 08:51 | |
yolanda | AJaeger, maybe for html, depending on how gerrit manages the html files. For css, if that's a external file, i think that with a cache reload in people browser's may be enough | 08:51 |
yolanda | i can check in a moment , to be sure on how gerrit loads these css | 08:51 |
*** BobBall has joined #openstack-infra | 08:52 | |
AJaeger | hope so - just wanted to mention it in case somebody comes here complaining about broken gerrit ;) | 08:52 |
*** vlaza has joined #openstack-infra | 08:52 | |
yolanda | mm, so i am wrong... the css is not an external file, but embedded on the code | 08:53 |
yolanda | not sure about the policy of restarts however. I've restarted in emergency situations. But for a css change... i'd prefer to wait and double check with fungi | 08:53 |
AJaeger | yolanda: there's a comment about touching a magic file... | 08:54 |
*** yaume has joined #openstack-infra | 08:54 | |
*** apuimedo_ has quit IRC | 08:54 | |
yolanda | mm, the gerritsiteheader | 08:55 |
yolanda | i approved a css change some minutes ago. So when i see the message that is merged, i'll touch that file and see if that does the magic | 08:56 |
*** johnnyR_ has joined #openstack-infra | 08:56 | |
AJaeger | 241278 merged 10 minutes ago - or did you approve another one? | 08:57 |
yolanda | ah yep, this one | 08:58 |
*** apuimedo_ has joined #openstack-infra | 08:59 | |
*** kzaitsev_mb has joined #openstack-infra | 09:00 | |
*** apuimedo has quit IRC | 09:00 | |
*** e0ne has quit IRC | 09:01 | |
*** bexelbie has quit IRC | 09:01 | |
*** apuimedo has joined #openstack-infra | 09:01 | |
yolanda | touched the files | 09:01 |
*** Hal has joined #openstack-infra | 09:01 | |
*** Hal is now known as Guest1340 | 09:02 | |
*** apuimedo_ has quit IRC | 09:04 | |
*** derekh has joined #openstack-infra | 09:05 | |
*** hashar has joined #openstack-infra | 09:06 | |
*** apuimedo has quit IRC | 09:06 | |
*** _nadya_ has joined #openstack-infra | 09:06 | |
*** apuimedo has joined #openstack-infra | 09:07 | |
*** apuimedo_ has joined #openstack-infra | 09:09 | |
*** kzaitsev_mb has quit IRC | 09:09 | |
*** dizquierdo has joined #openstack-infra | 09:11 | |
AJaeger | yeah, looks nicer now! | 09:12 |
openstackgerrit | yolanda.robla proposed openstack-infra/system-config: Add documentation about how to reload Gerrit HTML https://review.openstack.org/259338 | 09:12 |
yolanda | new trick learned :) | 09:12 |
*** apuimedo has quit IRC | 09:12 | |
AJaeger | yolanda: and thanks for documenting it! | 09:12 |
*** tzn has quit IRC | 09:12 | |
*** apuimedo_ has quit IRC | 09:13 | |
*** apuimedo has joined #openstack-infra | 09:14 | |
*** bauzas is now known as bauwser | 09:15 | |
*** HeOS has quit IRC | 09:16 | |
*** e0ne has joined #openstack-infra | 09:17 | |
openstackgerrit | Kanagaraj Manickam proposed openstack-infra/project-config: Run only the release notes job for release notes https://review.openstack.org/259344 | 09:17 |
*** coolsvap is now known as coolsvap|away | 09:17 | |
*** sdake has quit IRC | 09:18 | |
*** apuimedo_ has joined #openstack-infra | 09:18 | |
*** apuimedo has quit IRC | 09:19 | |
*** abregman has joined #openstack-infra | 09:19 | |
*** apuimedo has joined #openstack-infra | 09:19 | |
*** salv-orlando has joined #openstack-infra | 09:20 | |
*** salv-orlando has quit IRC | 09:20 | |
yolanda | AJaeger, about networking-* jobs, do we need neutron liaisons there? or not related? | 09:21 |
*** salv-orlando has joined #openstack-infra | 09:21 | |
AJaeger | looking at https://wiki.openstack.org/wiki/CrossProjectLiaisons#Infra, the list is for "project neutron" | 09:22 |
yolanda | exclusively that right? | 09:22 |
AJaeger | Since all networking repos are part of neutron project, I wait for neutron liasons | 09:22 |
yolanda | mm ok | 09:22 |
*** chenli has quit IRC | 09:22 | |
yolanda | good to know | 09:22 |
*** apuimedo_ has quit IRC | 09:23 | |
AJaeger | and we should have waiting on glance liasons for 258130 - missed that as well ;( | 09:23 |
openstackgerrit | Merged openstack-infra/project-config: Add Dragonflow fullstack job https://review.openstack.org/258821 | 09:23 |
AJaeger | flaper87 : sorry, please see 258130 | 09:23 |
*** apuimedo has quit IRC | 09:24 | |
*** apuimedo has joined #openstack-infra | 09:24 | |
*** jistr has joined #openstack-infra | 09:25 | |
openstackgerrit | Merged openstack-infra/project-config: Disable reno on liberty for keystoneauth/keystonemiddleware https://review.openstack.org/259137 | 09:25 |
openstackgerrit | Merged openstack-infra/project-config: Set delay-release for gnocchiclient https://review.openstack.org/259085 | 09:25 |
*** zhurong has quit IRC | 09:26 | |
openstackgerrit | Merged openstack-infra/project-config: Create openstack/bareon-specs repository https://review.openstack.org/259026 | 09:26 |
*** zhurong has joined #openstack-infra | 09:27 | |
*** sambetts-afk is now known as sambetts | 09:28 | |
*** apuimedo_ has joined #openstack-infra | 09:29 | |
*** coolsvap|away is now known as coolsvap | 09:29 | |
openstackgerrit | Merged openstack-infra/project-config: Correct typo in diskimage-builder job https://review.openstack.org/258896 | 09:31 |
*** openstackgerrit has quit IRC | 09:32 | |
*** openstackgerrit has joined #openstack-infra | 09:32 | |
*** apuimedo has quit IRC | 09:34 | |
*** apuimedo has joined #openstack-infra | 09:34 | |
*** e0ne has quit IRC | 09:35 | |
*** amotoki has quit IRC | 09:35 | |
*** dizquierdo has quit IRC | 09:35 | |
*** apuimedo_ has quit IRC | 09:35 | |
*** HeOS has joined #openstack-infra | 09:38 | |
*** Qiming has quit IRC | 09:38 | |
openstackgerrit | yolanda.robla proposed openstack-infra/glean: Revert "Always log debug output to syslog" https://review.openstack.org/259350 | 09:39 |
yolanda | ianw, around? | 09:39 |
yolanda | had to revert your change for debug in glean, it's crashing | 09:39 |
ianw | yolanda: hi, sort of | 09:39 |
yolanda | i ran a deploy with latest glean today and found that problem, glean crashing badly | 09:40 |
ianw | hmmm, what was the issue? | 09:40 |
yolanda | https://review.openstack.org/#/c/259350/ | 09:40 |
yolanda | i put a comment there | 09:40 |
*** apuimedo_ has joined #openstack-infra | 09:40 | |
*** tzn has joined #openstack-infra | 09:41 | |
*** amotoki has joined #openstack-infra | 09:41 | |
ianw | no /dev/log? | 09:42 |
*** abregman is now known as abregman|afk | 09:42 | |
yolanda | nope | 09:42 |
ianw | hmm, maybe it starts before rsyslogd on ubuntu or something? | 09:43 |
yolanda | and actually, i created /dev/log manually and i get | 09:43 |
yolanda | Traceback (most recent call last): | 09:43 |
yolanda | File "/usr/local/bin/glean", line 10, in <module> | 09:43 |
yolanda | sys.exit(main()) | 09:43 |
yolanda | File "/usr/local/lib/python2.7/dist-packages/glean/cmd.py", line 514, in main | 09:43 |
yolanda | syslog_handler = logging.handlers.SysLogHandler('/dev/log') | 09:44 |
yolanda | File "/usr/lib/python2.7/logging/handlers.py", line 759, in __init__ | 09:44 |
yolanda | self._connect_unixsocket(address) | 09:44 |
yolanda | File "/usr/lib/python2.7/logging/handlers.py", line 787, in _connect_unixsocket | 09:44 |
yolanda | self.socket.connect(address) | 09:44 |
yolanda | File "/usr/lib/python2.7/socket.py", line 224, in meth | 09:44 |
yolanda | return getattr(self._sock,name)(*args) | 09:44 |
yolanda | socket.error: [Errno 111] Connection refused | 09:44 |
yolanda | ianw, worse, we don't have rsyslog installed | 09:45 |
*** apuimedo_ has quit IRC | 09:45 | |
yolanda | sudo apt-cache policy rsyslog | 09:45 |
yolanda | rsyslog: | 09:45 |
yolanda | Installed: (none) | 09:45 |
yolanda | seems that this doesn't come with basic ubuntu image | 09:45 |
*** dizquierdo has joined #openstack-infra | 09:46 | |
*** apuimedo has quit IRC | 09:46 | |
*** apuimedo has joined #openstack-infra | 09:46 | |
*** Liuqing has quit IRC | 09:46 | |
ianw | hmm, well something must provide /dev/log | 09:47 |
*** jffische has quit IRC | 09:47 | |
ianw | but, it may not be there very early | 09:48 |
yolanda | ianw, i'm testing on a completely deployed instance, and rsyslog is not there | 09:49 |
openstackgerrit | Evgeniy L proposed openstack-infra/project-config: Create bareon-api repository https://review.openstack.org/259352 | 09:49 |
yolanda | i'm using ubuntu-minimal | 09:49 |
*** dcentral has quit IRC | 09:49 | |
ianw | yolanda: well you have /dev/log right? otherwise anything calling syslog() is going to fail | 09:50 |
yolanda | ianw, that's revert https://review.openstack.org/#/c/259350/ . Are you ok if i apply, to make glean functional again, and you do some more debugging? | 09:50 |
ianw | yeah, sure | 09:50 |
yolanda | thanks | 09:50 |
yolanda | it may be a problem with ubuntu-minimal as well | 09:50 |
yolanda | did you test with centos or fedora? | 09:50 |
ianw | yolanda: fedora | 09:50 |
*** apuimedo_ has joined #openstack-infra | 09:50 | |
*** markvoelker has joined #openstack-infra | 09:51 | |
ianw | yolanda: i found another issue ... if the hostname has "_"'s in it, that's invalid, should translate them to "-" | 09:51 |
*** apuimedo has quit IRC | 09:51 | |
ianw | remind me again why we don't use cloud-init? | 09:51 |
yolanda | iawn, then it may be a problem related with ubuntu minimal, and we'll need to add rsyslog there if doesn't provide it, or add it onto some element | 09:51 |
openstackgerrit | Merged openstack-infra/glean: Revert "Always log debug output to syslog" https://review.openstack.org/259350 | 09:52 |
yolanda | ok merged... we'll need to dig on that ubuntu-minimal and syslog problem | 09:53 |
*** apuimedo has joined #openstack-infra | 09:53 | |
yolanda | going to redeploy again and test | 09:53 |
*** links has quit IRC | 09:54 | |
yolanda | ianw, about the hostname fix, want to send some change? or i can do | 09:54 |
ianw | yolanda: i can, just checking what a valid hostname is | 09:55 |
*** markvoelker has quit IRC | 09:55 | |
*** amotoki has quit IRC | 09:58 | |
*** apuimedo has quit IRC | 10:00 | |
*** apuimedo_ has quit IRC | 10:00 | |
*** apuimedo has joined #openstack-infra | 10:01 | |
*** esker has joined #openstack-infra | 10:01 | |
*** sfinucan has joined #openstack-infra | 10:02 | |
*** zhenguo has quit IRC | 10:02 | |
openstackgerrit | Ian Wienand proposed openstack-infra/glean: Fixup invalid hostnames https://review.openstack.org/259357 | 10:05 |
*** apuimedo_ has joined #openstack-infra | 10:05 | |
ianw | yolanda: ^ pretty sure you could unicode up the name you give to "nova boot" and still screw that up, but it helps | 10:05 |
*** apuimedo has quit IRC | 10:05 | |
*** nijaba has quit IRC | 10:06 | |
*** esker has quit IRC | 10:06 | |
*** links has joined #openstack-infra | 10:07 | |
*** apuimedo has joined #openstack-infra | 10:07 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Use local puppet modules in DIB https://review.openstack.org/237929 | 10:11 |
*** apuimedo has quit IRC | 10:11 | |
*** apuimedo_ has quit IRC | 10:12 | |
*** mahatic has quit IRC | 10:12 | |
*** apuimedo has joined #openstack-infra | 10:12 | |
*** ihrachys has joined #openstack-infra | 10:16 | |
*** ildikov has joined #openstack-infra | 10:16 | |
*** _nadya_ has quit IRC | 10:16 | |
*** apuimedo_ has joined #openstack-infra | 10:16 | |
*** apuimedo has quit IRC | 10:17 | |
*** johnnyR_ has quit IRC | 10:17 | |
*** apuimedo has joined #openstack-infra | 10:18 | |
*** luqas__ has joined #openstack-infra | 10:18 | |
*** lezbar_ has joined #openstack-infra | 10:19 | |
*** lezbar has quit IRC | 10:20 | |
*** otter768 has joined #openstack-infra | 10:20 | |
*** rossella_s has quit IRC | 10:21 | |
*** rossella_s has joined #openstack-infra | 10:21 | |
*** lezbar has joined #openstack-infra | 10:21 | |
*** luqas__ has quit IRC | 10:23 | |
*** Daisy has joined #openstack-infra | 10:24 | |
*** lezbar_ has quit IRC | 10:25 | |
*** otter768 has quit IRC | 10:25 | |
*** apuimedo has quit IRC | 10:25 | |
*** apuimedo_ has quit IRC | 10:26 | |
*** apuimedo has joined #openstack-infra | 10:27 | |
*** Daisy has quit IRC | 10:29 | |
openstackgerrit | Merged openstack-infra/system-config: increase info column width https://review.openstack.org/258672 | 10:30 |
*** kzaitsev_mb has joined #openstack-infra | 10:31 | |
*** apuimedo_ has joined #openstack-infra | 10:31 | |
*** apuimedo has quit IRC | 10:31 | |
*** Qiming has joined #openstack-infra | 10:32 | |
*** apuimedo has joined #openstack-infra | 10:32 | |
*** skolekonov has quit IRC | 10:32 | |
*** pahuang_ has quit IRC | 10:33 | |
*** esker has joined #openstack-infra | 10:37 | |
*** apuimedo_ has quit IRC | 10:38 | |
*** e0ne has joined #openstack-infra | 10:40 | |
*** mattt has left #openstack-infra | 10:42 | |
*** esker has quit IRC | 10:42 | |
openstackgerrit | Evgeny Sikachev proposed openstack-infra/project-config: Add sahara-scenario to project config https://review.openstack.org/259373 | 10:43 |
*** apuimedo has quit IRC | 10:44 | |
*** apuimedo has joined #openstack-infra | 10:44 | |
openstackgerrit | Evgeny Sikachev proposed openstack-infra/project-config: Add sahara-scenario to project config https://review.openstack.org/259373 | 10:45 |
*** apuimedo_ has joined #openstack-infra | 10:46 | |
*** dizquierdo has quit IRC | 10:47 | |
*** apuimedo has quit IRC | 10:48 | |
*** bexelbie has joined #openstack-infra | 10:50 | |
*** ekarlso has quit IRC | 10:51 | |
*** ekarlso has joined #openstack-infra | 10:51 | |
yolanda | ianw, glean works nicely now | 10:52 |
*** christiana_ has quit IRC | 10:53 | |
*** apuimedo has joined #openstack-infra | 10:53 | |
*** apuimedo_ has quit IRC | 10:55 | |
openstackgerrit | Evgeny Sikachev proposed openstack-infra/project-config: Add sahara-scenario to project config https://review.openstack.org/259373 | 10:55 |
*** yamahata has quit IRC | 10:55 | |
*** apuimedo_ has joined #openstack-infra | 10:57 | |
*** dims has joined #openstack-infra | 10:57 | |
*** maishsk has quit IRC | 10:59 | |
*** jordanP has quit IRC | 10:59 | |
*** ociuhandu has joined #openstack-infra | 10:59 | |
*** ociuhandu has quit IRC | 11:00 | |
*** apuimedo has quit IRC | 11:03 | |
*** apuimedo_ has quit IRC | 11:04 | |
*** apuimedo has joined #openstack-infra | 11:05 | |
*** rfolco has joined #openstack-infra | 11:06 | |
openstackgerrit | Evgeny Sikachev proposed openstack-infra/project-config: Add sahara-scenario to project config https://review.openstack.org/259373 | 11:06 |
*** christiana_ has joined #openstack-infra | 11:07 | |
*** apuimedo_ has joined #openstack-infra | 11:08 | |
*** oomichi is now known as oomichi_away | 11:10 | |
*** coolsvap is now known as coolsvap|away | 11:13 | |
*** apuimedo has quit IRC | 11:15 | |
*** maishsk has joined #openstack-infra | 11:15 | |
*** apuimedo_ has quit IRC | 11:15 | |
*** apuimedo has joined #openstack-infra | 11:16 | |
*** _nadya_ has joined #openstack-infra | 11:17 | |
*** oomichi_away has quit IRC | 11:19 | |
*** apuimedo_ has joined #openstack-infra | 11:20 | |
*** apuimedo has quit IRC | 11:20 | |
*** apuimedo has joined #openstack-infra | 11:21 | |
*** svasheka has quit IRC | 11:24 | |
*** apuimedo has quit IRC | 11:26 | |
*** apuimedo has joined #openstack-infra | 11:26 | |
*** apuimedo_ has quit IRC | 11:27 | |
*** lucas-dinner is now known as lucasagomes | 11:30 | |
*** binbincong has quit IRC | 11:31 | |
*** apuimedo has quit IRC | 11:31 | |
*** apuimedo has joined #openstack-infra | 11:32 | |
*** apuimedo_ has joined #openstack-infra | 11:32 | |
*** kzaitsev_mb has quit IRC | 11:33 | |
*** apuimedo has quit IRC | 11:36 | |
*** apuimedo_ has quit IRC | 11:37 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config: Run ironic plugin before ironic-inspector one in ironic-inspector jobs https://review.openstack.org/259393 | 11:38 |
*** amotoki has joined #openstack-infra | 11:38 | |
*** apuimedo has joined #openstack-infra | 11:38 | |
*** erlon has joined #openstack-infra | 11:39 | |
*** apuimedo_ has joined #openstack-infra | 11:42 | |
*** apuimedo has quit IRC | 11:42 | |
*** apuimedo has joined #openstack-infra | 11:43 | |
*** hashar has quit IRC | 11:43 | |
*** zeih has quit IRC | 11:44 | |
*** amotoki has quit IRC | 11:46 | |
*** apuimedo_ has quit IRC | 11:47 | |
*** abregman|afk is now known as abregman | 11:48 | |
*** salv-orlando has quit IRC | 11:49 | |
*** esker has joined #openstack-infra | 11:49 | |
*** links has quit IRC | 11:50 | |
*** markvoelker has joined #openstack-infra | 11:51 | |
*** apuimedo has quit IRC | 11:52 | |
*** apuimedo has joined #openstack-infra | 11:52 | |
*** apuimedo_ has joined #openstack-infra | 11:53 | |
*** esker has quit IRC | 11:54 | |
*** gildub has quit IRC | 11:55 | |
*** markvoelker has quit IRC | 11:56 | |
*** fhubik has joined #openstack-infra | 11:56 | |
*** fhubik is now known as fhubik_brb | 11:56 | |
*** gsagie_ has joined #openstack-infra | 11:59 | |
gsagie_ | Hello all, i noticed some "bug" in the new gerrit look, i can only see the Jenkins logs from the last patch, when i go to a previous patch i still see the ones from the latest run (i am not sure if thats what should be, i am pretty sure it saved runs for all patches in the old gerri, unless i am confused) | 12:00 |
*** apuimedo_ has quit IRC | 12:00 | |
flaper87 | AJaeger: looks good to me. TBH, I thought I had +1'd it. Sorry about that | 12:00 |
AJaeger | flaper87: so all is fine - great ;) | 12:01 |
AJaeger | gsagie_: there's the "Toggle CI" button, click it. It was in the old view as well | 12:01 |
*** apuimedo_ has joined #openstack-infra | 12:01 | |
*** apuimedo has quit IRC | 12:01 | |
*** baoli has joined #openstack-infra | 12:02 | |
*** zeih has joined #openstack-infra | 12:02 | |
gsagie_ | AJaeger: ok, thanks i think the links to the right also updated accordingly in the old view | 12:02 |
gsagie_ | but i can live with that :) | 12:02 |
*** baoli has quit IRC | 12:03 | |
*** Ramanjaneya has quit IRC | 12:03 | |
*** kzaitsev_mb has joined #openstack-infra | 12:03 | |
*** baoli has joined #openstack-infra | 12:04 | |
*** yaume has quit IRC | 12:05 | |
*** hashar has joined #openstack-infra | 12:05 | |
*** hashar has quit IRC | 12:05 | |
*** fhubik_brb is now known as fhubik | 12:05 | |
*** baoli has quit IRC | 12:05 | |
*** links has joined #openstack-infra | 12:06 | |
*** apuimedo has joined #openstack-infra | 12:06 | |
*** yamamoto has quit IRC | 12:07 | |
*** zhurong has joined #openstack-infra | 12:09 | |
openstackgerrit | Mateusz Matuszkowiak proposed openstack-infra/project-config: Added new repo for fuel-plugin-designate in Openstack NS https://review.openstack.org/259403 | 12:09 |
*** apuimedo has quit IRC | 12:11 | |
*** apuimedo_ has quit IRC | 12:11 | |
*** apuimedo has joined #openstack-infra | 12:11 | |
*** links has quit IRC | 12:16 | |
*** apuimedo_ has joined #openstack-infra | 12:16 | |
*** apuimedo has quit IRC | 12:16 | |
*** julim has joined #openstack-infra | 12:17 | |
*** flepied has joined #openstack-infra | 12:17 | |
*** rhallisey has joined #openstack-infra | 12:18 | |
*** gsagie_ has quit IRC | 12:18 | |
*** apuimedo has joined #openstack-infra | 12:18 | |
*** apuimedo_ has quit IRC | 12:20 | |
*** otter768 has joined #openstack-infra | 12:21 | |
*** hashar has joined #openstack-infra | 12:21 | |
HeOS | Hello, folks! I have one issue about permissions for our user. We have a group in review.openstack.org (https://review.openstack.org/#/admin/groups/984,members) to have an ability to merge the code into stable branches. But we have the one member there, which on vacation at now. How could we add another user there? | 12:22 |
*** apuimedo has quit IRC | 12:22 | |
*** apuimedo has joined #openstack-infra | 12:23 | |
*** esker has joined #openstack-infra | 12:25 | |
*** apuimedo_ has joined #openstack-infra | 12:26 | |
*** otter768 has quit IRC | 12:26 | |
BobBall | Does anyone know how to see if a change needs rebasing on Gerrit's UI now? It used to be very obvious from the depends section - but now I can't find it? | 12:28 |
*** salv-orlando has joined #openstack-infra | 12:28 | |
*** esker has quit IRC | 12:30 | |
*** apuimedo_ has quit IRC | 12:31 | |
*** thorst has joined #openstack-infra | 12:31 | |
*** apuimedo has quit IRC | 12:33 | |
*** apuimedo has joined #openstack-infra | 12:34 | |
*** dprince has joined #openstack-infra | 12:34 | |
freerunner | lifeless: Heey! Are you here? ;) | 12:34 |
freerunner | lifeless: Could you +2 +A here, please? =) https://review.openstack.org/#/c/256555/ | 12:35 |
*** apuimedo_ has joined #openstack-infra | 12:36 | |
*** baoli has joined #openstack-infra | 12:38 | |
*** baoli has quit IRC | 12:38 | |
*** baoli has joined #openstack-infra | 12:38 | |
*** apuimedo has quit IRC | 12:39 | |
*** hashar has quit IRC | 12:40 | |
*** apuimedo_ has quit IRC | 12:40 | |
lucasagomes | hi all, the ironic gate is passing through some problems and we need to bump the timeout. Can you guys take a look at https://review.openstack.org/#/c/259035/ please? | 12:40 |
*** apuimedo has joined #openstack-infra | 12:40 | |
*** hashar has joined #openstack-infra | 12:41 | |
lucasagomes | we are working to get it fixed asap, but would be good to stop wasting resources with jobs failing because they timed out | 12:41 |
kzaitsev_ws | 12:44 | |
kzaitsev_ws | 12:44 | |
*** apuimedo has quit IRC | 12:45 | |
*** apuimedo_ has joined #openstack-infra | 12:45 | |
openstackgerrit | Sean Dague proposed openstack-infra/system-config: also color Verified -1 as red in CS2 https://review.openstack.org/259417 | 12:45 |
*** kzaitsev_mb has quit IRC | 12:45 | |
*** rvasilets___ has quit IRC | 12:45 | |
*** yamamoto has joined #openstack-infra | 12:46 | |
*** apuimedo has joined #openstack-infra | 12:46 | |
kzaitsev_ws | AJaeger: sorry, wasn't available around then =) pls ping me it was anything important =) | 12:47 |
openstackgerrit | sebastian marcet proposed openstack-infra/puppet-openstackid: Sintax error fix on shell scripting functions https://review.openstack.org/259419 | 12:48 |
*** apuimedo_ has quit IRC | 12:50 | |
*** apuimedo has quit IRC | 12:50 | |
*** apuimedo has joined #openstack-infra | 12:51 | |
*** abregman is now known as abregman|afk | 12:51 | |
*** markvoelker has joined #openstack-infra | 12:52 | |
*** smarcet has joined #openstack-infra | 12:53 | |
*** apuimedo_ has joined #openstack-infra | 12:55 | |
*** markvoelker has quit IRC | 12:57 | |
*** BobBall has quit IRC | 12:57 | |
*** BobBall has joined #openstack-infra | 12:57 | |
*** apuimedo has quit IRC | 12:58 | |
*** fesp has joined #openstack-infra | 12:58 | |
*** apuimedo has joined #openstack-infra | 12:59 | |
*** apuimedo_ has quit IRC | 13:00 | |
*** fhubik is now known as fhubik_brb | 13:00 | |
*** esker has joined #openstack-infra | 13:01 | |
*** abregman|afk is now known as abregman | 13:01 | |
*** dingyichen has quit IRC | 13:01 | |
*** fesp has quit IRC | 13:03 | |
*** apuimedo has quit IRC | 13:03 | |
*** apuimedo has joined #openstack-infra | 13:04 | |
*** maishsk has quit IRC | 13:04 | |
openstackgerrit | mathieu bultel proposed openstack-infra/shade: Add normalize stack function for heat stack_list https://review.openstack.org/254337 | 13:04 |
*** yamamoto has quit IRC | 13:04 | |
openstackgerrit | Endre Karlson proposed openstack-infra/project-config: Cleanup Rally Designate job https://review.openstack.org/259428 | 13:05 |
*** apuimedo_ has joined #openstack-infra | 13:05 | |
*** EricGonczer_ has joined #openstack-infra | 13:05 | |
*** maishsk has joined #openstack-infra | 13:05 | |
*** esker has quit IRC | 13:06 | |
ekarlso | https://review.openstack.org/#/c/259428/ < andreykurilin and anyone that can signoff :) | 13:07 |
*** salv-orlando has quit IRC | 13:07 | |
*** apuimedo has quit IRC | 13:08 | |
*** baoli_ has joined #openstack-infra | 13:08 | |
*** yamamoto has joined #openstack-infra | 13:09 | |
*** apuimedo_ has quit IRC | 13:09 | |
*** yamamoto has quit IRC | 13:09 | |
*** EricGonczer_ has quit IRC | 13:10 | |
*** apuimedo has joined #openstack-infra | 13:10 | |
*** shardy has quit IRC | 13:10 | |
AJaeger | kzaitsev_ws: Just wanted to check whether everything is fine for murano translations. I commented on the review with further info | 13:11 |
*** baoli has quit IRC | 13:11 | |
*** shardy has joined #openstack-infra | 13:12 | |
*** vgridnev has joined #openstack-infra | 13:12 | |
*** Daisy_ has joined #openstack-infra | 13:12 | |
*** trown|outttypeww is now known as trown | 13:15 | |
*** apuimedo_ has joined #openstack-infra | 13:15 | |
*** jordanP has joined #openstack-infra | 13:15 | |
AJaeger | ekarlso: why do you say on 259428 that the stable branch stuff is not in use? | 13:18 |
*** mestery has quit IRC | 13:18 | |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Adding a new project parameter on multijob https://review.openstack.org/257948 | 13:20 |
*** apuimedo_ has quit IRC | 13:20 | |
*** EricGonczer_ has joined #openstack-infra | 13:20 | |
*** mestery has joined #openstack-infra | 13:21 | |
*** apuimedo has quit IRC | 13:22 | |
openstackgerrit | John Trowbridge proposed openstack-infra/tripleo-ci: DO NOT MERGE changes needed for delorean promotion https://review.openstack.org/259433 | 13:22 |
*** apuimedo has joined #openstack-infra | 13:23 | |
*** fhubik_brb is now known as fhubik | 13:23 | |
*** maishsk_ has joined #openstack-infra | 13:23 | |
*** maishsk has quit IRC | 13:23 | |
*** maishsk_ is now known as maishsk | 13:23 | |
*** abregman is now known as abregman|sw | 13:24 | |
*** pradk has joined #openstack-infra | 13:24 | |
*** deepakcs has quit IRC | 13:24 | |
*** apuimedo_ has joined #openstack-infra | 13:25 | |
*** links has joined #openstack-infra | 13:25 | |
*** fhubik is now known as fhubik_brb | 13:26 | |
*** zhurong has quit IRC | 13:26 | |
*** gordc has joined #openstack-infra | 13:27 | |
*** apuimedo has quit IRC | 13:28 | |
*** apuimedo has joined #openstack-infra | 13:29 | |
*** apuimedo_ has quit IRC | 13:30 | |
*** fhubik_brb is now known as fhubik | 13:30 | |
*** yamamoto has joined #openstack-infra | 13:32 | |
*** apuimedo_ has joined #openstack-infra | 13:35 | |
openstackgerrit | John Trowbridge proposed openstack-infra/tripleo-ci: DO NOT MERGE changes needed for delorean promotion https://review.openstack.org/258140 | 13:36 |
*** jyuso1 has quit IRC | 13:36 | |
*** apuimedo has quit IRC | 13:36 | |
*** esker has joined #openstack-infra | 13:37 | |
*** apuimedo has joined #openstack-infra | 13:37 | |
*** Daisy_ has quit IRC | 13:38 | |
*** esker has quit IRC | 13:41 | |
openstackgerrit | Endre Karlson proposed openstack-infra/project-config: Cleanup Rally Designate job https://review.openstack.org/259428 | 13:41 |
*** apuimedo has quit IRC | 13:42 | |
*** fhubik has quit IRC | 13:42 | |
*** apuimedo_ has quit IRC | 13:42 | |
*** electrofelix has joined #openstack-infra | 13:43 | |
*** dkranz has joined #openstack-infra | 13:43 | |
*** apuimedo has joined #openstack-infra | 13:43 | |
*** boris-42_ has quit IRC | 13:43 | |
*** jaypipes has joined #openstack-infra | 13:44 | |
*** doug-fish has joined #openstack-infra | 13:47 | |
openstackgerrit | Merged openstack/requirements: Updated from generate-constraints https://review.openstack.org/259300 | 13:47 |
*** bhunter71 has joined #openstack-infra | 13:47 | |
*** apuimedo_ has joined #openstack-infra | 13:48 | |
*** e0ne has quit IRC | 13:48 | |
*** apuimedo has quit IRC | 13:48 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for random qemu sigterm bug 1526989 https://review.openstack.org/258707 | 13:48 |
openstack | bug 1526989 in OpenStack Compute (nova) "nova boot fails with "libvirtError: internal error: early end of file from monitor: possible problem: qemu: terminating on signal 15 from pid 15765"" [Medium,Confirmed] https://launchpad.net/bugs/1526989 | 13:48 |
jroll | AJaeger: do you have a moment for https://review.openstack.org/#/c/259035/ please? :) | 13:49 |
*** alaski is now known as lascii | 13:49 | |
*** apuimedo has joined #openstack-infra | 13:50 | |
*** e0ne has joined #openstack-infra | 13:50 | |
*** piet has joined #openstack-infra | 13:52 | |
*** fhubik has joined #openstack-infra | 13:52 | |
*** apuimedo_ has quit IRC | 13:52 | |
openstackgerrit | sebastian marcet proposed openstack-infra/puppet-openstackid: Sintax error fix on shell scripting functions https://review.openstack.org/259419 | 13:53 |
*** scheuran has quit IRC | 13:53 | |
openstackgerrit | Merged openstack/diskimage-builder: Support building ACIs https://review.openstack.org/155484 | 13:53 |
*** links has quit IRC | 13:54 | |
openstackgerrit | sebastian marcet proposed openstack-infra/puppet-openstackid: Sintax error fix on shell scripting functions https://review.openstack.org/259419 | 13:55 |
*** apuimedo_ has joined #openstack-infra | 13:58 | |
*** amuller has joined #openstack-infra | 13:59 | |
*** ihrachys has quit IRC | 14:00 | |
*** ihrachys has joined #openstack-infra | 14:01 | |
mordred | jroll: done | 14:02 |
mordred | also | 14:02 |
mordred | wow the new gerrit is hard to work with | 14:02 |
jroll | mordred: ty sir | 14:02 |
jroll | heh | 14:02 |
jroll | getting used to it | 14:02 |
mordred | like, I'm sure I will to | 14:02 |
mordred | but it's amazing how much my brain had relied on cues in the old one | 14:02 |
jroll | right? | 14:03 |
mordred | so I have to _think_ a lot about every page now | 14:03 |
jroll | or like, switching from r to a to complete a review took me days | 14:03 |
jroll | I feel like it's similar to how I'm constantly hitting esc in text fields because I think it's vim | 14:03 |
mordred | yah | 14:03 |
ekarlso | AJaeger: https://review.openstack.org/#/c/259428/ < done | 14:04 |
*** apuimedo has quit IRC | 14:04 | |
mordred | now - _nice_ thing is that 'a' opening up a comment box does do it next to the other votes - so I can see them, when I'm leaving mine | 14:04 |
*** apuimedo has joined #openstack-infra | 14:05 | |
*** weshay_xchat has joined #openstack-infra | 14:05 | |
jroll | mhm | 14:05 |
*** tlian has joined #openstack-infra | 14:07 | |
*** bdemers has joined #openstack-infra | 14:10 | |
*** vlaza has quit IRC | 14:12 | |
*** apuimedo has quit IRC | 14:12 | |
*** apuimedo_ has quit IRC | 14:12 | |
openstackgerrit | Thomas Herve proposed openstack-infra/project-config: Use VPN devstack plugin in heat jobs https://review.openstack.org/259463 | 14:12 |
*** esker has joined #openstack-infra | 14:13 | |
*** apuimedo has joined #openstack-infra | 14:14 | |
*** pradk_ has joined #openstack-infra | 14:14 | |
*** pradk has quit IRC | 14:14 | |
*** salv-orlando has joined #openstack-infra | 14:14 | |
*** pradk_ is now known as pradk | 14:14 | |
*** lucasagomes is now known as lucas-hungry | 14:15 | |
*** maishsk has quit IRC | 14:15 | |
*** zeih has quit IRC | 14:16 | |
*** zeih has joined #openstack-infra | 14:16 | |
*** esker has quit IRC | 14:18 | |
*** bnemec has quit IRC | 14:18 | |
*** apuimedo_ has joined #openstack-infra | 14:18 | |
*** yaume has joined #openstack-infra | 14:22 | |
*** fhubik is now known as fhubik_brb | 14:22 | |
*** otter768 has joined #openstack-infra | 14:22 | |
*** lezbar has quit IRC | 14:22 | |
*** hdd has joined #openstack-infra | 14:23 | |
*** annegentle has joined #openstack-infra | 14:23 | |
*** apuimedo has quit IRC | 14:23 | |
*** markvoelker has joined #openstack-infra | 14:23 | |
*** apuimedo has joined #openstack-infra | 14:24 | |
openstackgerrit | Endre Karlson proposed openstack-infra/project-config: Rally / Designate - Call correct post_test_hook script https://review.openstack.org/259469 | 14:24 |
*** yaume_ has joined #openstack-infra | 14:25 | |
AJaeger | jroll: looking... | 14:25 |
*** fhubik_brb is now known as fhubik | 14:25 | |
AJaeger | jroll: I'm not core on devstack-gate, better ping somebody else like sdague | 14:26 |
*** otter768 has quit IRC | 14:26 | |
AJaeger | BobBall: Check https://review.openstack.org/#/c/255837/ and search for "Merge Conflict", it's there in RED | 14:27 |
pc_m | Hi folks. I have some project-config questions that I'm hoping I could get some guidance on... | 14:27 |
sdague | AJaeger: I was already +2 :) | 14:27 |
*** yaume has quit IRC | 14:27 | |
*** markvoelker has quit IRC | 14:27 | |
sdague | mordred: having moved to CS2 last year, there are still some shifts (like the commit message and vote boxes flipping) | 14:28 |
pc_m | I had started doing pep8-constraints targets/jobs for neuton-* repos, in response to the astroid dependency issue that occurred. | 14:28 |
sdague | but after a week, you'll probably feel fine with it | 14:28 |
AJaeger | sdague: I still need to get used to the UI there, sorry | 14:28 |
*** yaume_ has quit IRC | 14:29 | |
*** yaume has joined #openstack-infra | 14:29 | |
pc_m | As part of the reviews, the suggestion was to try to add support for all the constraints jobs, not just pep8/docs. | 14:29 |
sdague | the column3 related changes is massively useful | 14:29 |
sdague | and prevents people randomly reviewing the middle of the patch stack and not realizing there is a whole set of patches there and they should go to the bottom | 14:29 |
AJaeger | sdague: yeah, thanks to your changes here! | 14:30 |
pc_m | To do that, I'm trying to figure out how all this works for neutron and I have a few things I don't understand. | 14:30 |
AJaeger | I meant for the layout improvement changes... | 14:30 |
sdague | AJaeger: yeh, no prob | 14:30 |
openstackgerrit | Dong Ma proposed openstack-infra/jenkins-job-builder: Add support for matrices' subset in multijobs. https://review.openstack.org/237082 | 14:30 |
pc_m | Anyone able to advise on the project-config jobs/targets? | 14:30 |
AJaeger | pc_m: lifeless and Nakato are the real experts | 14:30 |
AJaeger | pc_m: why are you not using python27 for constraints as well? | 14:30 |
*** moravec has quit IRC | 14:32 | |
*** hashar has quit IRC | 14:32 | |
pc_m | AJaeger: That's the suggestion. I was just trying to address the pep8-constraints (because of the issue, and because neutron-* repos have support for pep8-constraints already, but not other jobs). | 14:32 |
*** egonzalez has quit IRC | 14:32 | |
AJaeger | pc_m: http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul/layout.yaml#n296 shows the python-constraints macro | 14:32 |
*** lezbar has joined #openstack-infra | 14:32 | |
pc_m | AJaeger: So, I'm trying to figure out how to add the other targets/jobs. | 14:32 |
jroll | AJaeger: oops, sorry, monty picked it up for me though. thanks for the response :) | 14:32 |
pc_m | AJaeger: Yes, I've been doing a bunch of digging. Have most of it figured out, but have a few questions. | 14:33 |
AJaeger | jroll: I noticed after a few seconds... | 14:33 |
*** hdd has quit IRC | 14:33 | |
AJaeger | pc_m: shoot - I'll try to help with my limited knowledge | 14:33 |
pc_m | AJaeger: will do... and thanks! | 14:33 |
AJaeger | pc_m: IMO, you have two ways: Do not use python-constraints macro and only add pep8 and doc8 | 14:34 |
AJaeger | that was 1) | 14:34 |
*** hashar has joined #openstack-infra | 14:34 | |
AJaeger | or 2) Use python-constraints macro and handle python27 and branch-tarball as well | 14:35 |
mordred | sdague: yah, related changes is nice | 14:36 |
pc_m | AJaeger: That was my original path. But people were suggesting adding others, so I was thinking of biting the bullet and doing others. | 14:36 |
pc_m | I see there is a py27-contraints and py34-constraints (targets?), but i don't see in the tox.ini file, where they are handled (for neutron) | 14:36 |
AJaeger | pc_m, your very first change used python-constraints template already and that let us down this road ;) | 14:37 |
sdague | and the new queries for dashboards | 14:37 |
dansmith | since the gerrit upgrade, it seems like the cookie timeout is some small number of hours, like six or so, which means I can't stay logged in all week. Can we fix that? | 14:37 |
*** apuimedo has quit IRC | 14:38 | |
BobBall | AJaeger: I was meaning if a patch depends on an outdated version of a parent patch; but that's shown on the far right hand side if you have a big enough browser window. Never had to make my browser full screen before so missed it | 14:38 |
AJaeger | BobBall: Ah... | 14:38 |
*** apuimedo_ has quit IRC | 14:39 | |
AJaeger | BobBall: We've merged already a few changes to improve the layout | 14:39 |
BobBall | used to have [outdated] in the list of patches, now it's a little orange circle :) | 14:39 |
AJaeger | yep | 14:39 |
pc_m | AJaeger: Sure. Understood, and I could do (1), but thought I'd (over the two week XMAS time) try to do the python-constraints template, vs going back and adding more later. | 14:39 |
BobBall | awesome - the orange dot is much more visable now! | 14:40 |
*** apuimedo has joined #openstack-infra | 14:40 | |
BobBall | oh hang on - no it's not :) | 14:40 |
BobBall | But that's OK. | 14:40 |
* BobBall isn't going to grumble | 14:41 | |
*** dansmith is now known as superdan | 14:41 | |
pc_m | AJaeger: So with the template, I'm trying to see how the python27 and python34 constraints targets map to the tox.ini file. | 14:41 |
AJaeger | pc_m: have a look on what neutron does - in it's tox.ini file - for the constraints | 14:41 |
*** amotoki has joined #openstack-infra | 14:41 | |
*** hashar has quit IRC | 14:41 | |
*** hashar has joined #openstack-infra | 14:42 | |
AJaeger | pc_m: Looking in project-config, we call tox -e py27-constraints | 14:42 |
pc_m | AJaeger: Yeha, that's what I've done. I have three general questions. Let me state them here. | 14:42 |
pc_m | AJaeger: 1) I don't see how the python27-constraints and python34-constraints map to targets in tox.ini. There is a tox: envlist:py27-constraints, for example, but I don't see anything in tox.ini. | 14:43 |
pc_m | 2) I see a venv and venv-constraints targets in the tox.ini, and I don't see what they are for | 14:44 |
*** apuimedo_ has joined #openstack-infra | 14:44 | |
*** bexelbie has quit IRC | 14:44 | |
*** yaume has quit IRC | 14:45 | |
*** sdake has joined #openstack-infra | 14:45 | |
pc_m | AJaeger: 3) for coverage, I see a neutron-coverage and neutron-coverage-constraints, but only a neutron-coverage entry that limits to juno/kilo. Is the constraints version unrestricted (running on all releases)? | 14:45 |
AJaeger | for 2: We build docs using tox -e$venv -- python setup.py build_sphinx - and $venv is either venv or venv-constraints | 14:45 |
*** dslev has joined #openstack-infra | 14:45 | |
AJaeger | 1: Can't help, try to catch lifeless and Nakato | 14:46 |
*** apuimedo has quit IRC | 14:47 | |
*** apuimedo has joined #openstack-infra | 14:47 | |
openstackgerrit | mathieu bultel proposed openstack-infra/shade: Add normalize stack function for heat stack_list https://review.openstack.org/254337 | 14:47 |
AJaeger | for 3: looks like a bug, let me triple check... | 14:47 |
pc_m | AJaeger: https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml#L2069 | 14:48 |
*** kgiusti has joined #openstack-infra | 14:48 | |
pc_m | AJaeger: Yeah, I was thinking it is, but I'm unsure. | 14:48 |
*** apuimedo_ has quit IRC | 14:49 | |
AJaeger | pc_m: and neutron-docs is also wrong, I'll fix that now... | 14:49 |
*** esker has joined #openstack-infra | 14:49 | |
pc_m | AJaeger: Should neutron-docs even be there? There is a gate-neutron-docs. | 14:50 |
openstackgerrit | Merged openstack-infra/shade: Add inventory unit tests https://review.openstack.org/258167 | 14:50 |
*** mriedem has joined #openstack-infra | 14:50 | |
AJaeger | neutron-docs is the post job, gate-neutron-docs the check/gate one | 14:52 |
*** apuimedo has quit IRC | 14:52 | |
pc_m | AJaeger: So what is wrong with neutron-docs? | 14:52 |
*** sdake_ has joined #openstack-infra | 14:53 | |
*** apuimedo has joined #openstack-infra | 14:53 | |
*** sdake has quit IRC | 14:53 | |
*** apuimedo_ has joined #openstack-infra | 14:53 | |
*** esker has quit IRC | 14:53 | |
*** yaume has joined #openstack-infra | 14:54 | |
openstackgerrit | mathieu bultel proposed openstack-infra/shade: Add normalize stack function for heat stack_list https://review.openstack.org/254337 | 14:55 |
*** amotoki_ has joined #openstack-infra | 14:56 | |
AJaeger | pc_m: For stable/kilo changes, we run both the neutron-docs and the neutron-docs-constraints jobs. | 14:57 |
AJaeger | Publishing once is enough ;) | 14:57 |
openstackgerrit | Merged openstack-infra/devstack-gate: Bump ironic test timeout to 900 https://review.openstack.org/259035 | 14:57 |
*** mtanino has joined #openstack-infra | 14:58 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Fix constraint jobs branch https://review.openstack.org/259480 | 14:58 |
AJaeger | pc_m: please review ^ | 14:58 |
*** amotoki has quit IRC | 14:58 | |
sdague | does anyone have a screenshot of the hideci in the old system ? | 14:59 |
pc_m | AJaeger: Sure | 14:59 |
sdague | I know the styling is off, but I can't remember how we did it entirely | 14:59 |
sdague | and I'd like to replicate as close as we can | 14:59 |
*** yaume has quit IRC | 14:59 | |
pc_m | AJaeger: I see for neutron, they only run py34 contraints, so only for liberty+. I take it no py34 for older releases? | 14:59 |
*** apuimedo_ has quit IRC | 15:00 | |
*** rbrndt has joined #openstack-infra | 15:01 | |
*** yaume has joined #openstack-infra | 15:01 | |
*** larainema has quit IRC | 15:01 | |
*** lucas-hungry is now known as lucasagomes | 15:01 | |
*** alivigni has joined #openstack-infra | 15:02 | |
*** fhubik is now known as fhubik_brb | 15:03 | |
*** eharney has joined #openstack-infra | 15:03 | |
AJaeger | indeed no python34 for kilo - only for liberty and new newer - on neutron | 15:03 |
*** larainema has joined #openstack-infra | 15:04 | |
AJaeger | mestery, dougwig: Could you review 259480 as well, please? It affects neutron... | 15:04 |
*** peristeri has joined #openstack-infra | 15:05 | |
pc_m | AJaeger: For neutron, I see neutron-coverage* jobs in post, but I don't see any docs ones. Amy I missing something? | 15:05 |
*** ildikov has quit IRC | 15:05 | |
*** apuimedo_ has joined #openstack-infra | 15:05 | |
*** fhubik_brb is now known as fhubik | 15:05 | |
openstackgerrit | mathieu bultel proposed openstack-infra/shade: Add normalize stack function for heat stack_list https://review.openstack.org/254337 | 15:07 |
openstackgerrit | Daniel Watkins proposed openstack-infra/jenkins-job-builder: Implement bzr SCM module. https://review.openstack.org/234365 | 15:08 |
*** yaume has quit IRC | 15:08 | |
*** david-lyle has quit IRC | 15:08 | |
*** aopincar has joined #openstack-infra | 15:08 | |
pc_m | AJaeger: Ah, I see it. | 15:08 |
AJaeger | good | 15:08 |
*** cfarquhar has joined #openstack-infra | 15:09 | |
*** cfarquhar has quit IRC | 15:09 | |
*** cfarquhar has joined #openstack-infra | 15:09 | |
*** apuimedo_ has quit IRC | 15:10 | |
pc_m | AJaeger: was template. | 15:10 |
pc_m | AJaeger: Dumb question... in the commit message you have output that shows the releases it runs on. How do you generate that? | 15:11 |
*** jffische has joined #openstack-infra | 15:11 | |
*** jffische has left #openstack-infra | 15:12 | |
AJaeger | pc_m: tox -e zuul or go to my review and click on the "gate-project-config-layout" | 15:12 |
AJaeger | that's our usual debugging output and really handy to check that your filter do the right thing... | 15:13 |
igorbelikov | AJaeger: hi, any chance you could add me to https://review.openstack.org/#/admin/groups/984,members? We kinda lost contact with the only person in this group for a week (he's on vacation somewhere) and it's critical to merging important fixes) | 15:13 |
pc_m | AJaeger: Nice. I've been digging through the code and realized there must be a better way. | 15:13 |
AJaeger | igorbelikov: no chance at all ;( | 15:14 |
AJaeger | igorbelikov: sorry, I'm not an infra admin, I don't have these permissions | 15:14 |
pc_m | AJaeger: You had mentioned, for the constraints template, I need to address branch-tarball. Can you elaborate? | 15:14 |
openstackgerrit | Sean Dague proposed openstack-infra/system-config: expose many_rechecks attribute on ci table https://review.openstack.org/259487 | 15:14 |
*** hdd has joined #openstack-infra | 15:14 | |
smarcet | fungi: clarkb: mordred: yolanda: morning guys :) and happy friday, could u please review https://review.openstack.org/#/c/259419/? | 15:15 |
*** apuimedo_ has joined #openstack-infra | 15:15 | |
AJaeger | pc_m: what I meant is: the constrainsts template uses branch-tarball, so if you use the temlate, you should not run branch-tarball on kilo and thus add a filter for it | 15:15 |
pc_m | AJaeger: gotcha! | 15:16 |
pc_m | AJaeger: Thanks so much for your help! | 15:17 |
pc_m | AJaeger: Do you know when lifeless or Nakato are usually on-line? | 15:17 |
igorbelikov | AJaeger: well, thanks anyway:) Guess I should ping someone from infra-core https://review.openstack.org/#/admin/groups/306,members? | 15:17 |
sdague | pc_m: they are in .nz and .au respectively | 15:17 |
*** salv-orlando has quit IRC | 15:18 | |
*** zeih has quit IRC | 15:18 | |
pc_m | sdague: Ah. OK. next week then... | 15:18 |
*** salv-orlando has joined #openstack-infra | 15:18 | |
pc_m | AJaeger: So, last question... for the neutron-* repos, should I A) update tox.ini to ensure targets supported, B) test with the existing experimental jobs, C) backport to liberty, and then D) move jobs to be voting? | 15:19 |
*** zeih has joined #openstack-infra | 15:20 | |
*** tzn has quit IRC | 15:21 | |
AJaeger | flaper87: yes, use separate lines, see how some of the dashboard repos are done | 15:21 |
*** aopincar has quit IRC | 15:21 | |
*** apuimedo_ has quit IRC | 15:22 | |
flaper87 | AJaeger: holy moly, is your brain plugged to gerrit or what? | 15:22 |
flaper87 | damn you're fast | 15:22 |
flaper87 | :D | 15:22 |
*** evgenyl_ has joined #openstack-infra | 15:22 | |
AJaeger | flaper87: just saw the mail coming in... | 15:22 |
flaper87 | AJaeger: :D kk, will split that | 15:22 |
*** yamahata has joined #openstack-infra | 15:22 | |
*** evgenyl has quit IRC | 15:22 | |
*** fmccrthy has quit IRC | 15:22 | |
AJaeger | pc_m: that sounds like a plan... | 15:22 |
*** evgenyl_ is now known as evgenyl | 15:22 | |
*** esker has joined #openstack-infra | 15:22 | |
pc_m | AJaeger: Thanks. | 15:22 |
*** fmccrthy has joined #openstack-infra | 15:24 | |
*** zeih has quit IRC | 15:24 | |
*** esker has quit IRC | 15:24 | |
openstackgerrit | Flavio Percoco proposed openstack-infra/project-config: Add dedicated acls for glance_store https://review.openstack.org/259168 | 15:24 |
*** esker has joined #openstack-infra | 15:24 | |
openstackgerrit | Daniel Watkins proposed openstack-infra/jenkins-job-builder: Implement bzr SCM module. https://review.openstack.org/234365 | 15:25 |
*** jcoufal_ has joined #openstack-infra | 15:25 | |
flaper87 | AJaeger: ^ there | 15:25 |
AJaeger | flaper87: Now I need a break ;) | 15:26 |
flaper87 | lol | 15:26 |
michaelxin | Thanks for your help. How long does it take for the release to be pushed to pypi? | 15:26 |
michaelxin | I created a release and the log showed successful. | 15:27 |
michaelxin | However, I did not see it under pypi. Thanks | 15:27 |
michaelxin | http://logs.openstack.org/e1/e1e64796e714ca04814285f9e3008053aae6214b/release/syntribos-tarball/f599b9b/console.html | 15:27 |
*** apuimedo_ has joined #openstack-infra | 15:28 | |
openstackgerrit | Sean McGinnis proposed openstack/requirements: Update to os-brick 0.6.1 https://review.openstack.org/259494 | 15:28 |
*** jcoufal has quit IRC | 15:28 | |
*** burgerk has joined #openstack-infra | 15:29 | |
*** amotoki_ has quit IRC | 15:30 | |
rajinir | It is not clear how to comment in the new gerrit UI. Anyone? | 15:31 |
*** apuimedo_ has quit IRC | 15:32 | |
persia | rajinir: "Reply", near the top. | 15:32 |
*** apuimedo has quit IRC | 15:32 | |
*** apuimedo has joined #openstack-infra | 15:33 | |
*** tsg has joined #openstack-infra | 15:34 | |
*** _nadya_ has quit IRC | 15:36 | |
mtreinish | clarkb: cool, thanks. Now we can see the node provider grouped stuff: http://status.openstack.org/openstack-health/#/g/node_provider/ovh-gra1 | 15:37 |
*** electrofelix has quit IRC | 15:37 | |
*** vgridnev has quit IRC | 15:37 | |
*** apuimedo_ has joined #openstack-infra | 15:37 | |
*** electrofelix has joined #openstack-infra | 15:38 | |
*** apuimedo has quit IRC | 15:38 | |
*** apuimedo has joined #openstack-infra | 15:39 | |
*** ociuhandu has joined #openstack-infra | 15:40 | |
AJaeger | michaelxin: better check http://logs.openstack.org/e1/e1e64796e714ca04814285f9e3008053aae6214b/release/syntribos-pypi-both-upload/c9b0a5d/console.html | 15:41 |
*** amotoki has joined #openstack-infra | 15:41 | |
AJaeger | Error is ConfigParser.NoSectionError: No section: 'metadata' | 15:41 |
AJaeger | flaper87: let me inline edit for you | 15:42 |
michaelxin | AJaeger: Thanks. | 15:42 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Add dedicated acls for glance_store https://review.openstack.org/259168 | 15:42 |
flaper87 | AJaeger: thanks... I promise I'll get my infra patches straight one day... not sure when | 15:42 |
flaper87 | :D | 15:42 |
AJaeger | flaper87: you should have fixed both lines - see the diff | 15:43 |
AJaeger | inline edit is dangerous: it's easier to fix myself instead of explaining what I mean ;) | 15:43 |
michaelxin | AJaeger: Is there a way to have a test run for release? | 15:43 |
michaelxin | AJaeger: Or is it possible to try to release again? | 15:44 |
AJaeger | michaelxin: best to talk with fungi about this | 15:44 |
michaelxin | AJaeger: Thanks. | 15:44 |
anteaya | markus_z: were you looking for this? http://lists.openstack.org/pipermail/third-party-announce/2015-December/000275.html | 15:44 |
markus_z | anteaya: No, it was an issue with the "XenProject CI". I got them via email and they rebooted the CI and now its voting in a sane way again. | 15:46 |
markus_z | anteaya: but thanks for sharing | 15:46 |
anteaya | markus_z: glad you got the response you needed from xenproject ci | 15:47 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Include the branch name in row descriptions https://review.openstack.org/259505 | 15:48 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Tweak the report colors a little https://review.openstack.org/259506 | 15:48 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Remove parse logs https://review.openstack.org/259507 | 15:48 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: No longer split gerrit ref on " " https://review.openstack.org/259508 | 15:48 |
anteaya | superdan: I am still signed into gerrit from yesterday, I don't tend to leave my computer on all week so I can't test for if it allows me to stay on that long | 15:48 |
*** fhubik is now known as fhubik_brb | 15:48 | |
anteaya | superdan: but in the past if I had a gerrit tab open where I am not signed in and then opened a second tab where I did sign in the two will fight and continue to sign me out | 15:48 |
superdan | anteaya: well, it's a marked change from before the upgrade | 15:48 |
anteaya | superdan: fixed by closing all tabs but one then signing in then opening up new tabs in which I am signed in | 15:49 |
anteaya | might you have had a non signed in tab open? | 15:49 |
*** bgmccollum has left #openstack-infra | 15:49 | |
*** AJaeger has quit IRC | 15:50 | |
*** Daisy_ has joined #openstack-infra | 15:50 | |
openstackgerrit | Daniel Watkins proposed openstack-infra/jenkins-job-builder: Implement bzr SCM module. https://review.openstack.org/234365 | 15:52 |
superdan | anteaya: nope, just had one tab open this morning | 15:53 |
openstackgerrit | Igor Belikov proposed openstack-infra/project-config: Enable pypi publishing for fuel-plugins project https://review.openstack.org/259511 | 15:54 |
*** Daisy_ has quit IRC | 15:54 | |
anteaya | superdan: how many times has gerrit signed you out today? | 15:54 |
*** apuimedo_ has quit IRC | 15:56 | |
*** ildikov has joined #openstack-infra | 15:57 | |
openstackgerrit | Igor Belikov proposed openstack-infra/project-config: Enable pypi publishing for fuel-devops projecta https://review.openstack.org/259512 | 15:57 |
*** HeOS has quit IRC | 15:57 | |
openstackgerrit | Igor Belikov proposed openstack-infra/project-config: Enable pypi publishing for fuel-devops project https://review.openstack.org/259512 | 15:58 |
*** annegentle has quit IRC | 15:58 | |
*** aopincar has joined #openstack-infra | 16:01 | |
openstackgerrit | K Jonathan Harker proposed openstack-infra/puppet-log_processor: Switch to using the new log_processor project https://review.openstack.org/254992 | 16:01 |
*** apuimedo_ has joined #openstack-infra | 16:01 | |
*** tzn has joined #openstack-infra | 16:02 | |
*** sdake_ has quit IRC | 16:02 | |
*** placko has quit IRC | 16:03 | |
*** amotoki has quit IRC | 16:04 | |
*** sdake has joined #openstack-infra | 16:04 | |
rajinir | persia: Thank you. Worked | 16:05 |
superdan | anteaya: none today, but it was signed out when I sat down this morning, which is never does, except across a weekend boundary | 16:06 |
superdan | anteaya: so like I said, it seems like the timeout has become 6hours instead of 24 or something likethat | 16:06 |
*** ddieterl_ has quit IRC | 16:07 | |
clarkb | web_sessions maxAfe default is 12 hours I havent checked if we override that | 16:09 |
clarkb | *maxAge | 16:09 |
fungi | michaelxin: have a look at the filename for the wheel created in that log you linked, and then look at the filename the corresponding pypi upload job was looking for | 16:09 |
anteaya | superdan: thanks for the data | 16:09 |
*** matrohon has quit IRC | 16:10 | |
openstackgerrit | Sean M. Collins proposed openstack-infra/project-config: Linux Bridge Neutron job - remove vlan options https://review.openstack.org/259519 | 16:10 |
*** harlowja_at_home has joined #openstack-infra | 16:10 | |
michaelxin | fungi: Thanks. | 16:11 |
fungi | michaelxin: the tarball job builds syntribos-0.0.1-py2-none-any.whl but the upload job is looking for syntribos-0.1.1-py2-none-any.whl | 16:11 |
anteaya | clarkb: you don't happen to recall if we had set web_sessions to anything other than default with 2.8, do you? | 16:11 |
clarkb | I do not, puppet dossnt seem to set it though | 16:12 |
fungi | michaelxin: and your tarball has the same name issue as your wheel. so somehow it's not using the right version number | 16:12 |
jroll | superdan: fwiw, I've noticed that if you log in from another machine, it will log out the first, dunno if you have that case | 16:12 |
*** dtardivel has joined #openstack-infra | 16:12 | |
*** esker has quit IRC | 16:12 | |
michaelxin | fungi: any idea about how to address this? | 16:13 |
fungi | michaelxin: learn more about python packaging | 16:13 |
*** hemna has joined #openstack-infra | 16:14 | |
fungi | michaelxin: or get someone who knows about python packaging and has some available time to look over your repo and make suggestions | 16:14 |
michaelxin | fungi: Got it. Will do. Thanks. | 16:14 |
*** rcernin has quit IRC | 16:15 | |
michaelxin | fungi: Is there a way to re-run same release? | 16:15 |
jeblair | i'm still logged in after a >12 hour idle period | 16:15 |
smarcet | fungi: clarkb: morning guys!!! i will need this to get approved asap https://review.openstack.org/#/c/259419/, openstackid connect build fails otherwise :) | 16:15 |
michaelxin | after fixing it? Thanks. | 16:15 |
fungi | michaelxin: yes, however since you're going to need to modify the contents of your repo, you're going to need a new release anyway | 16:15 |
fungi | if the fix was somewhere outside your repo then rerunning the release process would be an option | 16:16 |
michaelxin | fungi: Got it. Thanks. | 16:16 |
fungi | but that is almost certainly not going to be the case here | 16:16 |
michaelxin | fungi: cool. Thanks again. | 16:16 |
fungi | smarcet: yep, already had it pulled up, just starting to take a look now | 16:16 |
smarcet | fungi: oh ok thx a lot :) | 16:17 |
*** AJaeger has joined #openstack-infra | 16:17 | |
AJaeger | michaelxin: your setup.py has version='0.0.1' - that seems to be your problem | 16:18 |
*** ddieterly has joined #openstack-infra | 16:18 | |
AJaeger | Remove the version number and consider moving to pbr | 16:18 |
michaelxin | AJaeger: Got it. Thanks. | 16:18 |
michaelxin | Will do it. Thanks. | 16:18 |
fungi | also trying to build an sdist tarball or wheel locally in tox will help you confirm whether the filenames look right on them | 16:19 |
fungi | once you think you have it fixed | 16:19 |
michaelxin | fungi: Cool. Will do it. | 16:19 |
zaro | morning | 16:20 |
sdague | fungi: nodepool has a lot of deleted nodes | 16:20 |
fungi | removing teh version setting entirely from setup.py will likely not do what you want unless you move to something like which will pass in version numbers to the build for you (for example, pbr which can determine the version from the latest tag) | 16:20 |
sdague | we loose a cloud? | 16:20 |
anteaya | morning zaro | 16:20 |
*** armax has joined #openstack-infra | 16:20 | |
fungi | sdague: not sure, checking now to see where those are accumulating | 16:21 |
zaro | jeblair, fungi : change edit REST api considered stable now, https://gerrit-review.googlesource.com/#/c/73460/ | 16:21 |
*** tjones has joined #openstack-infra | 16:21 | |
fungi | zaro: awesome! just took some reconsidering i guess? stale comment before? | 16:21 |
zaro | fungi: only needed to ask, https://groups.google.com/d/msg/repo-discuss/owbsa02r6PA/5h6YPBRxBQAJ | 16:21 |
*** apuimedo_ has quit IRC | 16:22 | |
fungi | sdague: yep, looks like hpcloud | 16:22 |
fungi | ~250 nodes in delete there | 16:22 |
*** otter768 has joined #openstack-infra | 16:23 | |
fungi | i'll see if i can tell what's going on with those | 16:23 |
AJaeger | michaelxin: fungi is right, just removing the line will not work, you need to switch to something that takes the version number from the tag like pbr. Or update the version number that it's the same as the tag - and then test locally that all files look sane before pushing a tag again | 16:24 |
*** markvoelker has joined #openstack-infra | 16:24 | |
fungi | yeah, as in set the version number to what the next tag _will be_ (not to the current tag) | 16:24 |
AJaeger | have a nice weekend, everybody! | 16:25 |
anteaya | AJaeger: thanks you too | 16:25 |
fungi | so if you're going to tag 0.1.2, then set version='0.1.2' in a commit, and then tag that commit as 0.1.2 once it merges | 16:25 |
*** AJaeger has quit IRC | 16:25 | |
fungi | enjoy your weekend AJaeger! | 16:25 |
*** tzn has quit IRC | 16:26 | |
*** tzn has joined #openstack-infra | 16:26 | |
*** fhubik_brb is now known as fhubik | 16:26 | |
*** jcoufal_ is now known as jcoufal | 16:26 | |
*** ajmiller has joined #openstack-infra | 16:26 | |
zaro | fungi: was wondering whether you had time to get more of that gerrit timeout stack trace? | 16:26 |
fungi | zaro: saw your request in scrollback, added it near the top of my to do list for today | 16:27 |
zaro | cool. | 16:27 |
*** aopincar has quit IRC | 16:27 | |
anteaya | pabelanger: if you look at the zuul status page now you see queue lengths climbing right now due to a gate reset | 16:27 |
*** otter768 has quit IRC | 16:27 | |
fungi | oh boy! when i try to nova show one of the stuck nodepool instances in hpcloud, i get... | 16:28 |
anteaya | pabelanger: the top 8 gate patches finished and passed | 16:28 |
fungi | No handlers could be found for logger "keystoneclient.auth.identity.generic.base" | 16:28 |
openstackgerrit | Diana Whitten proposed openstack-infra/project-config: Add openstack-ux repo https://review.openstack.org/259239 | 16:28 |
fungi | ERROR (InternalServerError): Internal Server Error (HTTP 500) | 16:28 |
*** markvoelker has quit IRC | 16:28 | |
fungi | so i guess hpcloud is having some major incident right now | 16:28 |
*** apuimedo_ has joined #openstack-infra | 16:28 | |
jeblair | fungi: looks like there might be an error. | 16:28 |
anteaya | they haven't posted anything yet: https://community.hpcloud.com/status | 16:29 |
jeblair | nothing on the status page other than the imminent demise of the service | 16:29 |
rcarrillocruz | fungi: yeah, we were seeing really bad API times on hpcloud | 16:29 |
rcarrillocruz | so i'm not surprised if it ended up going south | 16:29 |
fungi | trying a nova list now | 16:30 |
fungi | ERROR (ConnectFailure): Unable to establish connection to https://region-b.geo-1.compute.hpcloudsvc.com/v2/ | 16:30 |
*** HeOS has joined #openstack-infra | 16:30 | |
*** hemna has quit IRC | 16:30 | |
anteaya | pabelanger: currently Queue lengths: 4942 events, 366 results | 16:31 |
fungi | jeblair: maybe the demise is more imminent than originally planned? | 16:31 |
*** pcrews has joined #openstack-infra | 16:32 | |
jeblair | fungi: what's your thinking on git-restack? git-review console script or new project? | 16:32 |
anteaya | pabelanger: and now back to 0 and 0 | 16:32 |
openstackgerrit | Gorka Eguileor proposed openstack/requirements: Bump SQLAlchemy version to 1.0.10 https://review.openstack.org/259532 | 16:32 |
mordred | michaelxin: https://review.openstack.org/259531 there's a pbr migration patch for you | 16:32 |
*** aopincar has joined #openstack-infra | 16:33 | |
anteaya | morning mordred, where are you now? | 16:33 |
mordred | anteaya: niagara | 16:33 |
jeblair | purp: hpcloud looks to be in a really bad way at the moment, but nothing on status page | 16:33 |
anteaya | mordred: nice | 16:33 |
mordred | jeblair: yah | 16:34 |
jeblair | mordred: are the falls frozen? | 16:34 |
fungi | jeblair: git-review seems like an odd place for it, scope-wise, though maybe in context of trying to rebase change stacks in a gerrit-friendly way i can see a case for it. it's also insanely small to be its own project, but then again maybe size of the codebase shouldn't matter in a decision like that? | 16:34 |
mordred | jeblair: also, bluebox looks bad, but I have not looked in to it recently | 16:34 |
openstackgerrit | Diana Whitten proposed openstack-infra/project-config: Add openstack-ux repo https://review.openstack.org/259239 | 16:34 |
mordred | fungi, jeblair: I kinda think new repo | 16:34 |
jeblair | fungi: yeah, honestly, i can't think of a reason to put it in git-review other than developer and user convenience. | 16:34 |
mordred | but I'm extreme like that | 16:34 |
mordred | I could also see it living in git-review just because | 16:35 |
fungi | i suppose i'm saying i'm on the fence, but leaning toward separate project | 16:35 |
jeblair | but if we can convince people to put it in distros, it will be convenient for users | 16:35 |
mordred | but I could see someone pip install git-review and then being confused as to why they _also_ got a command called restack | 16:35 |
*** markus_z has quit IRC | 16:35 | |
mordred | jeblair: ++ | 16:35 |
mordred | jeblair: well... | 16:35 |
*** tzn has quit IRC | 16:35 | |
mordred | since git-review is already in distros | 16:35 |
mordred | putting restack in git-review would lower the work on packagers | 16:35 |
jeblair | okay, i think all of us tend slightly toward new project. | 16:35 |
mordred | since it wouldn't need to go through NEW | 16:35 |
jeblair | mordred: they like work, right? | 16:35 |
fungi | we have plenty of people here who don't mind packaging small utilities for distros though | 16:35 |
mordred | good point | 16:36 |
jeblair | otherwise why would they... ;) | 16:36 |
jeblair | okay, i'll kick that off today | 16:36 |
fungi | and the turn-around time on getting a new package in isn't terribly high (not like debian in the bad old days) | 16:36 |
fungi | i mean, i recall 6-9month backlogs in the debian new queue, but in recent years it's really only a few days unless there's a complexity issue or you're caught in the midst of release freeze | 16:37 |
clarkb | mordred: when I looked briefly a little while back it was ssh timeouts | 16:37 |
clarkb | mordred: but networking and images seemed to work because the same image would not timeout at times | 16:37 |
mordred | clarkb: oh, awesome | 16:37 |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: Add doc publishing for networking-bagpipe https://review.openstack.org/259536 | 16:37 |
mordred | clarkb: that's spectacular | 16:37 |
*** dims_ has joined #openstack-infra | 16:37 | |
mordred | clarkb: so we might need to poke our friends at bluebox a bit to see if we can track it down then? | 16:38 |
sdague | jeblair: what does git-restack do? | 16:38 |
*** sdake has quit IRC | 16:38 | |
jeblair | sdague: it's git-rebase -i onto the latest common commit on your branch and the target branch | 16:38 |
clarkb | mordred: ya I was starting that then weekend and gerrit and got distracted | 16:39 |
*** sdake has joined #openstack-infra | 16:39 | |
*** aopincar has quit IRC | 16:39 | |
jeblair | sdague: so that you can restack a big in-progress series of changes without accidentally rebasing it | 16:39 |
sdague | ah, ok | 16:39 |
*** dims has quit IRC | 16:39 | |
jeblair | sdague: i have it currently implemented as an alias: restack = "!f() { B=$(grep -oP 'defaultbranch=\\K.*' .gitreview); B=${1:-$B}; B=${B:-master}; git rebase -i $(git merge-base HEAD origin/$B); }; f" | 16:40 |
*** apuimedo_ has quit IRC | 16:40 | |
fungi | yeah, e.g. to reorder or edit changes in a series the way we recommend to avoid making lives harder on your reviewers | 16:40 |
jeblair | sdague: but that's insane, so i'm going to wrap it in a nice installable things. | 16:40 |
*** apuimedo has quit IRC | 16:40 | |
jeblair | with a nice readme that explains all of this | 16:40 |
sdague | so, the fact that it requires .gitreview | 16:40 |
jeblair | (well, it's optional) | 16:41 |
sdague | ok | 16:41 |
*** apuimedo has joined #openstack-infra | 16:41 | |
fungi | "plays well with git-review" | 16:41 |
jeblair | yeah deciding which branch you intend to base on is 1) argument 2) .gitreview 3) master | 16:42 |
michaelxin | mordred | 16:42 |
jeblair | we could probably put a "name of current branch" in there as a 2.5 | 16:42 |
michaelxin | mordred: Thanks | 16:42 |
clarkb | I just use git rebase -i HEAD~$commitsback | 16:42 |
clarkb | fwiw | 16:42 |
fungi | but yeah, my main objection to putting it in the git-review package is that git-review has one entrypoint named the same as the package, so adding more entrypoints with other names to do somewhat unrelated things feels untidy | 16:42 |
jeblair | clarkb: yes, but i'm not as good at math as you are :) | 16:43 |
clarkb | ha ok | 16:43 |
*** jcoufal has quit IRC | 16:43 | |
mordred | same here | 16:43 |
fungi | the trick is determining $commitsback | 16:43 |
mordred | I often, in fact, have to git log to count and stuff | 16:43 |
openstackgerrit | Joshua Harlow proposed openstack/requirements: Add voluptuous for libraries/applications data validation https://review.openstack.org/259540 | 16:43 |
jeblair | clarkb: this will also make it easier for you to restack changes while feeding babies | 16:43 |
mordred | woot! | 16:43 |
fungi | same for me | 16:43 |
mordred | lookie - harlowja is getting things onto the voluptuous bandwagon | 16:43 |
clarkb | you can use arbitrary large number iirc | 16:43 |
clarkb | since rebase will noop if you just pick what is already there | 16:44 |
clarkb | but I would have to double check that | 16:44 |
fungi | i've been using git restack for a week or so now and it's been handy | 16:44 |
jeblair | (as i'm sure it's hard to hold the abacus and the bottle while typing) | 16:44 |
*** EricGonc_ has joined #openstack-infra | 16:44 | |
fungi | jeblair: you can get a wrist-mount abacus these days | 16:44 |
jeblair | oh that must be what clarkb does | 16:45 |
openstackgerrit | Andrea Frittoli proposed openstack-infra/project-config: Drop non-isolated dsvm jobs https://review.openstack.org/259541 | 16:45 |
*** apuimedo_ has joined #openstack-infra | 16:45 | |
*** fhubik has quit IRC | 16:45 | |
* timrc peaks in only to see fungi talking about wrist-mount abacuses. Sounds like business as usual :) | 16:46 | |
*** sdake has quit IRC | 16:46 | |
jeblair | basically i just boolean-or in my mental image all the things clarkb does while ircing. so i'm pretty sure he's counting commits while feeding babies and ircing on his phone on his way across the street right now. | 16:46 |
clarkb | just on my couch | 16:47 |
mordred | jeblair: don't forget brewing beer and smoking meat | 16:47 |
clarkb | grandparents are handling babies | 16:47 |
*** sdake has joined #openstack-infra | 16:47 | |
anteaya | or counting babies while feeding commits | 16:47 |
clarkb | oh ya brisket on sunday | 16:47 |
mordred | clarkb: in our mindes, you are ALWAYS crossting the street | 16:47 |
*** regXboi has joined #openstack-infra | 16:47 | |
anteaya | hard to keep track of all the babies | 16:47 |
jeblair | anteaya: there are a lot of them | 16:47 |
anteaya | there are | 16:47 |
openstackgerrit | Joshua Harlow proposed openstack/requirements: Add voluptuous for libraries/applications data validation https://review.openstack.org/259540 | 16:47 |
fungi | what now? smoking babies while crossing the street? | 16:48 |
*** EricGonczer_ has quit IRC | 16:48 | |
anteaya | hard to roll the tiny cigarettes for them | 16:48 |
*** jpr has joined #openstack-infra | 16:48 | |
anteaya | had a dream just before I woke up about someone smoking in my house | 16:48 |
jeblair | uncle fungi is a bad influence | 16:48 |
fungi | yes, can't really type on your phone while rolling tiny cigarettes | 16:48 |
*** jistr has quit IRC | 16:49 | |
* fungi strives to be a bad influence | 16:49 | |
mordred | I believe clarkb can type on his phone while rolling tiny cigarettes | 16:49 |
fungi | smarcet: i went ahead and approved 259419 since it's a tiny edit and don't want to hold up your deployment efforts | 16:49 |
mordred | in fact, I'd imagine he rolls them by issuing ARP packets somehow | 16:49 |
fungi | smarcet: i'm very much looking forward to the openid-connect support | 16:50 |
mordred | \o/ | 16:50 |
timrc | mordred: Luckily brewing meet and smoking beer er brewing beer and smoking meat are largely background activities. | 16:51 |
*** ajmiller has quit IRC | 16:51 | |
* fungi has had a few smoked beers. not terrible but honestly not too great either | 16:51 | |
timrc | Compliments an otherwise cpu-bound lifestyle. | 16:51 |
fungi | though beer as a marinade/baste for smoked meat, quite good | 16:51 |
timrc | fungi: I always soak my wood chips in beer though honestly I'm not sure how much difference that actually makes. | 16:52 |
timrc | Smells wonderful when the smoke gets going. | 16:52 |
*** Qiming has quit IRC | 16:52 | |
mordred | ha | 16:52 |
mordred | SpamapS: I saw "Smells" there ^^ and thought you had said something because of the S | 16:53 |
*** ddieterly has quit IRC | 16:53 | |
*** Guest1340 has quit IRC | 16:53 | |
mordred | I'm not sure why you get it and not Shrews | 16:53 |
anteaya | clarkb: did you want to join #openstack-sprint when you have a moment to join the holiday party, when you are ready? | 16:53 |
*** aopincar has joined #openstack-infra | 16:54 | |
openstackgerrit | Nicko Glayre proposed openstack-infra/jenkins-job-builder: Adding support for maven-metadata-plugin https://review.openstack.org/257430 | 16:54 |
clarkb | ya as soon as I get my laptop | 16:54 |
anteaya | clarkb: yup, take your time | 16:54 |
*** zeih has joined #openstack-infra | 16:54 | |
anteaya | is is after all meant to be a break from the stress | 16:54 |
*** ajmiller has joined #openstack-infra | 16:55 | |
*** salv-orlando has quit IRC | 16:55 | |
*** salv-orlando has joined #openstack-infra | 16:55 | |
*** jlanoux has quit IRC | 16:56 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add git-restack project https://review.openstack.org/259547 | 16:57 |
openstackgerrit | Antoine Musso proposed openstack-infra/zuul: Cloner: Implement cache-no-hardlinks argument https://review.openstack.org/117626 | 16:57 |
jeblair | fungi, mordred: https://review.openstack.org/259547 | 16:57 |
fungi | a holiday present for us all! | 16:58 |
*** dipk has joined #openstack-infra | 16:58 | |
jeblair | also, possibly the first time we've set an upstream to be our own git server? :) | 16:58 |
fungi | heh | 16:58 |
*** nikhil_k has joined #openstack-infra | 16:59 | |
fungi | nice use of an existing project as a template for a new one | 16:59 |
mordred | in fact | 16:59 |
anteaya | it is probably just my eyes, I keep trying to see git-restack but instead I am seeing refstack | 16:59 |
anteaya | sorry :( | 16:59 |
mordred | why haven't we thought of having a template repo like that before | 17:00 |
mordred | instead of the cookiecutter repo :) | 17:00 |
mordred | meh. I guess that wouldn't help a ton | 17:00 |
*** nikhil has quit IRC | 17:01 | |
anteaya | jeblair: so you want to pull in all the code from git-review as the first commit of the new repo? | 17:01 |
fungi | that's the intent | 17:01 |
reed | what's restack? | 17:02 |
anteaya | okey dokey, just want to make sure I'm clear | 17:02 |
fungi | aww, my gate-bindep-fallback-ubuntu-trusty job is NOT_REGISTERED. i bet i need to adjust the parameter function node name override | 17:02 |
*** jordanP has quit IRC | 17:03 | |
anteaya | jeblair: why the decision to not run py34 in the gate? | 17:03 |
fungi | name: build:gate-bindep-fallback-ubuntu-trusty:bare-trusty unique: 8bd6d68146724ffe9a968e1768df0a71> is not registered with Gearman | 17:03 |
fungi | yep | 17:03 |
anteaya | :( | 17:03 |
*** zeih has quit IRC | 17:03 | |
fungi | easy to solve at least | 17:03 |
*** moravec has joined #openstack-infra | 17:04 | |
*** pradk has quit IRC | 17:05 | |
*** aopincar has quit IRC | 17:05 | |
anteaya | true | 17:06 |
*** bnemec has joined #openstack-infra | 17:06 | |
*** notnownikki has joined #openstack-infra | 17:06 | |
*** gyee has joined #openstack-infra | 17:06 | |
jeblair | anteaya: copied from git-review | 17:08 |
jeblair | anteaya: ie, git-review doesn't | 17:08 |
jeblair | reed: a simple utility to help edit a long series of changes correctly while preserving the original branch point | 17:09 |
rhedlind | anteaya: Good morning. Resuming my chase for the infinite loop in zuul. Looked through the scrollback and did not see much feedback on my last post from yesterday, so I will continue on the same theory I had yesterday and see if I can poke a hole in it. :) | 17:09 |
fungi | rhedlind: you probably want input from jeblair, jhesketh or clarkb | 17:10 |
reed | jeblair, nice, congrats :) | 17:10 |
jeblair | mordred: https://review.openstack.org/258718 | 17:10 |
fungi | rhedlind: and they may not have seen your reply to third-party-announce | 17:10 |
rhedlind | fungi: ok, thanks | 17:10 |
anteaya | rhedlind: morning | 17:10 |
*** mudassirlatif has joined #openstack-infra | 17:10 | |
jeblair | i did not see that, no. | 17:10 |
rhedlind | is there a better way to communicate that? I don't want to post it all here, right? A paste? | 17:11 |
jeblair | it's archived | 17:11 |
*** mriedem is now known as mriedem_lunch | 17:11 | |
*** apuimedo_ has quit IRC | 17:11 | |
anteaya | rhedlind: and your last transmission of the evening got cut off last night | 17:11 |
anteaya | rhedlind: I'll get the link from your email | 17:11 |
fungi | theory is a corner case exception in zuul (crashed jenkins master leading to no gearman workers connected) caused a job reporting loop | 17:11 |
jeblair | http://lists.openstack.org/pipermail/third-party-announce/2015-December/000276.html | 17:11 |
*** apuimedo has quit IRC | 17:11 | |
jeblair | reading that now | 17:11 |
rhedlind | fungi: correct | 17:11 |
*** piet has quit IRC | 17:11 | |
anteaya | http://lists.openstack.org/pipermail/third-party-announce/2015-December/000276.html | 17:11 |
anteaya | jeblair as usual beat me to it | 17:12 |
clarkb | rhedlind: also your message yesterday was cut off so hard to follow up on | 17:12 |
*** apuimedo has joined #openstack-infra | 17:12 | |
clarkb | rhedlind: irc has a 512 byte limit per message and most clients should split messages as appropriate but some do not | 17:12 |
*** xarses has quit IRC | 17:12 | |
anteaya | fungi: I'll wait for the experimental jobs to report back on 259547 | 17:13 |
*** e0ne has quit IRC | 17:13 | |
fungi | anteaya: they already did | 17:13 |
fungi | that was the not registered one i'm fixing momentatily | 17:13 |
anteaya | ah sorry | 17:13 |
fungi | momentarily too | 17:13 |
rhedlind | anteaya: I noticed my post got cut off, but only a few words. It said that the exception handler in 'run' posts to the ThreadEvent 'semaphore' flag which allows the loop to continue evaluating the queues and it will pick up the same build again. | 17:13 |
anteaya | having a hard time getting used to the new ui | 17:13 |
*** piet has joined #openstack-infra | 17:13 | |
anteaya | rhedlind: ah okay thanks | 17:13 |
rhedlind | if that makes sense | 17:13 |
anteaya | rhedlind: can you link the place in the code that you think is the source of the issue? | 17:14 |
clarkb | jeblair: also jhesketh pushed a change for the cache regression thing in connections, I reviewed it but havne't rereviewed latest patchset | 17:14 |
jeblair | rhedlind: yeah, i think updateBuildDescriptions should be in a try/except log handler | 17:14 |
openstackgerrit | Sean McGinnis proposed openstack/requirements: Update to os-brick 0.6.1 https://review.openstack.org/259494 | 17:16 |
*** apuimedo_ has joined #openstack-infra | 17:16 | |
rhedlind | jeblair: ok, I was trying to figure out where the best place would be for handling the exception | 17:16 |
*** apuimedo has quit IRC | 17:16 | |
openstackgerrit | Sean McGinnis proposed openstack/requirements: Update to os-brick 0.7.0 https://review.openstack.org/259494 | 17:17 |
*** devananda has quit IRC | 17:17 | |
*** apuimedo has joined #openstack-infra | 17:17 | |
rhedlind | anteaya: I can post a link to updateBuildDescriptions. If I knew the IRC syntax. :) | 17:17 |
*** avarner has quit IRC | 17:18 | |
* anteaya finds updateBuildDescriptions in teh zuul code | 17:18 | |
mordred | fungi, clarkb: I've got a 5-digit change that's outstanding that I think is being missed in reviews because it's got a -1 on it | 17:18 |
mordred | fungi, clarkb: https://review.openstack.org/#/c/92676/ if you get a se | 17:19 |
mordred | sec | 17:19 |
rhedlind | http://git.openstack.org/cgit/openstack-infra/zuul/tree/zuul/scheduler.py#1536 | 17:19 |
*** sdake has quit IRC | 17:19 | |
anteaya | rhedlind: that's the one | 17:20 |
anteaya | rhedlind: thank you | 17:20 |
*** abregman|sw is now known as abregman | 17:20 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Run gate-bindep-fallback jobs on specified label https://review.openstack.org/259554 | 17:20 |
sdague | fungi: so the nodes in delete state remains unsolved? | 17:20 |
sdague | seems to be getting worse | 17:20 |
sdague | we're down to about 250 usable nodes | 17:21 |
anteaya | mordred: did you want to respond to jhesketh copyright concern? | 17:21 |
*** abregman has quit IRC | 17:21 | |
*** devananda has joined #openstack-infra | 17:21 | |
jeblair | oh i should remove myself from project bootsrappers :) | 17:22 |
*** amuller is now known as amuller_afk | 17:22 | |
*** tzn has joined #openstack-infra | 17:22 | |
jeblair | fungi, sdague: if hpcloud is dead, maybe we should set it to 0 so nodepool can be smarter about allocation | 17:23 |
*** zeih has joined #openstack-infra | 17:23 | |
sdague | jeblair: perhaps | 17:23 |
sdague | I just know we're doing a lot of building and deleting right now : | 17:23 |
sdague | :) | 17:23 |
mordred | anteaya: did I not? oh. sorry, my bad | 17:24 |
*** markvoelker has joined #openstack-infra | 17:24 | |
anteaya | mordred: you may have but I didn't see it | 17:25 |
*** apoorvad has joined #openstack-infra | 17:25 | |
mordred | anteaya: thanks. done | 17:25 |
anteaya | jeblair: I bet you know many a good rap tale about boots | 17:25 |
*** pblaho has quit IRC | 17:25 | |
clarkb | jeblair: +1 to doing that, I can go ahead and write the change real quick | 17:25 |
jeblair | clarkb: i started on it | 17:26 |
anteaya | mordred: thank you | 17:26 |
*** abregman has joined #openstack-infra | 17:26 | |
clarkb | jeblair: kk | 17:26 |
*** ddieterly has joined #openstack-infra | 17:27 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Set HPCloud and Bluebox to 1 https://review.openstack.org/259559 | 17:27 |
jeblair | clarkb, mordred, sdague: ^ | 17:27 |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Allow the review history panel to resize https://review.openstack.org/259560 | 17:27 |
fungi | jeblair: sdague: agreed | 17:27 |
jeblair | fungi: ^ | 17:27 |
fungi | jeblair: did you mean 0 or 1> | 17:28 |
fungi | ? | 17:28 |
jeblair | fungi: i meant 1 | 17:28 |
jeblair | so we can see when it recovers | 17:28 |
anteaya | was about to ask the same thing | 17:28 |
fungi | you're setting bb to 0 and hpcloud to 1 there | 17:28 |
anteaya | ah | 17:28 |
fungi | nevermind | 17:28 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Make secure.conf optional and backwards-compat https://review.openstack.org/232800 | 17:28 |
fungi | you're setting one of the hopcloud nets to 1 | 17:28 |
*** ifarkas has quit IRC | 17:28 | |
fungi | i get it | 17:28 |
jeblair | yep | 17:28 |
jeblair | let's go to the hopcloud. | 17:29 |
fungi | lgtm | 17:29 |
*** markvoelker has quit IRC | 17:29 | |
sdague | I assume they serve a nice IPA there | 17:29 |
clarkb | nibalizer: how goes omfracloud nodepooling? | 17:29 |
clarkb | nibalizer: have a dib image booting there yet? | 17:29 |
jeblair | on roller skates | 17:29 |
greghaynes | hrm, does anyone know where the rebase button is in the new gerrit ui? | 17:30 |
*** sdake has joined #openstack-infra | 17:30 | |
greghaynes | I love that button... | 17:30 |
sdague | greghaynes: it's there | 17:30 |
* greghaynes accepts it is pebkac and looks harder | 17:30 | |
anteaya | greghaynes: right above the code review status | 17:31 |
rhedlind | jeblair: It doesn't seem like the exception handler in updateBuildDescription would have to do much at all? As long as it catches the exception and returns, the caller will have a chance to continue. The two callers seem to be doing the right thing. | 17:31 |
anteaya | like who voted what on the patch | 17:31 |
nibalizer | clarkb: not uet | 17:31 |
clarkb | greghaynes: ^F rebase | 17:31 |
*** piet has quit IRC | 17:31 | |
nibalizer | dib required more ram so i have to rebuild | 17:31 |
sdague | greghaynes: http://dl.dropbox.com/u/6514884/screenshot_286.png | 17:31 |
anteaya | greghaynes: below the updated timestamp | 17:31 |
*** xarses has joined #openstack-infra | 17:32 | |
clarkb | nibalizer: building infra's images or a simple just boot it image? | 17:32 |
clarkb | nibalizer: for infra's images we use disk because yes it needs tons of ram otherwise, for simple just boot it you should be fine | 17:32 |
sdague | also, it now has a checkbox, which autocompletes review numbers in the system | 17:32 |
greghaynes | ok, that does not exist on my screen. This is odd. | 17:32 |
migi | greghaynes: are you logged in? | 17:32 |
greghaynes | I am | 17:32 |
sdague | greghaynes: is your change synced to master? | 17:32 |
migi | greghaynes: what's the review url | 17:33 |
sdague | does Parent(s) have an orange dot next to it? | 17:33 |
greghaynes | sdague: They do | 17:33 |
sdague | greghaynes: url | 17:33 |
greghaynes | https://review.openstack.org/#/c/231592/13 | 17:33 |
sdague | greghaynes: "Not current" | 17:33 |
nibalizer | clarkb: there is a check in one of the dib elements that we have at least 4GB of ram | 17:33 |
sdague | that patch is up to /16 | 17:34 |
nibalizer | kinda silly but whatevs | 17:34 |
clarkb | nibalizer: I think thats for the tmpfs and it should use /tmp if not | 17:34 |
sdague | you can only operate on the latest version | 17:34 |
lifeless | yup | 17:34 |
*** harlowja_at_home has quit IRC | 17:34 | |
migi | greghaynes: it's 13th change | 17:34 |
greghaynes | oh, ok, so I was trapped in an old patchset view | 17:35 |
migi | on the 16th there is rebase btn | 17:35 |
sdague | greghaynes: type 'R' | 17:35 |
*** unicell1 has quit IRC | 17:35 | |
sdague | or click the review number in the upper left | 17:35 |
greghaynes | Ya, ty, I just didnt notice the old patchset thing - that seems like a new way of doing stuff | 17:35 |
*** Swami_ has joined #openstack-infra | 17:35 | |
*** sridhar_ram has quit IRC | 17:38 | |
*** moravec has quit IRC | 17:38 | |
*** bexelbie has joined #openstack-infra | 17:39 | |
*** apuimedo_ has quit IRC | 17:39 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Decouple nodepool db and config from builders https://review.openstack.org/222398 | 17:40 |
jeblair | greghaynes: in 197722 why threading.Condition instead of threading.Event? | 17:40 |
*** sdake has quit IRC | 17:40 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Builders distinguish between failure and exception https://review.openstack.org/242131 | 17:40 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Decouple builders from nodepool instance https://review.openstack.org/232135 | 17:40 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Builders can be run on their own https://review.openstack.org/232251 | 17:41 |
*** apuimedo has quit IRC | 17:41 | |
greghaynes | jeblair: No good reason, is threading.Event simpler? | 17:41 |
*** apuimedo has joined #openstack-infra | 17:41 | |
jeblair | greghaynes: yeah, i'll write it up in review | 17:41 |
*** sfinucan has quit IRC | 17:42 | |
*** ociuhandu has quit IRC | 17:42 | |
jeblair | greghaynes: done | 17:42 |
greghaynes | jeblair: ty | 17:42 |
*** piet has joined #openstack-infra | 17:43 | |
sdague | https://review.openstack.org/#/c/215664/ - Same Topic is funny | 17:45 |
sdague | as topic is (HEAD | 17:45 |
jeblair | ha | 17:45 |
*** ociuhandu has joined #openstack-infra | 17:45 | |
*** apuimedo_ has joined #openstack-infra | 17:46 | |
jeblair | is that a really old git review? | 17:46 |
jeblair | speaking of which -- when the 'submit whole topic' work came up at the gerrit user summit, i mentioned that i thought re-using topic as a way to tie together changes that need to be submitted together might have some problems. | 17:47 |
*** ociuhandu has quit IRC | 17:47 | |
fungi | as we've discussed before | 17:48 |
sdague | yeh, honestly, group commit land seems orthoginal to CDing | 17:48 |
*** yamamoto has quit IRC | 17:48 | |
sdague | ummm... also... what's gate-nova-commit-message about? | 17:48 |
jeblair | i mentioned that too | 17:49 |
jeblair | sdague: oh are we back to doing that? :) | 17:49 |
*** lezbar has quit IRC | 17:49 | |
sdague | jeblair: I have no idea, I don't recognize that job | 17:50 |
*** bgmccollum has joined #openstack-infra | 17:50 | |
sdague | it's a completely honest question, what is that? | 17:50 |
*** yamamoto has joined #openstack-infra | 17:50 | |
jeblair | i don't know | 17:50 |
*** hashar has quit IRC | 17:50 | |
*** apuimedo has quit IRC | 17:51 | |
jeblair | i asked what i did because we seem to flap about whether gating on commit messages is a good idea. i assume that job does that. | 17:51 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Trigger image uploads using gearman https://review.openstack.org/197722 | 17:51 |
jeblair | sdague: I7846f162172a12ba3d0abade088b9301c5a0db49 | 17:51 |
jeblair | sdague: seems related to docimpact | 17:52 |
sdague | it does, however I guess I didn't realize that was a thing | 17:52 |
jeblair | (it also has a disabled check for subject length :) | 17:53 |
*** apuimedo has joined #openstack-infra | 17:53 | |
sdague | hmmm... I kind of feel like adding a nova job should have had someone from the nova team comment | 17:53 |
sdague | especially when it's chewing a node on every commit | 17:54 |
*** david-lyle has joined #openstack-infra | 17:54 | |
*** jcoufal has joined #openstack-infra | 17:54 | |
*** jcoufal has quit IRC | 17:54 | |
*** aopincar has joined #openstack-infra | 17:54 | |
*** yamamoto has quit IRC | 17:55 | |
sdague | would I be way out of line to ask for that to be reverted | 17:55 |
anteaya | sdague: I have been requesting nova acknowledgement prior to approving jobs that add things to the nova repo | 17:56 |
anteaya | so I agree with you there | 17:56 |
jeblair | sdague: i don't think it's out of line, though it is part of a docs spec, so it might be nice to suggest a better way forward http://specs.openstack.org/openstack/docs-specs/specs/mitaka/review-docimpact.html | 17:56 |
openstackgerrit | Sean Dague proposed openstack-infra/project-config: Revert "Check for correct DocImpact tag usage" https://review.openstack.org/259569 | 17:56 |
*** shardy has quit IRC | 17:57 | |
sdague | so with reno, this seems like the wrong direction honestly | 17:57 |
sdague | we should probably get rid of that tag and have a reno section for it | 17:58 |
jeblair | sdague: that sounds like an excellent suggestion | 17:58 |
*** piet has quit IRC | 17:58 | |
sdague | hmmm... what's the right feedback channel for this? | 17:59 |
sdague | I guess I'll default to ML thread | 17:59 |
*** sdake has joined #openstack-infra | 17:59 | |
jeblair | sdague: may want to leave a comment on the revert too. | 17:59 |
*** david-lyle has quit IRC | 17:59 | |
sdague | yeh, will do | 17:59 |
jeblair | we can also alert jhesketh (hi!), but it's saturday. | 18:00 |
*** e0ne has joined #openstack-infra | 18:00 | |
openstackgerrit | Ihar Hrachyshka proposed openstack-infra/project-config: neutron: skip multinode dvr job for kilo https://review.openstack.org/259570 | 18:00 |
*** david-lyle has joined #openstack-infra | 18:00 | |
jeblair | loquacities may be around | 18:00 |
jeblair | greghaynes: reviewing the nodepool patches is like playing those games where you have to remember a continually extending sequence.... | 18:01 |
*** moravec has joined #openstack-infra | 18:02 | |
jeblair | greghaynes: because i look at the inter-patchset diff of each one in series, and say "i remember this from the last one, and this from the one before that... and this bit is new!" | 18:02 |
*** yamahata has quit IRC | 18:02 | |
*** eil397 has joined #openstack-infra | 18:04 | |
greghaynes | jeblair: Yep, it is an adventure. I discovered I lost a patch somewhere when doing a rebase, even. | 18:04 |
*** apuimedo_ has quit IRC | 18:04 | |
*** ddieterly has quit IRC | 18:04 | |
*** piet has joined #openstack-infra | 18:04 | |
*** rhallisey has quit IRC | 18:04 | |
sdague | ok, I put out the ML post, and linked it in a comment | 18:04 |
*** apuimedo has quit IRC | 18:05 | |
sdague | hopefully that covers bases | 18:05 |
jeblair | ++ | 18:05 |
*** rcernin has joined #openstack-infra | 18:06 | |
*** _nadya_ has joined #openstack-infra | 18:06 | |
*** apuimedo has joined #openstack-infra | 18:06 | |
*** tjones1 has joined #openstack-infra | 18:06 | |
*** gordc has quit IRC | 18:06 | |
fungi | sdague: i think their need for docimpact in commit messages is to drive docs bug creation, but yeah it's possible that could be driven out of processing commits merged which include release notes with a particular format | 18:07 |
*** unicell has joined #openstack-infra | 18:08 | |
fungi | though i expect we'd need to switch to using something other than gerrit hooks to trigger that | 18:08 |
sdague | fungi: honestly, in watching how much more reasonable our upgrade notes have gotten after enforcing reno:upgrade instead of UpgradeImpact, it feels like a no brainer | 18:08 |
*** ningy_ has joined #openstack-infra | 18:08 | |
jeblair | greghaynes: +2 across the board from me | 18:08 |
*** derekh has quit IRC | 18:08 | |
greghaynes | jeblair: \O/ | 18:09 |
jeblair | greghaynes: also, you're going to like git-restack :) | 18:09 |
sdague | because then you have a dedicated payload to provide context | 18:09 |
clarkb | fungi: sdague could run a daily job across all the repos that create bugs as necessary from reno | 18:09 |
* greghaynes googles | 18:09 | |
jeblair | greghaynes: doesn't quite exist yet | 18:09 |
jeblair | greghaynes: hopefully today | 18:09 |
*** EricGonc_ has quit IRC | 18:09 | |
greghaynes | oh, does it do some rebase magic for me? | 18:09 |
fungi | clarkb: yep, or even just a post job | 18:09 |
ningy_ | ianw: could you please help me to merge this one https://review.openstack.org/#/c/258749/ ? this is to unblock my rally monasca job | 18:09 |
jeblair | greghaynes: yep, it'll do the appropriate 'git rebase -i' for a branch like what you're on | 18:09 |
greghaynes | Yesplz! | 18:10 |
jeblair | https://review.openstack.org/259547 | 18:10 |
*** apuimedo_ has joined #openstack-infra | 18:10 | |
*** trown is now known as trown|lunch | 18:11 | |
clarkb | did new patches go up on nodepool image builders? | 18:11 |
clarkb | I should rereview I guess, also do we hvae a puppet change to run the builder daemon? or are we just going to start with nodepoold forking one for us? | 18:11 |
*** rhallisey has joined #openstack-infra | 18:11 | |
greghaynes | clarkb: A couple trivial fixes, I am waiting on one to pass CI then (hopefully) trivial rebase the stack | 18:11 |
jeblair | clarkb: yeah, won't be much reviewing for you | 18:12 |
*** EricGonczer_ has joined #openstack-infra | 18:12 | |
*** bgmccollum has left #openstack-infra | 18:12 | |
jeblair | ugh | 18:13 |
jeblair | fungi: do we really edit git-review.1 in that format? | 18:13 |
*** annegentle has joined #openstack-infra | 18:13 | |
fungi | jeblair: yes | 18:14 |
clarkb | is some sort of roff yes | 18:14 |
fungi | groff | 18:14 |
jeblair | 'mdoc'? | 18:14 |
jeblair | so it claims | 18:14 |
fungi | jeblair: however i've knocked around ideas with mordred and dhellmann about using the manpage generator in sphinx as part of the tarball job to embed a generated manpage from rst managed content | 18:14 |
fungi | would probably need to happen in pbr's sphinx integration | 18:14 |
jeblair | that would be lovely | 18:15 |
*** [HeOS] has joined #openstack-infra | 18:15 | |
jeblair | cause i don't know what i did to deserve editing this file | 18:16 |
fungi | i'm fairly used to writing and editing troff/groff by hand, but it's definitely a sort of stockholm syndrome on my part so i recognize it's a suboptimal workflow | 18:16 |
*** jerryz has joined #openstack-infra | 18:16 | |
*** rhallisey has quit IRC | 18:17 | |
*** HeOS has quit IRC | 18:18 | |
fungi | the bits we'd need to do it in sphinx are already basically working (for example the doc build for bindep generates a manpage) but without either dumping that back into the repo or integrating sphinx build with pbr's sdist/wheel build steps, it's not going to end up in the installed package | 18:19 |
*** vilobhmm11 has joined #openstack-infra | 18:20 | |
*** rossella_s has quit IRC | 18:21 | |
*** bharathm has joined #openstack-infra | 18:21 | |
fungi | jeblair: one downside i can think of for importing git-review to create the git-restack project: tags are also imported, so you'll need to start your versioning at a higher number than the current git-review release tag | 18:21 |
*** rossella_s has joined #openstack-infra | 18:22 | |
*** e0ne has quit IRC | 18:22 | |
*** AJaeger has joined #openstack-infra | 18:22 | |
*** apuimedo_ has quit IRC | 18:22 | |
*** apuimedo has quit IRC | 18:22 | |
AJaeger | sdague: regarding the docimpact nova change: johnthetubaguy and loquacities discussed this via email on the 1st of December. | 18:22 |
jeblair | fungi: hrm. | 18:23 |
jeblair | fungi: maybe we could delete the tags before anyone notices. | 18:23 |
ningy_ | AJaeger: could you please help me with this patch? https://review.openstack.org/#/c/258749/ it's currently block my Rally monasca job | 18:23 |
fungi | jeblair: yeah, mostly pointing out why it might be a poor choice as a general solution for new projects | 18:24 |
*** otter768 has joined #openstack-infra | 18:24 | |
*** apuimedo has joined #openstack-infra | 18:24 | |
*** burgerk has quit IRC | 18:24 | |
fungi | i mean, it's an infra repo so you/we can do whatever, but at that point just sticking a git repo of it somewhere else for import seems about as much work? | 18:24 |
*** tjones1 has quit IRC | 18:24 | |
jeblair | fungi: yeah, if it becomes a pattern, we should add a no-tags option to jeepyb. but if we used it as a cookiecutter replacement, we could simply avoid it by not having tags in the cookiecutter repo. | 18:24 |
AJaeger | ningy_: I don't understand why this blocks you - it's an optimization according to the commit message | 18:25 |
jeblair | fungi: deleting the tags still seems easier to me :) | 18:25 |
fungi | whatever works for you! | 18:25 |
fungi | fwiw i +2'd it, just didn't want to +3 until i pointed that out | 18:25 |
ningy_ | currently, monasca plug in has a bug with ui plugin. | 18:25 |
fungi | approved now | 18:25 |
ningy_ | and that bug fails devstack setup script | 18:25 |
jeblair | woo | 18:25 |
jeblair | fungi: how do you process the manpage? | 18:26 |
AJaeger | ningy_: that's information that belongs in the commit message... | 18:26 |
ningy_ | k. will update the message | 18:26 |
fungi | jeblair: you mean to test it? just pass the path to the file to man instead of a relative manpage name | 18:26 |
AJaeger | ningy_: thanks | 18:26 |
fungi | man ./git-review.1 | 18:26 |
fungi | or whatever | 18:26 |
jeblair | oh right that's a thing | 18:26 |
jeblair | i forgot | 18:26 |
fungi | easy to forget. seems like it shouldn't be that simple | 18:26 |
*** Thelo has quit IRC | 18:27 | |
*** apuimedo_ has joined #openstack-infra | 18:27 | |
fungi | i mean, there are tools to precompile them into a man cache for the benefit of apropos/man -k but for just viewing them man does the trick | 18:27 |
fungi | also, i'm surprised you find *roff painful. it _is_ a typesetting language (one of the earliest!) | 18:28 |
*** ihrachys has quit IRC | 18:28 | |
*** yamahata has joined #openstack-infra | 18:28 | |
*** otter768 has quit IRC | 18:28 | |
fungi | granted it's primitive compared to *tex | 18:29 |
*** ihrachys has joined #openstack-infra | 18:29 | |
*** eil397 has quit IRC | 18:29 | |
*** HenryG is now known as HenryG_afk | 18:29 | |
*** nikhil_k is now known as nikhil | 18:29 | |
*** Thelo has joined #openstack-infra | 18:29 | |
*** moravec has quit IRC | 18:30 | |
fungi | but many of its more esoteric features are for the benefit of publishing print manuals | 18:30 |
*** piet has quit IRC | 18:30 | |
*** gordc has joined #openstack-infra | 18:30 | |
*** tjones has quit IRC | 18:30 | |
fungi | it just happened to also be useful for rendering to text devices (teletype/console) | 18:30 |
openstackgerrit | Endre Karlson proposed openstack-infra/project-config: Rally / Designate - Call correct post_test_hook script https://review.openstack.org/259469 | 18:31 |
jeblair | fungi: you're talking to the person who put eric allman's email address behind an exim server because he couldn't be bothered to learn sendmail m4 | 18:31 |
openstackgerrit | Yan Ning proposed openstack-infra/project-config: Minimize devstack installed packages for monasca job https://review.openstack.org/258749 | 18:31 |
jeblair | fungi: i'm pretty consistent in where i draw the line at language legibility :) | 18:31 |
fungi | heh | 18:31 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Add dib deletion test https://review.openstack.org/215275 | 18:31 |
*** e0ne has joined #openstack-infra | 18:31 | |
fungi | agreed, sendmail.cf is horrendous, and m4 macrotization of it only marginally less so | 18:32 |
jeblair | (he=me, not eric allman; i'm pretty sure he groks m4) | 18:32 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Trigger image delete using gearman https://review.openstack.org/198114 | 18:32 |
*** tjones has joined #openstack-infra | 18:32 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Move nodepool config loading into module https://review.openstack.org/231592 | 18:32 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Make secure.conf optional and backwards-compat https://review.openstack.org/232800 | 18:32 |
*** sdake has quit IRC | 18:32 | |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Decouple nodepool db and config from builders https://review.openstack.org/222398 | 18:32 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Builders distinguish between failure and exception https://review.openstack.org/242131 | 18:32 |
sdague | AJaeger: mailing list link? | 18:32 |
ningy_ | AJaeger: i just updated the commit message. please help take a look. https://review.openstack.org/#/c/258749/ | 18:33 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Decouple builders from nodepool instance https://review.openstack.org/232135 | 18:33 |
ningy_ | thanks | 18:33 |
sdague | because this was all kinds of surprise to em | 18:33 |
fungi | i have some not-so-fond memories of maintaining marginally complex sendmail.cf files on bsd unix before sendmail.mc was a thing | 18:33 |
openstackgerrit | greghaynes proposed openstack-infra/nodepool: Builders can be run on their own https://review.openstack.org/232251 | 18:33 |
*** sdake has joined #openstack-infra | 18:33 | |
AJaeger | sdague: private email with johnthetubaguy - and announced in the weekly docs newsletter, see http://lists.openstack.org/pipermail/openstack-dev/2015-December/081522.html | 18:35 |
*** regXboi has quit IRC | 18:36 | |
*** rcernin has quit IRC | 18:36 | |
*** moravec has joined #openstack-infra | 18:36 | |
sdague | AJaeger: ok well, this all seems like the wrong direction, as I pointed out | 18:36 |
openstackgerrit | Merged openstack-infra/puppet-openstackid: Sintax error fix on shell scripting functions https://review.openstack.org/259419 | 18:37 |
AJaeger | sdague: also here http://lists.openstack.org/pipermail/openstack-dev/2015-December/082018.html | 18:37 |
sdague | and it makes me a bit sad this all got hammered out in private email | 18:37 |
AJaeger | sdague: I just answerd on the mailing list as well - Joshua was working on this: https://review.openstack.org/#/q/status:open+project:openstack-infra/zuul+branch:master+topic:skip-commit,n,z | 18:37 |
sdague | AJaeger: ok, I see there were emails. Because they didn't [nova] I didn't assume they would be adding jobs. | 18:38 |
AJaeger | sdague: I wasn't in Tokyo and my understanding was that all this has been discussed, otherwise I would have pushed for more public emails. | 18:38 |
AJaeger | sdague: if we have a workload problem, I'm fine with reverting the change for now, but then let's state it properly... | 18:39 |
*** zeih has quit IRC | 18:40 | |
annegentle | sdague: it didn't get hammered out in private email, sorry you had to find out through a perf hit tho | 18:40 |
*** _nadya_ has quit IRC | 18:40 | |
*** leeantho has joined #openstack-infra | 18:40 | |
AJaeger | I agree with annegentle - the spec was mentioned several times and includes the commit message ... | 18:40 |
annegentle | sdague: it hits all the projects tho so I wouldn't think we could treat [nova] specially | 18:41 |
AJaeger | what was discussed in private email whether nova would be the first project to start the commit filtering | 18:41 |
annegentle | sdague: again though I apologize for the stress | 18:41 |
sdague | annegentle: well nova is treated specially now as it's the only place running the job | 18:41 |
annegentle | sdague: not our intent | 18:41 |
*** _nadya_ has joined #openstack-infra | 18:41 | |
annegentle | sdague: heh I hadn't considered that | 18:41 |
annegentle | sdague: wait til josh comes online, if he does, it's his weekend by now, if you want to ask more | 18:42 |
sdague | ok, so the concern is DocImpact is coming in naked, so it doesn't have enough context, correct? | 18:42 |
AJaeger | See also http://lists.openstack.org/pipermail/openstack-dev/2015-November/080294.html | 18:42 |
*** e0ne has quit IRC | 18:42 | |
annegentle | sdague: DocImpact made devs think there were doc fairies flitting about waiting for work. There aren't :) | 18:42 |
AJaeger | seems loquacities didn't add any filter... | 18:42 |
annegentle | AJaeger: I doubt she realized nova would be first | 18:43 |
AJaeger | I mean, the subject did not include [all] but otherwise it explains nicely what is done | 18:43 |
*** amuller_afk is now known as amuller | 18:43 | |
AJaeger | annegentle: nova first was by design - she discussed *that part* in private email - and only that... | 18:43 |
* AJaeger was CC'ed on that email | 18:43 | |
sdague | annegentle: so, I don't understand how a job fixes that | 18:45 |
AJaeger | what worries me more is that the script is failing - see http://logs.openstack.org/01/254101/3/check/gate-nova-commit-message/028d928/console.html | 18:45 |
AJaeger | fungi, do you know why we still get - two days after the job merged - "/usr/local/jenkins/slave_scripts/check-git-commit-message.sh: No such file or directory" ? | 18:46 |
sdague | AJaeger: yeh, the script never got deployed correctly | 18:46 |
fungi | AJaeger: maybe the images haven't updated everywhere? | 18:47 |
sdague | so, realistically, I think that all the *Impact flags should be deprecated, and reno takes their place | 18:47 |
*** apuimedo_ has quit IRC | 18:47 | |
*** apuimedo has quit IRC | 18:47 | |
AJaeger | fungi: it merged on Wednesday AFAIR, so shouldn't it? | 18:48 |
sdague | and instead of DocImpact the reno for the change has the details that are important | 18:48 |
jeblair | fungi: i'm learning! | 18:48 |
jeblair | apparently the dot thingies need to be at the start of the line. | 18:48 |
AJaeger | sdague: that needs some more thought. Right now docimpact creates a bug report in openstack-manuals - and the doc team can then update the documentation | 18:49 |
*** apuimedo has joined #openstack-infra | 18:49 | |
AJaeger | and then tick this of as done. With reno, there's no direct way to track that changes were done. | 18:49 |
jeblair | and '.Nm' alone means 'the name of this thingie'. but you can also do '.Nm something' and that means 'treat something like a name' | 18:49 |
annegentle | sdague: that may not be enough | 18:49 |
sdague | AJaeger: you can process the renos as well | 18:49 |
AJaeger | sdague: bugs often have just a bare "docimpact" with no idea on what the user impact of a change is. | 18:50 |
sdague | AJaeger: right, and I'm saying we eliminate the tag | 18:50 |
annegentle | sdague: that's too sudden | 18:50 |
AJaeger | so, we have today bad review of that part of the commit message, do you think a release note would get better? | 18:50 |
sdague | AJaeger: yes | 18:51 |
sdague | at least in nova | 18:51 |
AJaeger | sdague: and how do you go from a releasenote to something for tracking? | 18:51 |
annegentle | sdague: this was phased process thinking | 18:51 |
fungi | AJaeger: might have had image updates break on us. for example the nodepool restarts yesterday when we were troubleshooting our zuul overload likely interrupted them | 18:51 |
sdague | as I said, this has already dramatically changed, for the better, the upgrade impact concept | 18:51 |
sdague | annegentle: right, and what I'm saying is the world changed since that was decided | 18:51 |
annegentle | gotta reboot, brb | 18:51 |
AJaeger | sdague: I'm fine with trying something - but let's have this discussion with loquacities next year | 18:51 |
sdague | AJaeger: sure, that's fine | 18:52 |
annegentle | sdague: yeah need more discussion when people are back | 18:52 |
*** annegentle has quit IRC | 18:52 | |
AJaeger | sdague: indeed, reno is newer than these docimpact changes... | 18:52 |
sdague | which is why as soon as I saw what this is, I'm trying to redirect it | 18:52 |
*** tjones has quit IRC | 18:52 | |
sdague | to a better long term place | 18:52 |
sdague | reno has dramatically changed the way people contribute and review changes | 18:52 |
*** yamamoto has joined #openstack-infra | 18:53 | |
AJaeger | sdague: it's sad that so few people read loquacities' multiple mails on this topic | 18:53 |
sdague | that's where the energy should be spent | 18:53 |
fungi | AJaeger: i think the suggestion is that the bug opening automation continues to happen, but driven off updates to the release notes file rather than commit messages | 18:53 |
AJaeger | sdague: let's work out a counter-proposal. | 18:53 |
sdague | fungi: exactly | 18:53 |
AJaeger | fungi: Ah, didn't get that. | 18:53 |
*** apuimedo_ has joined #openstack-infra | 18:53 | |
AJaeger | Yes, that could work... | 18:53 |
fungi | AJaeger: so not as much changing the workflow for the docs team, just shifting the integration point in the infrastructure/developer workflow | 18:54 |
AJaeger | So, we add a docimpact flag for reno notes and our post job creates a bug if that's newly added? | 18:54 |
sdague | we declare what sections are appropriate for doc updates, and even create another one | 18:54 |
sdague | if we need to | 18:54 |
sdague | but stop doing this with magic syntax in git commit messages | 18:54 |
sdague | because we've got a payload, for documentation at every commit, that can be extremely long form | 18:54 |
sdague | and structured | 18:54 |
AJaeger | sdague: I like the idea if we find a way to trigger bug creation for this... | 18:55 |
fungi | presumably the securityimpact automation could be altered similarly | 18:55 |
sdague | fungi: yeh, there is a dedicated security section in reno | 18:55 |
mordred | yah | 18:55 |
* mordred really likes reno | 18:55 | |
mordred | fwiw | 18:55 |
AJaeger | ;) | 18:55 |
sdague | I agree, reno is really awesome | 18:56 |
* AJaeger likes reno as well | 18:56 | |
lifeless | yay, good designs are appreciated :) | 18:56 |
fungi | AJaeger: for docimpact it seems like a post job would make sense (open bug when change introducing something needing documentation edits merges)? | 18:56 |
lifeless | (though I can't claim any credit for the code :)) | 18:56 |
sdague | for upgrade notes it's been incredible. The upgrade notes to operators for mitaka is going to be a whole order of magnitude better | 18:56 |
AJaeger | fungi: yes, that should work | 18:56 |
fungi | for securityimpact, may need some more thought since the use there is to bring open changes to the attention of ossg reviewers | 18:57 |
fungi | so maybe a check job could do the trick | 18:57 |
*** annegentle has joined #openstack-infra | 18:57 | |
sdague | fungi: oh, it was used for searching on git dashboard? | 18:57 |
fungi | or maybe that stays being a gerrit hook and we teach it how to dig into teh commit content rather than just the commit message | 18:57 |
sdague | yeh, if it's used for git dashboards, this doesn't help | 18:58 |
sdague | right, so let me revise | 18:58 |
AJaeger | sdague: apiimpact and securityimpact are used for gerrit dashboards | 18:58 |
fungi | sdague: well, it's actually used to trigger notifications to the security ml | 18:58 |
fungi | also | 18:58 |
sdague | reno should replace all post merge activities | 18:58 |
*** yamamoto has quit IRC | 18:58 | |
fungi | but maybe we deprecate that and recommend dashboards/wueries exclusively | 18:58 |
*** davideagnello has quit IRC | 18:58 | |
fungi | queries | 18:58 |
fungi | for securityimpact/apiimpact | 18:59 |
*** trown|lunch is now known as trown | 18:59 | |
annegentle | fungi: if queries would work that would be even beter | 18:59 |
annegentle | better | 18:59 |
sdague | yeh, I think that's the right approach | 18:59 |
fungi | annegentle: oh, for docimpact too? | 18:59 |
annegentle | fungi: since I never could get docimpact to show up in a dashboard correctly (nor apiimpact, we tried) | 18:59 |
fungi | yeah, filtering on status:merged and message:whatever | 18:59 |
fungi | that's likely way better in gerrit 2.11 | 18:59 |
sdague | annegentle: message works now in gerrit 2.11 | 19:00 |
fungi | so worth revisiting | 19:00 |
sdague | before it was really really touchy | 19:00 |
*** ihrachys has quit IRC | 19:00 | |
fungi | they made huge improvements to message: particularly | 19:00 |
sdague | https://review.openstack.org/#/q/message:%22APIImpact%22+status:open | 19:00 |
annegentle | fungi: yah | 19:00 |
*** elo has quit IRC | 19:00 | |
annegentle | sdague: yes, we use that at the api-wg meetings, but if you put it in an dashboard you see it won't work | 19:00 |
*** ihrachys has joined #openstack-infra | 19:00 | |
*** davideagnello has joined #openstack-infra | 19:00 | |
annegentle | sdague: or if you get it working, show me :) | 19:00 |
AJaeger | great | 19:01 |
sdague | annegentle: it will, if you do it correctly | 19:01 |
annegentle | sdague: gimme correct! | 19:01 |
sdague | annegentle: you have a dashboard file somewhere that is not working? | 19:01 |
annegentle | sdague: ya just a sec | 19:01 |
sdague | warning, I have only a few minutes before my end of year. Once my daughter is sorted, we're off to cut down a tree. | 19:02 |
annegentle | sdague: :) | 19:03 |
AJaeger | reviewing docimpact before merge would be great as well - but with the current size of doc team and the amount of changes, this does not work IMO. | 19:03 |
* AJaeger bought the tree a few hours ago... | 19:03 | |
*** dcentral has joined #openstack-infra | 19:03 | |
AJaeger | how shall we continue this discussion? Anybody volunteering to write up and summarize as base for further discussion next year? | 19:03 |
*** sridhar_ram has joined #openstack-infra | 19:03 | |
anteaya | AJaeger: nice | 19:04 |
AJaeger | And what shall we do with the current nova job: Revert for now? | 19:04 |
anteaya | AJaeger: what kind? | 19:04 |
*** apuimedo_ has quit IRC | 19:05 | |
mordred | michaelxin: if you require opencafe, you might want to not have the openstack requirements job run on your reop | 19:05 |
mordred | michaelxin: repo | 19:05 |
AJaeger | anteaya: a fir | 19:06 |
michaelxin | mordred: Thanks. Why? | 19:06 |
AJaeger | anteaya: not sure exactly what kind... | 19:06 |
lifeless | michaelxin: because opencafe isn't in global-requirements | 19:07 |
openstackgerrit | Merged openstack-infra/project-config: Add git-restack project https://review.openstack.org/259547 | 19:07 |
mordred | michaelxin: it's not a requirement that's in openstack requirements - and since you're not an official project it's unlikely it would get added for you - but also, you don't really need to sync with that - especially given the scope of your project | 19:07 |
AJaeger | michaelxin: read http://docs.openstack.org/developer/requirements/ and check whether opencafe is in the global-requirements file | 19:07 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config: Remove requirements check from syntribos https://review.openstack.org/259583 | 19:08 |
anteaya | AJaeger: firs are nice | 19:08 |
mordred | michaelxin: ^^ there's a patch to do that - although it's up to you whether you want to do that or not | 19:08 |
*** triggerwarning has joined #openstack-infra | 19:08 | |
annegentle | AJaeger: sdague: https://review.openstack.org/#/c/259582/ for an attempt to get DocImpact in our review dashboard, Sean can take a look much later | 19:08 |
*** triggerwarning has quit IRC | 19:09 | |
*** triggerwarning has joined #openstack-infra | 19:09 | |
michaelxin | mordred:Thanks. | 19:09 |
michaelxin | What's your recommendation? | 19:09 |
sdague | annegentle: the foreach is your issue | 19:09 |
sdague | foreach applies all the foreach rules to *all* sections | 19:09 |
michaelxin | lifeless: AJaeger: Thanks all. | 19:09 |
mordred | michaelxin: if I were you, I'd kill the job, I don't think it's useful for you | 19:09 |
sdague | so you probably want 2 dashboards | 19:10 |
sdague | one for doc projects | 19:10 |
sdague | and one for doc impact changes on other projects | 19:10 |
sdague | or see if you can individually list project scope in each section and stay under the url limit | 19:10 |
sdague | anyway, time to go get a tree. Happy holidays / solstice folks | 19:11 |
*** vilobhmm11 has quit IRC | 19:11 | |
pc_m | lifeless: ping | 19:11 |
*** apuimedo_ has joined #openstack-infra | 19:11 | |
*** triggerwarning has quit IRC | 19:11 | |
*** vilobhmm11 has joined #openstack-infra | 19:11 | |
anteaya | sdague: hope you find one that suits | 19:11 |
anteaya | sdague: happy holidays to your family | 19:11 |
anteaya | pc_m: just state your need | 19:12 |
lifeless | pc_m: ish - its sat morning | 19:12 |
pc_m | lifeless: I'm trying to do work on the constraints jobs for neutorn-* repo. Had a quick question. | 19:12 |
*** salv-orlando has quit IRC | 19:12 | |
pc_m | lifeless: I see there is a py27-constraints/py34-constraints targets, but I don't see how they are mapped to the tox.ini file. | 19:13 |
pc_m | lifeless: DO you know? (it was suggested to ask you or Nakato) | 19:13 |
lifeless | pc_m: what do you mean 'mapped' ? | 19:14 |
pc_m | lifeless: How does that, in project-config, get translated into something that runs in the neutron tox.ini file? | 19:15 |
lifeless | pc_m: through the normal zuul mechanics | 19:15 |
pc_m | lifeless: I see how others, like py27, pep8, docs,... work, but not those two constraints targets. | 19:15 |
*** lucasagomes is now known as lucas-dinner | 19:15 | |
lifeless | pc_m: I have a review up that adds docs for this for projects | 19:16 |
pc_m | lifeless: IOW, in the tox.ini, I don't see anything refering to those two targets. | 19:16 |
pc_m | for neutron. | 19:16 |
AJaeger | lifeless: there's no py27-constraints environment in neutron but jenkins calls that, doesn't it? So how does it work? | 19:16 |
*** abregman is now known as abregman|nb | 19:16 | |
lifeless | AJaeger: tox infers environments through pattern matching | 19:16 |
lifeless | pc_m: you can look at the cookiecutter repo for an example | 19:16 |
lifeless | pc_m: (or neutron) | 19:16 |
lifeless | pc_m: I'm still unclear on the question. Are you asking about zuul and jenkins job builder, or tox? | 19:17 |
pc_m | lifeless: I'm looking at neutron (as I want to do this for neutron-* repos). | 19:17 |
*** openstackgerrit has quit IRC | 19:17 | |
*** openstackgerrit has joined #openstack-infra | 19:17 | |
AJaeger | pc_m: So, you want advise on how to setup neutron-fwaas/tox.ini, correct? | 19:18 |
AJaeger | (let's concentrate on one example) | 19:18 |
pc_m | lifeless: When jobs run for neutron, some like gate-neutron-python27 will translate into a py27 target (command) . | 19:18 |
*** sambetts is now known as sambetts-afk | 19:18 | |
lifeless | pc_m: well, not anymore | 19:18 |
pc_m | lifeless: For the python27-constraints it looks like it would be py27-constraints, but in the neutron tox.ini I don't see any mention. | 19:18 |
lifeless | pc_m: since we moved neutron entirely over to constraints | 19:19 |
AJaeger | sdague, fungi, annegentle: I'll write up a short email to the mailing list unless one of you wants, feel free to extend... | 19:19 |
lifeless | pc_m: right, environment names are pattern matched | 19:19 |
annegentle | AJaeger: yes please do | 19:19 |
annegentle | AJaeger: and yeah I can extend if need be | 19:19 |
lifeless | pc_m: http://git.openstack.org/cgit/openstack-dev/cookiecutter/tree/%7b%7bcookiecutter.repo_name%7d%7d/tox.ini | 19:19 |
lifeless | pc_m: its easier to look at as its smaller | 19:19 |
lifeless | pc_m: http://git.openstack.org/cgit/openstack-dev/cookiecutter/commit/%7b%7bcookiecutter.repo_name%7d%7d/tox.ini?id=3a4cfd2225b93f7bca767d305432266bf0bafc05 will give you a clear diff | 19:20 |
pc_m | lifeless: Right, but jobs are there for both kilo and newer, some of each. I'm looking at neutron-* and want to add support for the constraints targets, but I can't figure out how the py27-constraints is handled. I see entries for pep8-constraints... | 19:20 |
michaelxin | mordred: Thanks. | 19:20 |
lifeless | pc_m: liberty and up, not kilo | 19:20 |
lifeless | pc_m: kilo is pre-constraints | 19:20 |
pc_m | lifeless: | 19:20 |
pc_m | lifeless: right | 19:20 |
pc_m | lifeless: Let me try to rephrase... | 19:21 |
pc_m | lifeless: For neutron. There is a job, that will run python27 tests using constraints... py27-constraints. | 19:21 |
pc_m | lifeless: How is that handled in https://github.com/openstack/neutron/blob/master/tox.ini | 19:22 |
lifeless | pc_m: through pattern matching | 19:22 |
*** aopincar has quit IRC | 19:22 | |
lifeless | pc_m: the cookiecutter diff I've linked too contains everything needed to teach a pre-constraints tox.ini file about constraints | 19:22 |
lifeless | pc_m: if you want to know /how/ that works - I'm not your best resource: the tox manual would be. | 19:23 |
*** tjones has joined #openstack-infra | 19:23 | |
lifeless | pc_m: but its basically just pattern matching + variable substitution | 19:23 |
pc_m | lifeless: guess I'm struggling with understanding how it knows what commands to run for py27-constraints - how it matches | 19:24 |
openstackgerrit | Merged openstack-infra/project-config: Set HPCloud and Bluebox to 1 https://review.openstack.org/259559 | 19:24 |
lifeless | pc_m: I suggest reading the tox manual in some depth: if you need to know, then best get it from the source | 19:25 |
clarkb | doesn't the job just run tox -epy27-constraints? | 19:25 |
lifeless | pc_m: (since I'm clearly failing to explain it :)) | 19:25 |
pc_m | lifeless: OK | 19:25 |
*** markvoelker has joined #openstack-infra | 19:25 | |
*** bharathm has quit IRC | 19:25 | |
lifeless | clarkb: yes, pc_m is wondering about the tox logic that gives meaning to that command | 19:25 |
*** xyang1 has joined #openstack-infra | 19:26 | |
pc_m | lifeless: I guess I'm thrown a bit (by my lack of understanding, and :) the explicit pep8-constraints targets in neutron. | 19:27 |
clarkb | its kinda like make | 19:27 |
clarkb | you have named targets and you specify the target on the command and that runs | 19:27 |
*** rfolco has quit IRC | 19:27 | |
dkalleg | Hey, I have a question on the devstack plugin model. Now that extras.d is no longer supported, I'm working on transitioning our projects devstack scripts from extras.d to a plugin. Regarding the enable_plugin call that goes into the local.conf, I notice it takes a url. How do we get the initial commit of the plugin model to succeed if that url points to a project that isn't setup for plugins? | 19:27 |
dkalleg | is it the DEVSTACK_LOCAL_CONFIG env variable? | 19:27 |
dkalleg | And sorry for the repeat question from yesterday, got pulled away to something else | 19:28 |
clarkb | dkalleg: I answered yesterday, just update the job, jobs will start failing at that point, merge change to add plugin | 19:28 |
clarkb | its all self testing (this is how gating works) | 19:28 |
pc_m | clarkb: yah, not that basic of a question... I see entries in tox.ini for pep8-constraints, but not for py27-constraints. | 19:28 |
lifeless | pc_m: the answer is 'the same way it knows how to run commands for py27' - if that helps | 19:29 |
fungi | pc_m: i think there's a constraints composition meta-env defined up near the top? | 19:29 |
clarkb | pc_m: https://github.com/openstack/neutron/blob/master/tox.ini#L11 that modified jobs that match contraints | 19:29 |
clarkb | fungi: yup ^ | 19:29 |
pc_m | lifeless: Yeah, that's what I'm now realizing and wondering how those are handled too now:) | 19:30 |
dkalleg | clarkb: we aren't able to merge without gates passing in jenkins | 19:30 |
*** bexelbie has quit IRC | 19:30 | |
*** markvoelker has quit IRC | 19:30 | |
clarkb | dkalleg: yes but the change that adds the plugin will be self testing and will pass | 19:30 |
clarkb | dkalleg: so you merge that change | 19:30 |
*** elo has joined #openstack-infra | 19:30 | |
AJaeger | annegentle, sdague, fungi : Mail send, feel free to add to it... | 19:31 |
dkalleg | clarkb: ok thanks | 19:31 |
*** bhunter71 has quit IRC | 19:32 | |
pc_m | Thanks folks. I'll look at the tox documentation so that I understand better how these files work (I'm shaky on it a bit). Looks like there is an envlist with targets. I need to see how that is used. | 19:32 |
* AJaeger waves again good-bye... | 19:33 | |
*** AJaeger has quit IRC | 19:33 | |
*** ildikov has quit IRC | 19:33 | |
openstackgerrit | James Arendt proposed openstack/diskimage-builder: Fix unmount/remove race in cleanup_build_dir https://review.openstack.org/259586 | 19:33 |
dkalleg | clarkb: oh, and we tried uploading the change and it failed integration, same failure as before we updated for the plugin model. But this was before we added the DEVSTACK_LOCAL_CONFIG var. Is that expected? | 19:33 |
clarkb | dkalleg: yes, the plugin won't be used unless you have it configured to be used | 19:34 |
dkalleg | gotcha | 19:34 |
dkalleg | thanks | 19:34 |
*** ihrachys has quit IRC | 19:36 | |
ningy_ | could anyone in core team help with workflow https://review.openstack.org/#/c/258749/ ? thanks :) | 19:37 |
*** tjones has quit IRC | 19:38 | |
*** apuimedo_ has quit IRC | 19:39 | |
*** e0ne has joined #openstack-infra | 19:39 | |
*** ihrachys has joined #openstack-infra | 19:39 | |
*** EricGonczer_ has quit IRC | 19:40 | |
*** EricGonczer_ has joined #openstack-infra | 19:40 | |
*** Swami_ has quit IRC | 19:42 | |
*** HenryG_afk is now known as HenryG | 19:42 | |
*** mudassirlatif has quit IRC | 19:42 | |
*** e0ne has quit IRC | 19:42 | |
*** mudassirlatif has joined #openstack-infra | 19:43 | |
clarkb | ningy_: does monasca not need any other services? | 19:44 |
*** vgridnev has joined #openstack-infra | 19:44 | |
*** jtomasek has quit IRC | 19:44 | |
*** apuimedo_ has joined #openstack-infra | 19:44 | |
*** mudassirlatif has quit IRC | 19:44 | |
*** yonglihe has joined #openstack-infra | 19:49 | |
*** ihrachys_ has joined #openstack-infra | 19:49 | |
*** ihrachys has quit IRC | 19:49 | |
*** tjones has joined #openstack-infra | 19:50 | |
*** bharathm has joined #openstack-infra | 19:50 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Generate puppet-openstack ci docs https://review.openstack.org/259246 | 19:50 |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Publish openstackci docs https://review.openstack.org/259587 | 19:50 |
openstackgerrit | Andrea Frittoli proposed openstack/requirements: Add inflection to requirements https://review.openstack.org/259588 | 19:50 |
ningy_ | thanks clarkb. as far as i know, Rally monasca job does not need other services. | 19:50 |
*** apuimedo_ has quit IRC | 19:51 | |
*** smarcet has quit IRC | 19:51 | |
*** moravec has quit IRC | 19:53 | |
*** moravec has joined #openstack-infra | 19:55 | |
*** xarses has quit IRC | 19:55 | |
*** apuimedo_ has joined #openstack-infra | 19:56 | |
fungi | i'm confused by the checkDuplicateNames error on the layout job for https://review.openstack.org/259554 if someone with better project-config mojo has a second to look | 19:56 |
anteaya | fungi: I think it is saying taht the test feels there are two jobs with the same name | 19:57 |
*** dtardivel has quit IRC | 19:57 | |
anteaya | or there may be a conflict with a template already in use | 19:57 |
fungi | looks like it's complaining about the zuul project-template named bindep-fallback in the layout | 19:58 |
fungi | but odd that it's cropping up on a change to the parameter functions | 19:58 |
*** mudassirlatif has joined #openstack-infra | 19:58 | |
openstackgerrit | Merged openstack-infra/project-config: Minimize devstack installed packages for monasca job https://review.openstack.org/258749 | 19:58 |
*** mudassirlatif has quit IRC | 19:59 | |
*** sdake_ has joined #openstack-infra | 20:00 | |
*** apuimedo_ has quit IRC | 20:00 | |
*** sdake has quit IRC | 20:00 | |
*** esker has joined #openstack-infra | 20:01 | |
*** esker has quit IRC | 20:01 | |
openstackgerrit | James Arendt proposed openstack/diskimage-builder: Fix unmount/remove race in cleanup_build_dir https://review.openstack.org/259586 | 20:01 |
*** aopincar has joined #openstack-infra | 20:01 | |
*** esker has joined #openstack-infra | 20:02 | |
*** jsavak has joined #openstack-infra | 20:02 | |
*** tmcpeak has joined #openstack-infra | 20:02 | |
*** esker has quit IRC | 20:02 | |
*** bharathm has quit IRC | 20:03 | |
*** esker has joined #openstack-infra | 20:03 | |
anteaya | fungi: so project-config has this job available to it: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/projects.yaml#n4470 | 20:03 |
anteaya | I'm wondering if that is a contributing factor | 20:03 |
tmcpeak | hey guys, so I've implemented the bandit-baseline tool you guys suggested last time. Now I'd like to get the corresponding infra stuff to actually use it. I know we discussed possibly including it as part of pep8, but I'd like to give projects the option of using a separate one, as the publisher should be different too. Should I create a separate bandit.yaml in /jenkins/jobs, or tack both the bandit gate and publis | 20:04 |
*** avarner has joined #openstack-infra | 20:05 | |
*** apuimedo_ has joined #openstack-infra | 20:05 | |
*** bharathm has joined #openstack-infra | 20:06 | |
*** tjones has quit IRC | 20:07 | |
*** baoli_ has quit IRC | 20:07 | |
*** hemna has joined #openstack-infra | 20:07 | |
anteaya | fungi: that is the first use of startswith I see in that file | 20:07 |
anteaya | fungi: might startswith be expecting something other than what you offered to it? | 20:07 |
fungi | anteaya: it's not so much "available" to project-config as i needed to pick somewhere to define the job so in the project-config project definition was the most appropriate place. but it's not really a project-specific job | 20:07 |
*** ihrachys_ has quit IRC | 20:08 | |
fungi | the startswith is matching on job names from zuul's layout rather than jjb as far as i'm aware | 20:08 |
*** apuimedo_ has quit IRC | 20:10 | |
anteaya | okay | 20:10 |
*** ihrachys has joined #openstack-infra | 20:11 | |
*** avarner has quit IRC | 20:12 | |
*** superdan has quit IRC | 20:12 | |
*** ihrachys has quit IRC | 20:12 | |
*** rhallisey has joined #openstack-infra | 20:12 | |
*** dansmith has joined #openstack-infra | 20:12 | |
*** mudassirlatif has joined #openstack-infra | 20:13 | |
*** ihrachys has joined #openstack-infra | 20:14 | |
*** hashar has joined #openstack-infra | 20:14 | |
*** _nadya_ has quit IRC | 20:14 | |
anteaya | I can't see where it is falling over | 20:15 |
*** apuimedo_ has joined #openstack-infra | 20:15 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Fix elastic-recheck query command https://review.openstack.org/258725 | 20:15 |
*** apuimedo has quit IRC | 20:15 | |
*** apuimedo has joined #openstack-infra | 20:16 | |
*** tjones has joined #openstack-infra | 20:17 | |
*** smarcet has joined #openstack-infra | 20:17 | |
*** rhallisey has quit IRC | 20:17 | |
*** rhallisey has joined #openstack-infra | 20:17 | |
*** bharathm has quit IRC | 20:18 | |
*** mudassirlatif has quit IRC | 20:18 | |
*** jcoufal has joined #openstack-infra | 20:19 | |
*** notnownikki has quit IRC | 20:19 | |
*** jsavak has quit IRC | 20:20 | |
*** apuimedo has quit IRC | 20:20 | |
*** jamielennox is now known as jamielennox|away | 20:21 | |
*** apuimedo has joined #openstack-infra | 20:21 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Switch to testenv:functional for dsvm-ansible-functional https://review.openstack.org/259594 | 20:21 |
*** esker has quit IRC | 20:22 | |
*** sridhar_ram1 has joined #openstack-infra | 20:23 | |
*** sridhar_ram has quit IRC | 20:23 | |
*** aopincar has quit IRC | 20:23 | |
*** davideagnello has quit IRC | 20:24 | |
openstackgerrit | sebastian marcet proposed openstack-infra/puppet-openstackid: Fix on bower test file exist condition: https://review.openstack.org/259598 | 20:24 |
*** bharathm has joined #openstack-infra | 20:24 | |
*** otter768 has joined #openstack-infra | 20:25 | |
*** peristeri has quit IRC | 20:25 | |
*** apuimedo_ has quit IRC | 20:26 | |
anteaya | fungi: it is a voluptous error, I can't see where it is coming from | 20:27 |
fungi | same. i'll play with it some more over the weekend | 20:27 |
*** annegentle has quit IRC | 20:28 | |
fungi | it's gotta be something with the job getting readded to the list by the parameter function, or else we'd be hitting this on every change to that repo | 20:28 |
*** mudassirlatif has joined #openstack-infra | 20:28 | |
*** mudassirlatif has quit IRC | 20:29 | |
*** davideagnello has joined #openstack-infra | 20:29 | |
*** otter768 has quit IRC | 20:29 | |
*** davideagnello has quit IRC | 20:29 | |
*** rhallisey has quit IRC | 20:30 | |
*** davideagnello has joined #openstack-infra | 20:30 | |
anteaya | that sounds reasonable | 20:30 |
anteaya | what pulls in voluptous? | 20:30 |
*** alivigni has quit IRC | 20:30 | |
fungi | that's what zuul uses to validate the layout file | 20:31 |
*** apuimedo_ has joined #openstack-infra | 20:31 | |
fungi | i think i'd like to fix this by just gutting the branch-based node label switching | 20:33 |
fungi | since icehouse we don't actually need it afaik | 20:33 |
fungi | clarkb: ^ yeah? | 20:33 |
clarkb | ya we can clean that up | 20:34 |
clarkb | I think switch everything to single label and remove the functions | 20:34 |
fungi | basically just switch all the '.*-precise || .*-trusty' node settings in our jobs with the trusty versions, then remove 99% of the logic in the parameter function and the node default match in the layout file | 20:34 |
clarkb | yup | 20:34 |
clarkb | I think we can actualy remove all of it | 20:34 |
clarkb | until we get 16.04 running | 20:34 |
clarkb | then we should think about how to do it differentl | 20:35 |
clarkb | y | 20:35 |
*** jcoufal has quit IRC | 20:35 | |
anteaya | oh yes | 20:35 |
fungi | because at this point we have so many more paths that say "this job always knows the right node to use, so don't override it" than we have things which ever did branch-based guessing | 20:35 |
anteaya | that sounds wonderful | 20:35 |
*** ihrachys has quit IRC | 20:35 | |
fungi | i'd almost prefer just keeping different job names for the different branches which need to care about running on specific os releases per branch | 20:36 |
*** bharathm has quit IRC | 20:36 | |
fungi | specific distro releases i mean | 20:36 |
clarkb | ya I think that might be a better way to do it | 20:37 |
clarkb | and just have simple function that switches on distro-release | 20:37 |
anteaya | yeah job name makes sense to me | 20:37 |
*** moravec has quit IRC | 20:38 | |
*** gordc has quit IRC | 20:38 | |
*** hemna has quit IRC | 20:39 | |
*** e0ne has joined #openstack-infra | 20:40 | |
*** moravec has joined #openstack-infra | 20:41 | |
*** hashar has quit IRC | 20:41 | |
*** bharathm has joined #openstack-infra | 20:42 | |
*** ihrachys has joined #openstack-infra | 20:42 | |
openstackgerrit | Lekha Jeevan proposed openstack/requirements: Add mimic to global requirements to use in tests https://review.openstack.org/220268 | 20:42 |
*** signed8bit has joined #openstack-infra | 20:43 | |
*** mudassirlatif has joined #openstack-infra | 20:43 | |
*** apuimedo_ has quit IRC | 20:43 | |
*** mudassirlatif has quit IRC | 20:44 | |
*** moravec has quit IRC | 20:44 | |
*** apuimedo has quit IRC | 20:45 | |
*** apuimedo has joined #openstack-infra | 20:46 | |
*** signed8b_ has joined #openstack-infra | 20:47 | |
fungi | because this first solution we tried where you basically update the job name in two places if you want to change the node label is painful to get right on the first try | 20:47 |
anteaya | agreed | 20:48 |
*** signed8bit has quit IRC | 20:48 | |
*** signed8b_ has quit IRC | 20:48 | |
clarkb | yup granted it was much simpler when first implemented | 20:49 |
clarkb | since at the time it was basically old branch or new branch | 20:49 |
clarkb | none of this fancy label stuff that people do now | 20:49 |
*** apuimedo_ has joined #openstack-infra | 20:49 | |
anteaya | dims_: you want to look at the gate in about 90 minutes and see if we are ready to try your patch? | 20:49 |
jeblair | fungi: i deleted the tags | 20:50 |
fungi | jeblair: cool | 20:52 |
*** annegentle has joined #openstack-infra | 20:52 | |
*** tmcpeak has left #openstack-infra | 20:52 | |
fungi | clarkb: right, our only failure there was in predicting our overwhelming success | 20:53 |
*** triggerwarning has joined #openstack-infra | 20:53 | |
*** e0ne has quit IRC | 20:53 | |
*** triggerwarning has quit IRC | 20:53 | |
*** triggerwarning has joined #openstack-infra | 20:53 | |
openstackgerrit | Richard Hedlind proposed openstack-infra/zuul: Add exception handler to updateBuildDescriptions https://review.openstack.org/259623 | 20:54 |
*** hashar has joined #openstack-infra | 20:56 | |
*** piet has joined #openstack-infra | 20:56 | |
*** bharathm has quit IRC | 20:57 | |
dims_ | anteaya : sounds like plan | 20:57 |
anteaya | dims_: great | 20:58 |
*** mudassirlatif has joined #openstack-infra | 20:58 | |
anteaya | jeblair fungi clarkb so rhedlind has offered https://review.openstack.org/#/c/259623/ as a fix to the looping issue he found | 20:58 |
*** apuimedo_ has quit IRC | 20:59 | |
*** mudassirlatif has quit IRC | 20:59 | |
*** apuimedo has quit IRC | 21:00 | |
*** apuimedo has joined #openstack-infra | 21:00 | |
fungi | looks reasonable at first glance | 21:01 |
fungi | thanks rhedlind! | 21:01 |
*** gyee has quit IRC | 21:01 | |
anteaya | I'm not understanding how that escapes the loop, what am I not understanding? | 21:01 |
*** bharathm has joined #openstack-infra | 21:01 | |
*** rebase has joined #openstack-infra | 21:02 | |
clarkb | anteaya: instead of raising all the way up the exceptions are caught right away preventing the loop aiui | 21:02 |
openstackgerrit | Davide Agnello proposed openstack-infra/project-config: Moving Cue rally test to non-voting check job https://review.openstack.org/259188 | 21:02 |
clarkb | otherwise the job is rerun | 21:03 |
clarkb | ? | 21:03 |
anteaya | oh okay because if it fails it isn't calling setBuildDescription | 21:03 |
rhedlind | anteaya: before the exception was handled in 'run' and that bypassed the line in reportItem where the job is marked as reported | 21:03 |
fungi | clarkb: yeah, the rerun being the painful side effect this seeks to stop | 21:03 |
*** ihrachys has quit IRC | 21:04 | |
rhedlind | now the exception is handled locally and we eventually return back up to reportItem, that can mark the job as reported. | 21:04 |
*** apuimedo_ has joined #openstack-infra | 21:04 | |
anteaya | awesome | 21:04 |
anteaya | thanks rhedlind | 21:04 |
*** ihrachys has joined #openstack-infra | 21:05 | |
jeblair | yep, it is not critical that the build descriptions be updated, so if they aren't, we should log the failure but keep going (eg, mark the item as reported) | 21:05 |
fungi | i'm normally a little allergic to plain except clauses with no explicit exception match, but it seems relatively safe in this spot | 21:05 |
rhedlind | anteaya: I am glad I can contirubte after the fiasco our CI caused yesterday | 21:05 |
rhedlind | contribute | 21:06 |
jeblair | well, we usually use "except Exception:" for some import python reason i can't recall | 21:06 |
anteaya | rhedlind: it happens, thanks for working so hard to fix things | 21:06 |
anteaya | rhedlind: I'm grateful | 21:06 |
*** rebase has quit IRC | 21:06 | |
fungi | rhedlind: well, while an unpleasant impact, it actually turned up a couple bugs with fixes now proposed, so a positive outcome | 21:06 |
anteaya | rhedlind: and we got to meet you :) | 21:07 |
anteaya | which we hadn't before | 21:07 |
anteaya | it is nice to work with you | 21:07 |
rhedlind | anteaya: :) | 21:08 |
anteaya | :) | 21:08 |
*** rbrndt has quit IRC | 21:08 | |
anteaya | so I'm comfortable proposing rhedlind's system be turned back on | 21:09 |
anteaya | any in opposition? | 21:09 |
fungi | no objection from me | 21:11 |
*** apuimedo_ has quit IRC | 21:11 | |
anteaya | fungi: can I trouble you to perform the rite? | 21:11 |
fungi | what was the account again? | 21:11 |
anteaya | I never did find his gerrit id number | 21:12 |
*** apuimedo has quit IRC | 21:12 | |
fungi | it's in my history, i'll dig it up | 21:12 |
anteaya | https://wiki.openstack.org/wiki/ThirdPartySystems/X-IO_technologies_CI | 21:12 |
*** apuimedo has joined #openstack-infra | 21:12 | |
fungi | 14969 | 21:12 |
anteaya | perfect, thanks | 21:12 |
*** sdake_ is now known as sdake | 21:13 | |
anteaya | rhedlind: thanks Richard | 21:13 |
*** mudassirlatif has joined #openstack-infra | 21:13 | |
*** ildikov has joined #openstack-infra | 21:13 | |
*** mudassirlatif has quit IRC | 21:14 | |
fungi | rhedlind: should be up and usable again now, let us know if you have any trouble authenticating | 21:15 |
fungi | ftr, gerrit flush-caches seems to run a bit longer on 2.11 than 2.8 | 21:15 |
rhedlind | anteaya, fungi: thanks. I will babysit it until it posts successfully on builds. | 21:16 |
*** salv-orlando has joined #openstack-infra | 21:16 | |
smcginnis | rhedlind: Thanks for taking care of that so quickly. | 21:16 |
*** apuimedo_ has joined #openstack-infra | 21:17 | |
*** ihrachys has quit IRC | 21:17 | |
rhedlind | smcginnis: Hi Sean. I was going to update you on the status of our CI, but I guess you have been following the progress. :) | 21:17 |
anteaya | rhedlind: thank you | 21:17 |
anteaya | fungi: how much longer? 2x? | 21:18 |
smcginnis | rhedlind: Yep, I've been watching from the sidelines. ;) | 21:18 |
anteaya | smcginnis: thank you | 21:18 |
anteaya | rhedlind: I | 21:18 |
smcginnis | anteaya: Thank you for helping resolve the issues as well! | 21:18 |
anteaya | 'll tie off the thread on -announce | 21:18 |
anteaya | smcginnis: welcome, happy to work with willing folks | 21:19 |
smcginnis | anteaya: +1 | 21:19 |
fungi | anteaya: hard to say since it was pretty variable before | 21:20 |
anteaya | fungi: okay, thanks | 21:21 |
rhedlind | fungi: looks like the authentication is working. thanks! | 21:21 |
fungi | you're welcome! | 21:22 |
*** apuimedo_ has quit IRC | 21:23 | |
*** apuimedo has quit IRC | 21:24 | |
*** apuimedo has joined #openstack-infra | 21:25 | |
*** changbl has quit IRC | 21:26 | |
*** markvoelker has joined #openstack-infra | 21:26 | |
*** mudassirlatif has joined #openstack-infra | 21:28 | |
*** apuimedo_ has joined #openstack-infra | 21:28 | |
*** mudassirlatif has quit IRC | 21:29 | |
*** ihrachys has joined #openstack-infra | 21:29 | |
*** ningy_ has quit IRC | 21:29 | |
*** markvoelker has quit IRC | 21:31 | |
*** mtanino has quit IRC | 21:31 | |
*** bharathm_ has joined #openstack-infra | 21:32 | |
*** gyee has joined #openstack-infra | 21:32 | |
*** apuimedo_ has quit IRC | 21:33 | |
*** bharathm has quit IRC | 21:33 | |
*** xyang1 has quit IRC | 21:34 | |
*** smarcet has quit IRC | 21:34 | |
*** apuimedo has quit IRC | 21:34 | |
*** apuimedo has joined #openstack-infra | 21:35 | |
*** ihrachys has quit IRC | 21:35 | |
*** ihrachys has joined #openstack-infra | 21:38 | |
*** changbl has joined #openstack-infra | 21:39 | |
*** apuimedo_ has joined #openstack-infra | 21:39 | |
*** apuimedo has quit IRC | 21:40 | |
*** sdake has quit IRC | 21:40 | |
*** apuimedo has joined #openstack-infra | 21:41 | |
*** bharathm_ has quit IRC | 21:43 | |
*** mudassirlatif has joined #openstack-infra | 21:43 | |
*** apuimedo_ has quit IRC | 21:43 | |
*** mudassirlatif has quit IRC | 21:44 | |
*** apuimedo has quit IRC | 21:45 | |
*** apuimedo has joined #openstack-infra | 21:46 | |
*** larainema has quit IRC | 21:48 | |
*** apuimedo_ has joined #openstack-infra | 21:48 | |
*** bharathm has joined #openstack-infra | 21:49 | |
*** annegentle has quit IRC | 21:49 | |
*** bauwser is now known as bauzas | 21:51 | |
*** tzn has quit IRC | 21:52 | |
*** apuimedo_ has quit IRC | 21:53 | |
*** electrofelix has quit IRC | 21:54 | |
dims_ | anteaya : i am ready when you are (https://review.openstack.org/#/c/238871/) | 21:55 |
*** sdake has joined #openstack-infra | 21:55 | |
*** thorst has quit IRC | 21:56 | |
*** salv-orlando has quit IRC | 21:56 | |
anteaya | dims_: okay everything in the gate is running | 21:57 |
anteaya | so let's just keep an eye on any new patches that join the queue | 21:57 |
dims_ | anteaya : will do | 21:57 |
*** apuimedo_ has joined #openstack-infra | 21:58 | |
*** mudassirlatif has joined #openstack-infra | 21:58 | |
*** rvasilets___ has joined #openstack-infra | 21:58 | |
openstackgerrit | gordon chung proposed openstack-infra/project-config: add python-aodhclient to openstack repo https://review.openstack.org/259637 | 21:58 |
*** mudassirlatif has quit IRC | 21:59 | |
openstackgerrit | Merged openstack-infra/zuul: Add exception handler to updateBuildDescriptions https://review.openstack.org/259623 | 21:59 |
anteaya | rhedlind: ^^ | 22:00 |
*** lascii is now known as alaski | 22:01 | |
fungi | sdague: when you failed to reproduce the highlight-to-copy behavior with the x11 paste buffer, were you highlighting content inside the diff view region or elsewhere in the page? | 22:01 |
sdague | fungi: inside the diff viewer | 22:02 |
fungi | i observed that the only place it's a problem for me is in the diff content pane, but also i wouldn't be surprised if this is firefox-only after all | 22:02 |
sdague | I was trying to replicate the bug that was reported | 22:02 |
*** mudassirlatif has joined #openstack-infra | 22:02 | |
fungi | i mean, what browser are google devs going to test with? probably not firefox | 22:02 |
sdague | from the review - <tr class="' + header_class + '">').append( | 22:03 |
sdague | https://review.openstack.org/#/c/259487/1/modules/openstack_project/files/gerrit/hideci.js | 22:03 |
sdague | that was highlight / middle click | 22:03 |
fungi | cool, with chromium presumably | 22:03 |
sdague | yep | 22:03 |
*** sdake has quit IRC | 22:03 | |
sdague | whatever the up to date 15.10 version iss | 22:03 |
sdague | Version 47.0.2526.73 Ubuntu 15.10 (64-bit) | 22:04 |
sdague | so, anyway, probably a bug, not intended behavior | 22:04 |
sdague | anyway, time to sign off and get dinner before beer outing. Have a great set of holidays all | 22:04 |
openstackgerrit | Merged openstack-infra/project-config: Better duplicate detection for project requirements check https://review.openstack.org/238871 | 22:04 |
*** apuimedo_ has quit IRC | 22:04 | |
anteaya | dims_: so that will take about 30 minutes to propigate out to all the jenkinses | 22:05 |
*** gyee has quit IRC | 22:06 | |
dims_ | cool. just found out that jenkinsii are orchids :) | 22:06 |
anteaya | are they | 22:07 |
* anteaya looks up images | 22:07 | |
openstackgerrit | gordon chung proposed openstack-infra/project-config: add python-aodhclient to openstack repo https://review.openstack.org/259637 | 22:07 |
*** bharathm has quit IRC | 22:07 | |
anteaya | how pretty | 22:08 |
*** trown is now known as trown|outttypeww | 22:09 | |
dims_ | :) | 22:09 |
anteaya | thanks for sharing that | 22:09 |
*** apuimedo_ has joined #openstack-infra | 22:09 | |
*** dhp_ is now known as dhp | 22:09 | |
*** kgiusti has quit IRC | 22:10 | |
*** apoorvad has quit IRC | 22:10 | |
anteaya | dims_: let me know when you see a patch that you think has picked up that change | 22:10 |
anteaya | running a job with the change that is | 22:10 |
*** bharathm has joined #openstack-infra | 22:11 | |
*** alex_xu has quit IRC | 22:11 | |
*** vilobhmm111 has joined #openstack-infra | 22:12 | |
*** alex_xu has joined #openstack-infra | 22:13 | |
*** apuimedo_ has quit IRC | 22:14 | |
*** vilobhmm11 has quit IRC | 22:14 | |
dims_ | ack anteaya | 22:14 |
*** thorst has joined #openstack-infra | 22:15 | |
*** apuimedo has quit IRC | 22:15 | |
*** EricGonc_ has joined #openstack-infra | 22:15 | |
*** apuimedo has joined #openstack-infra | 22:16 | |
anteaya | I don't know if this picked it up yet or not: https://jenkins01.openstack.org/job/gate-cinder-requirements/132/console | 22:16 |
anteaya | the cinder patch at the bottom of the gate | 22:16 |
anteaya | 2015-12-18 22:15:18.028 | + /usr/local/jenkins/slave_scripts/project-requirements-change.py master | 22:17 |
*** EricGonczer_ has quit IRC | 22:19 | |
anteaya | zaro: okay so on a patch it is most helpful for me to have the updated value be a timestamp: https://review.openstack.org/#/c/238871/12 | 22:19 |
anteaya | telling me it last updated 9 minutes ago or 14 minutes ago is not very helpful | 22:20 |
*** apuimedo_ has joined #openstack-infra | 22:20 | |
*** apuimedo has quit IRC | 22:20 | |
*** [HeOS] has quit IRC | 22:21 | |
*** rossella_s has quit IRC | 22:21 | |
anteaya | as much as I like to live in the moment, it isn't very helpful as a historical time reference | 22:21 |
*** rossella_s has joined #openstack-infra | 22:21 | |
*** apuimedo has joined #openstack-infra | 22:22 | |
*** xarses has joined #openstack-infra | 22:23 | |
pleia2 | the last comment still gives you a timestamp | 22:23 |
anteaya | pleia2: thanks | 22:23 |
* anteaya looks at the last comment to see the updated value | 22:23 | |
anteaya | dims_: have you any patches that run the requirements job in check that you can send in with a recheck in about 15 or 20 minutes? | 22:24 |
*** apuimedo_ has quit IRC | 22:25 | |
dims_ | anteaya : already did https://review.openstack.org/#/c/237359/ | 22:25 |
*** ihrachys has quit IRC | 22:25 | |
*** vgridnev has quit IRC | 22:25 | |
*** cbader has quit IRC | 22:25 | |
*** otter768 has joined #openstack-infra | 22:25 | |
dims_ | anteaya : will try it again later as well | 22:26 |
anteaya | dims_: well done | 22:26 |
anteaya | phone | 22:26 |
*** annegentle has joined #openstack-infra | 22:28 | |
*** ihrachys has joined #openstack-infra | 22:28 | |
*** thorst has quit IRC | 22:28 | |
*** thorst has joined #openstack-infra | 22:28 | |
*** dprince has quit IRC | 22:29 | |
*** piet has quit IRC | 22:29 | |
*** apuimedo_ has joined #openstack-infra | 22:30 | |
*** otter768 has quit IRC | 22:30 | |
anteaya | it has a node | 22:32 |
anteaya | oh failed | 22:33 |
anteaya | dims_: https://jenkins01.openstack.org/job/gate-nova-requirements/168/console | 22:33 |
*** bharathm has quit IRC | 22:33 | |
anteaya | dims_: Build step 'Execute shell' marked build as failure | 22:33 |
dims_ | anteaya : yep, that's still the old code | 22:33 |
*** apuimedo has quit IRC | 22:33 | |
anteaya | okay thanks | 22:34 |
*** apuimedo has joined #openstack-infra | 22:34 | |
dims_ | anteaya : i'll recheck that review in another 20 mins | 22:34 |
*** apuimedo_ has quit IRC | 22:34 | |
*** alex_xu has quit IRC | 22:34 | |
anteaya | how about a review that has passed requirements? | 22:35 |
anteaya | can we recheck one of those | 22:35 |
anteaya | to ensure we aren't breaking | 22:35 |
*** ihrachys has quit IRC | 22:35 | |
*** alex_xu has joined #openstack-infra | 22:36 | |
*** ihrachys has joined #openstack-infra | 22:36 | |
*** ihrachys has quit IRC | 22:36 | |
*** thorst has quit IRC | 22:36 | |
dims_ | anteaya : just queued up this one - https://review.openstack.org/#/c/259645/ - it should pass | 22:38 |
dims_ | with both old and new code | 22:38 |
*** notnownikki has joined #openstack-infra | 22:39 | |
dims_ | anteaya : https://review.openstack.org/#/c/237359/ should fail with old code and pass with new code | 22:39 |
anteaya | dims_: thank you | 22:39 |
anteaya | yup | 22:39 |
*** apuimedo_ has joined #openstack-infra | 22:39 | |
dims_ | take that back. i got the version number wrong in the second review | 22:39 |
anteaya | sorry which is the second review? | 22:40 |
anteaya | this one? https://review.openstack.org/#/c/259645/1/requirements.txt | 22:40 |
anteaya | well 259465 gate-nova-requirements finished SUCCESS | 22:42 |
dims_ | i mixed things up. let me try again. https://review.openstack.org/#/c/237359/ should fail with old code and pass with new code. https://review.openstack.org/#/c/259645/ should pass with both old and new code | 22:42 |
*** asselin__ has joined #openstack-infra | 22:42 | |
dims_ | i just refreshed https://review.openstack.org/#/c/237359/ | 22:42 |
anteaya | okay well 259465 is currently passing | 22:42 |
anteaya | dims_: what do you mean by refreshed? | 22:43 |
anteaya | you changed the code? you rebased? | 22:43 |
dims_ | anteaya : https://review.openstack.org/#/c/237359/6..7/test-requirements.txt | 22:43 |
*** asselin_ has quit IRC | 22:43 | |
anteaya | you changed the code, thank you | 22:44 |
dims_ | y the review had old version number | 22:44 |
anteaya | okay thanks | 22:44 |
*** apuimedo_ has quit IRC | 22:44 | |
anteaya | dims_: can you tell if this run used the new code yet? https://jenkins07.openstack.org/job/gate-nova-requirements/425/console | 22:45 |
dims_ | anteaya : so only way we know if everything works is if the one that was failing with old code succeeds | 22:45 |
anteaya | oh | 22:45 |
*** bharathm has joined #openstack-infra | 22:45 | |
anteaya | I didn't realize that was what we were looking for | 22:46 |
dims_ | anteaya still the old code | 22:46 |
anteaya | okay | 22:46 |
anteaya | I have to start some dinner for myself | 22:47 |
anteaya | back in a minute | 22:47 |
*** amuller has quit IRC | 22:47 | |
*** apuimedo has quit IRC | 22:48 | |
dims_ | anteaya : when the new code is running we'll see the output from line 216 "Validating" | 22:48 |
dims_ | anteaya : https://review.openstack.org/#/c/238871/12/jenkins/scripts/project-requirements-change.py | 22:49 |
* dims_ back in a bit as well | 22:49 | |
fungi | heading out to dinner... will be around some throughout the weekend in case of emergencies | 22:49 |
*** apuimedo has joined #openstack-infra | 22:50 | |
dims_ | thanks fungi | 22:50 |
zaro | clarkb: re, hideci.js not getting reloaded. according to the docs, gerrit isn't cacheing it. says changes should appear within 5 mins. | 22:50 |
*** apuimedo_ has joined #openstack-infra | 22:50 | |
zaro | clarkb: also noticed that the puppet is set to reload_gerrit_header on hideci.js changes. | 22:51 |
clarkb | zaro: ya that isn't working | 22:51 |
anteaya | dims_: ah there we go, "Validating" thank you | 22:51 |
anteaya | fungi: enjoy dinnder | 22:51 |
zaro | clarkb: https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/config-themes.html#_http_caching | 22:51 |
*** rcernin has joined #openstack-infra | 22:52 | |
zaro | clarkb: you think the puppet isn't working? when you touched manually it seemed to update hideci | 22:53 |
clarkb | zaro: the theory was it was touching before gerrit could notice | 22:53 |
*** mdenny has quit IRC | 22:53 | |
zaro | ahh, puppet ordering problem? ugh, my fav. | 22:55 |
clarkb | either that or the 10 second slee pis too short | 22:55 |
*** annegentle has quit IRC | 22:56 | |
*** bharathm_ has joined #openstack-infra | 22:56 | |
*** bharathm has quit IRC | 22:57 | |
*** apoorvad has joined #openstack-infra | 22:59 | |
*** apuimedo_ has quit IRC | 22:59 | |
openstackgerrit | David Lyle proposed openstack-infra/project-config: Adding trove-dashboard repo and jobs https://review.openstack.org/256605 | 23:00 |
*** apuimedo_ has joined #openstack-infra | 23:01 | |
*** salv-orlando has joined #openstack-infra | 23:01 | |
*** apuimedo has quit IRC | 23:01 | |
*** tjones has quit IRC | 23:04 | |
*** tjones has joined #openstack-infra | 23:05 | |
*** zhurong has joined #openstack-infra | 23:05 | |
*** apuimedo_ has quit IRC | 23:06 | |
*** zhurong has quit IRC | 23:06 | |
*** apuimedo has joined #openstack-infra | 23:06 | |
openstackgerrit | Thanh Ha proposed openstack-infra/jenkins-job-builder: Add view management functionality https://review.openstack.org/206178 | 23:07 |
jpr | phschwatrz: (et al) i've reviewed the contrib/README.md and am at the point of adjusting the common.yaml for a masterless puppet https://github.com/openstack-infra/puppet-openstackci/tree/master/contrib#configure-masterless-puppet | 23:07 |
*** apuimedo_ has joined #openstack-infra | 23:07 | |
*** rcernin has quit IRC | 23:08 | |
jpr | the docs appear oriented toward the 3rd party contributor, ie. someone who will consume gerrit messages from review.openstack.org | 23:08 |
jpr | using this for non-openstack projects, ie. in house projects, seems to require an independent gerrit. | 23:09 |
anteaya | jpr: yes that is the usecase for which puppet-openstackci was created | 23:09 |
anteaya | jpr: correct | 23:09 |
anteaya | jpr: http://git.openstack.org/cgit/openstack-infra/puppet-gerrit/ is the puppet module that deploys our gerrit | 23:10 |
anteaya | since non of our third party cis require the use of that module that has been exercise far less frequently by folks that are not us | 23:10 |
anteaya | s/non/none | 23:10 |
jpr | is that the same as what's found in the system-config/manifests/gerrit.pp | 23:10 |
anteaya | yes | 23:10 |
jpr | no problem, just hoping i can boot strap gerrit a bit | 23:11 |
*** apuimedo has quit IRC | 23:11 | |
anteaya | yup, you are asking good questions | 23:11 |
anteaya | keep doing what you are doing | 23:11 |
*** dcentral has quit IRC | 23:11 | |
*** markvoelker has joined #openstack-infra | 23:12 | |
*** triggerwarning has quit IRC | 23:12 | |
jpr | :) | 23:12 |
anteaya | :) | 23:13 |
*** _tzn has joined #openstack-infra | 23:13 | |
jpr | can i expect gerrit to work with a puppet apply style config or should I expect some complications in using it on my own host? | 23:13 |
*** bcourt has quit IRC | 23:13 | |
anteaya | zaro: ^^ | 23:14 |
anteaya | zaro may have some thoughts on that question | 23:14 |
openstackgerrit | James E. Blair proposed openstack-infra/git-restack: Initial commit of git-restack https://review.openstack.org/259647 | 23:15 |
clarkb | apply should work | 23:15 |
jeblair | fungi, mordred, greghaynes: omg https://review.openstack.org/259647 is the most insane change in the world for basically a shell oneliner, but it's done. | 23:16 |
jpr | clarkb: thx | 23:16 |
zaro | clarkb: the puppet seems ok to me. not sure how he timeing can be tested on review-dev. maybe i should just up the sleep to 20 or 30? | 23:16 |
*** markvoelker has quit IRC | 23:17 | |
*** SorinSen has quit IRC | 23:17 | |
jpr | I'm new to gerrit so will need to explore. | 23:17 |
clarkb | zaro ya or dig in gerrit code to figure out what it does | 23:17 |
*** apuimedo has joined #openstack-infra | 23:17 | |
*** asselin_ has joined #openstack-infra | 23:18 | |
*** salv-orlando has quit IRC | 23:18 | |
anteaya | dims_: updated the comment in the test patch, funny I was able to edit the patch but not the commit message | 23:18 |
anteaya | dims_: wanted to curtail current testing and queue it up again | 23:18 |
jpr | a related question , in the stock infrastructure gerrit uses launchpad for SSO. is this something we can forgo in a local instance and hook our own SSO in or is there an information feed into gerrit from launchpad that i'd need to consider | 23:19 |
jeblair | (and it has testing in place for the inevitable feature creep) | 23:19 |
*** asselin__ has quit IRC | 23:20 | |
*** apuimedo has quit IRC | 23:22 | |
zaro | jpr: you can hook up your own or even disable it. | 23:22 |
*** bharathm_ has quit IRC | 23:24 | |
*** apuimedo_ has quit IRC | 23:24 | |
*** _tzn has quit IRC | 23:25 | |
*** Swami__ has joined #openstack-infra | 23:25 | |
*** apuimedo has joined #openstack-infra | 23:25 | |
*** dcentral has joined #openstack-infra | 23:25 | |
*** tjones has quit IRC | 23:25 | |
*** apuimedo_ has joined #openstack-infra | 23:28 | |
*** apuimedo has quit IRC | 23:29 | |
*** alex_xu has quit IRC | 23:30 | |
*** apuimedo has joined #openstack-infra | 23:30 | |
*** alex_xu has joined #openstack-infra | 23:31 | |
*** Swami__ has quit IRC | 23:32 | |
*** apuimedo_ has quit IRC | 23:33 | |
*** thorst has joined #openstack-infra | 23:34 | |
*** apuimedo has quit IRC | 23:35 | |
*** apuimedo has joined #openstack-infra | 23:35 | |
*** EricGonczer_ has joined #openstack-infra | 23:37 | |
*** apuimedo_ has joined #openstack-infra | 23:37 | |
*** unicell1 has joined #openstack-infra | 23:38 | |
*** notnownikki has quit IRC | 23:39 | |
*** EricGonc_ has quit IRC | 23:40 | |
*** annegentle has joined #openstack-infra | 23:40 | |
*** unicell has quit IRC | 23:40 | |
*** thorst has quit IRC | 23:42 | |
*** apuimedo_ has quit IRC | 23:42 | |
*** moravec has joined #openstack-infra | 23:44 | |
*** apuimedo has quit IRC | 23:45 | |
*** apuimedo has joined #openstack-infra | 23:45 | |
*** vilobhmm111 has quit IRC | 23:46 | |
*** dims has joined #openstack-infra | 23:46 | |
*** apuimedo_ has joined #openstack-infra | 23:47 | |
*** dims_ has quit IRC | 23:48 | |
jpr | wrt getting the dependencies for puppet_gerrit, should use the install_modules.sh script from https://git.openstack.org/openstack-infra/system-config . is this sufficient, overkill, or wrong? | 23:50 |
*** apuimedo_ has quit IRC | 23:51 | |
*** annegentle has quit IRC | 23:51 | |
*** apuimedo has quit IRC | 23:52 | |
*** sdake has joined #openstack-infra | 23:53 | |
*** apuimedo has joined #openstack-infra | 23:53 | |
openstackgerrit | Khai Do proposed openstack-infra/puppet-gerrit: Fix gerrit plugin installation https://review.openstack.org/259653 | 23:54 |
clarkb | jpr probably slight overkill but will work | 23:54 |
anteaya | so this patch https://review.openstack.org/#/c/238871/12 was merged about an hour and 15 prior to https://jenkins03.openstack.org/job/gate-nova-requirements/203/console running which hasn't picked up the patch | 23:55 |
anteaya | is anyone willing to do a bit of digging to see how far down the propigation chain 238871 has gotten? | 23:56 |
*** apuimedo_ has joined #openstack-infra | 23:56 | |
*** dims has quit IRC | 23:57 | |
*** apuimedo has quit IRC | 23:57 | |
jpr | thx, think i'm realizing the process for puppet apply on this: bring in the modules, take the modules/gerrit/manifests/init.pp as /etc/puppet/manifests/site.pp, then puppet apply it | 23:57 |
*** apuimedo has joined #openstack-infra | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!