clarkb | puppet is erstarted on nodepool.o.o | 00:02 |
---|---|---|
*** talluri has joined #openstack-infra | 00:05 | |
*** loq_mac has quit IRC | 00:05 | |
*** talluri has quit IRC | 00:09 | |
clarkb | I am going to step away now | 00:10 |
clarkb | but nodepool should be happy again | 00:10 |
*** ryanpetrello has joined #openstack-infra | 00:11 | |
openstackgerrit | Sean Roberts proposed a change to openstack-infra/config: update jenkins-job-builder files layout.yaml projects.yaml https://review.openstack.org/58889 | 00:14 |
sarob | fungi there it is | 00:15 |
sarob | fungi took awhile to pull config | 00:15 |
*** salv-orlando has quit IRC | 00:15 | |
*** Ryan_Lane has quit IRC | 00:17 | |
*** wenlock has quit IRC | 00:19 | |
*** ryanpetrello has quit IRC | 00:19 | |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Fedora/RHEL DB updates for devstack_gate.sh https://review.openstack.org/55827 | 00:20 |
ekarlso | jeblair: an ynews on the stackforge projects creation hold up ? | 00:22 |
*** matsuhashi has joined #openstack-infra | 00:25 | |
openstackgerrit | Russell Bryant proposed a change to openstack-infra/reviewstats: Remove received reviews from output. https://review.openstack.org/58667 | 00:28 |
jeblair | ekarlso: mordred is working on that | 00:28 |
*** rongze has joined #openstack-infra | 00:36 | |
*** dstanek has joined #openstack-infra | 00:37 | |
fifieldt | does anyone have an example of what a patchset-merge commandline call to one of the jeepyb scripts looks like? I think I've got it, but want to confirm :) | 00:41 |
fifieldt | confirm the arguments that come from gerrit | 00:41 |
*** rongze has quit IRC | 00:41 | |
jeblair | fifieldt: i don't have captured output handy, only the docs: https://review.openstack.org/Documentation/config-hooks.html#_change_merged | 00:42 |
fifieldt | yes, I'm familiar with that one :) | 00:42 |
jeblair | fifieldt: i do have captured output from a patchset-created: --change Ia1fea1eab3976f1a9cb89ceb3ce1c6c6a7e79c42 --change-url https://review-dev.openstack.org/81 --project gtest-org/test --branch master --uploader James E. Blair (corvus@inaugust.com) --commit 05508ae633852469d2fd7786a3d6f1d06f87055b --patchset 1 | 00:43 |
fifieldt | cheers | 00:43 |
jeblair | fifieldt: it partially overlaps some of the args, so maybe it's partially helpful. | 00:43 |
fifieldt | I typed wrongly, patchset-created is the one I wanted :) | 00:43 |
jeblair | fifieldt: ha! :) | 00:43 |
fifieldt | and patch_sets.change_id in the database is actually correlated with the commandline, I'm hoping | 00:44 |
fifieldt | rather than using the short number we see in the web | 00:44 |
*** hdd has joined #openstack-infra | 00:45 | |
jeblair | fifieldt: patch_sets.change_id is the int | 00:45 |
ekarlso | mordred: an status ? | 00:46 |
fifieldt | damn | 00:46 |
openstackgerrit | A change was merged to openstack-infra/reviewstats: Remove received reviews from output. https://review.openstack.org/58667 | 00:46 |
* fifieldt looks how to convert between the two | 00:46 | |
fifieldt | ah | 00:46 |
fifieldt | change URL | 00:46 |
jeblair | fifieldt: i think the change table has both, and change.change_id == patchsets.change_id | 00:46 |
fifieldt | got it | 00:46 |
fifieldt | ta | 00:46 |
jeblair | fifieldt: i'd go with looking it up in the change table instead of parsing the url | 00:47 |
fifieldt | yes, that is better | 00:47 |
jeblair | fifieldt: http://paste.openstack.org/show/54108/ | 00:47 |
fifieldt | thanks jeblair | 00:48 |
jeblair | fifieldt: http://paste.openstack.org/show/54109/ | 00:49 |
* jeblair notes the commit message > 50 characters that ends with a period. ha! | 00:49 | |
*** ryanpetrello has joined #openstack-infra | 00:52 | |
fifieldt | fun times :) | 00:52 |
fungi | i don't suppose mordred is around to defend pbr's "import cStringIO as io" shadowing the built-in io module... | 00:54 |
*** herndon has quit IRC | 00:54 | |
fungi | not that he should be. holidays and what have you | 00:55 |
*** ryanpetrello has quit IRC | 00:55 | |
*** pcrews has quit IRC | 00:56 | |
notmyname | mordred: your thanksgiving present from swift: discoverable capabilities has landed (this means you can query a swift cluster for its version and what features it supports) | 00:57 |
notmyname | mordred: courtesy of a RAX developer and a few awesome core devs (I just watched) | 00:57 |
*** wenlock has joined #openstack-infra | 00:57 | |
*** pcrews has joined #openstack-infra | 00:58 | |
fifieldt | which ssh command do you prefer - the one in jeepyb/cmd/expire_old_reviews.py or the one in jeepyb/cmd/trivial_rebase.py ? | 01:02 |
*** sandywalsh has quit IRC | 01:05 | |
*** talluri has joined #openstack-infra | 01:05 | |
*** dims has quit IRC | 01:06 | |
*** dkliban has quit IRC | 01:07 | |
*** UtahDave has quit IRC | 01:08 | |
*** talluri has quit IRC | 01:10 | |
*** ryanpetrello has joined #openstack-infra | 01:10 | |
*** ewindisch has quit IRC | 01:13 | |
fungi | fifieldt: using paramiko per expire_old_reviews.py is preferable over directly exec'ing the openssh executable in trivial_rebase.py | 01:13 |
fungi | </my_opinion> | 01:13 |
fifieldt | thanks fungi | 01:13 |
fungi | note that we didn't write the majority of trivial_rebase.py... that was forked from an unmaintained example script in gerrit's contrib directory | 01:14 |
*** heyongli has quit IRC | 01:17 | |
fifieldt | fun times :) | 01:18 |
*** sandywalsh has joined #openstack-infra | 01:20 | |
fungi | that very well may have been the first project i tackled for openstack infra | 01:21 |
fungi | very fun times indeed! | 01:21 |
*** CaptTofu has quit IRC | 01:24 | |
*** CaptTofu has joined #openstack-infra | 01:25 | |
*** CaptTofu has quit IRC | 01:26 | |
*** CaptTofu has joined #openstack-infra | 01:27 | |
*** ArxCruz has joined #openstack-infra | 01:29 | |
*** sjing has joined #openstack-infra | 01:31 | |
openstackgerrit | Tom Fifield proposed a change to openstack-infra/jeepyb: Add script to post a gerrit welcome message https://review.openstack.org/58900 | 01:33 |
*** Loquacity has quit IRC | 01:34 | |
openstackgerrit | Tom Fifield proposed a change to openstack-infra/jeepyb: Add script to post a gerrit welcome message https://review.openstack.org/58900 | 01:34 |
*** paul-- has quit IRC | 01:36 | |
*** ewindisch has joined #openstack-infra | 01:36 | |
*** Loquacity has joined #openstack-infra | 01:37 | |
openstackgerrit | Tom Fifield proposed a change to openstack-infra/jeepyb: Add script to post a gerrit welcome message https://review.openstack.org/58900 | 01:39 |
*** nosnos has joined #openstack-infra | 01:40 | |
openstackgerrit | Tom Fifield proposed a change to openstack-infra/jeepyb: Add script to post a gerrit welcome message https://review.openstack.org/58900 | 01:41 |
*** dstanek has quit IRC | 01:43 | |
*** melwitt has quit IRC | 01:45 | |
openstackgerrit | Tom Fifield proposed a change to openstack-infra/jeepyb: Add script to post a gerrit welcome message https://review.openstack.org/58900 | 01:45 |
openstackgerrit | lifeless proposed a change to openstack-infra/reviewstats: E128 really isn't sane. https://review.openstack.org/58902 | 01:46 |
openstackgerrit | lifeless proposed a change to openstack-infra/reviewstats: Add a bug statistics tool. https://review.openstack.org/58903 | 01:46 |
*** paul-- has joined #openstack-infra | 01:47 | |
*** yaguang has joined #openstack-infra | 01:56 | |
*** dcramer_ has joined #openstack-infra | 01:59 | |
*** rongze has joined #openstack-infra | 01:59 | |
*** bingbu has joined #openstack-infra | 02:04 | |
*** talluri has joined #openstack-infra | 02:06 | |
*** luisg has quit IRC | 02:07 | |
*** luisg has joined #openstack-infra | 02:07 | |
*** luisg has quit IRC | 02:08 | |
*** luisg has joined #openstack-infra | 02:08 | |
*** talluri has quit IRC | 02:10 | |
*** ewindisch has quit IRC | 02:14 | |
*** luisg has quit IRC | 02:14 | |
*** luisg has joined #openstack-infra | 02:15 | |
*** mkoderer has quit IRC | 02:17 | |
*** ewindisch has joined #openstack-infra | 02:17 | |
*** luis_ has joined #openstack-infra | 02:18 | |
*** luisg has quit IRC | 02:19 | |
*** rongze has quit IRC | 02:19 | |
*** sarob has quit IRC | 02:24 | |
*** sarob has joined #openstack-infra | 02:25 | |
*** sarob has quit IRC | 02:29 | |
*** ewindisch has quit IRC | 02:30 | |
*** rongze has joined #openstack-infra | 02:36 | |
*** sdake_ has quit IRC | 02:39 | |
*** guohliu has joined #openstack-infra | 02:39 | |
*** luis_ has quit IRC | 02:42 | |
*** luis_ has joined #openstack-infra | 02:42 | |
*** luis_ has quit IRC | 02:42 | |
*** luis_ has joined #openstack-infra | 02:43 | |
*** dkliban has joined #openstack-infra | 02:44 | |
*** michchap has quit IRC | 02:52 | |
*** paul-- has quit IRC | 02:52 | |
*** michchap has joined #openstack-infra | 02:52 | |
*** luis_ has quit IRC | 02:53 | |
*** jhesketh has quit IRC | 02:53 | |
*** slong has quit IRC | 02:53 | |
*** hdd has quit IRC | 02:57 | |
*** paul-- has joined #openstack-infra | 02:57 | |
*** ArxCruz has quit IRC | 02:59 | |
fifieldt | this is an interesting one: https://review.openstack.org/gitweb?p=openstack%2Fglance.git;a=commitdiff;h=0f2d8d4d7c83829a1e78150cbe946068080f9631 | 02:59 |
fifieldt | commit date in 2001 | 02:59 |
fifieldt | :) | 02:59 |
fifieldt | it's mucking up the ohloh stats in interesting ways | 02:59 |
*** yongli has quit IRC | 03:00 | |
*** yongli has joined #openstack-infra | 03:00 | |
*** wenlock_ has joined #openstack-infra | 03:02 | |
*** talluri has joined #openstack-infra | 03:07 | |
*** ryanpetrello has quit IRC | 03:09 | |
*** talluri has quit IRC | 03:11 | |
*** masayukig has joined #openstack-infra | 03:16 | |
*** asalkeld has joined #openstack-infra | 03:16 | |
asalkeld | hi, I want to add a readthedocs.org job for solum. I have a readthedocs account and project. does anyone know how to get the rtfd_id? | 03:18 |
asalkeld | https://github.com/openstack-infra/config/blob/master/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml#L116 | 03:18 |
pabelanger | asalkeld, the rdtd_id is now the project name | 03:22 |
asalkeld | ok, cool | 03:22 |
pabelanger | so, if you are using solum.readthedocs.org | 03:22 |
pabelanger | you use curl -X POST http://readthedocs.org/build/solum | 03:23 |
pabelanger | infact, the macro could likely be updated to use the project name for the curl request | 03:23 |
asalkeld | curl http://readthedocs.org/api/v1/project/solum/?format=json | python -m json.tool | 03:23 |
asalkeld | id: 10262 | 03:23 |
pabelanger | there you go | 03:24 |
pabelanger | I know the RFD documentation update to drop it over the name | 03:24 |
pabelanger | not sure if they will deprecate the ID or not | 03:24 |
asalkeld | so you suggest the project name | 03:24 |
pabelanger | I would | 03:24 |
pabelanger | I'm going to patch puppet to change it | 03:24 |
asalkeld | thanks for your help | 03:24 |
pabelanger | bp | 03:24 |
pabelanger | np* | 03:24 |
*** matsuhashi has quit IRC | 03:26 | |
openstackgerrit | Angus Salkeld proposed a change to openstack-infra/config: Add docs and readthedocs.org support to solum https://review.openstack.org/58912 | 03:26 |
*** slong has joined #openstack-infra | 03:31 | |
openstackgerrit | Paul Belanger proposed a change to openstack-infra/config: Remove rtfd-id from jenkins_jobs_builder https://review.openstack.org/58913 | 03:38 |
pabelanger | asalkeld, ^ | 03:38 |
asalkeld | k | 03:38 |
*** ewindisch has joined #openstack-infra | 03:39 | |
*** ewindisch has quit IRC | 03:39 | |
asalkeld | ok, I'll update my review | 03:39 |
*** sandywalsh has quit IRC | 03:41 | |
openstackgerrit | Angus Salkeld proposed a change to openstack-infra/config: Add docs and readthedocs.org support to solum https://review.openstack.org/58912 | 03:41 |
openstackgerrit | Angus Salkeld proposed a change to openstack-infra/config: Add docs and readthedocs.org support to solum https://review.openstack.org/58912 | 03:43 |
asalkeld | pabelanger, just made my patch dependent on yours | 03:43 |
*** mgagne has quit IRC | 03:44 | |
*** mrodden has quit IRC | 03:44 | |
pabelanger | asalkeld, cool | 03:45 |
*** ryanpetrello has joined #openstack-infra | 04:03 | |
*** ryanpetrello has quit IRC | 04:04 | |
*** talluri has joined #openstack-infra | 04:08 | |
*** matsuhashi has joined #openstack-infra | 04:09 | |
*** talluri has quit IRC | 04:12 | |
*** sdake_ has joined #openstack-infra | 04:20 | |
*** CaptTofu has quit IRC | 04:31 | |
*** CaptTofu has joined #openstack-infra | 04:31 | |
*** krtaylor has quit IRC | 04:33 | |
*** chandankumar has joined #openstack-infra | 04:39 | |
*** matsuhashi has quit IRC | 04:41 | |
*** ace05_ has joined #openstack-infra | 04:44 | |
*** rongze has quit IRC | 04:47 | |
*** matsuhashi has joined #openstack-infra | 04:50 | |
*** marun has quit IRC | 04:53 | |
*** amotoki has joined #openstack-infra | 05:03 | |
*** boris-42 has joined #openstack-infra | 05:12 | |
*** yongli has quit IRC | 05:14 | |
*** yongli has joined #openstack-infra | 05:15 | |
*** wenlock has quit IRC | 05:18 | |
*** pcrews has quit IRC | 05:22 | |
*** nicedice has quit IRC | 05:22 | |
*** yongli has quit IRC | 05:30 | |
*** yongli has joined #openstack-infra | 05:31 | |
*** nati_ueno has quit IRC | 05:33 | |
*** jergerber has quit IRC | 05:34 | |
*** guohliu has quit IRC | 05:36 | |
*** jcooley_ has joined #openstack-infra | 05:38 | |
openstackgerrit | Yuuichi Fujioka proposed a change to openstack-dev/hacking: Add metaclass for Python3 compatibility https://review.openstack.org/56890 | 05:41 |
*** SergeyLukjanov has joined #openstack-infra | 05:43 | |
*** sarob has joined #openstack-infra | 05:45 | |
*** rongze has joined #openstack-infra | 05:47 | |
*** sarob has quit IRC | 05:49 | |
*** talluri has joined #openstack-infra | 05:49 | |
*** talluri has quit IRC | 05:50 | |
*** talluri has joined #openstack-infra | 05:50 | |
*** rongze has quit IRC | 05:52 | |
*** yongli has quit IRC | 06:11 | |
*** yongli has joined #openstack-infra | 06:12 | |
*** jcooley_ has quit IRC | 06:23 | |
*** nati_ueno has joined #openstack-infra | 06:23 | |
*** jcooley_ has joined #openstack-infra | 06:23 | |
*** matsuhashi has quit IRC | 06:24 | |
*** matsuhashi has joined #openstack-infra | 06:25 | |
*** mrda has left #openstack-infra | 06:31 | |
*** sdake_ has quit IRC | 06:32 | |
*** talluri has quit IRC | 06:32 | |
*** talluri has joined #openstack-infra | 06:32 | |
*** talluri_ has joined #openstack-infra | 06:33 | |
*** talluri has quit IRC | 06:33 | |
*** sjing has quit IRC | 06:34 | |
*** sjing has joined #openstack-infra | 06:37 | |
*** mihgen has joined #openstack-infra | 06:41 | |
*** masayukig has quit IRC | 06:42 | |
*** sarob has joined #openstack-infra | 06:43 | |
openstackgerrit | Sean Roberts proposed a change to openstack-infra/config: Rename training-guide as training-guides https://review.openstack.org/58889 | 06:46 |
*** rongze has joined #openstack-infra | 06:48 | |
*** boris-42 has quit IRC | 06:48 | |
*** rongze has quit IRC | 06:52 | |
sarob | fungi you still awake? | 06:55 |
* sarob sad panda | 06:58 | |
*** SergeyLukjanov has quit IRC | 07:02 | |
*** mihgen has quit IRC | 07:03 | |
*** mrmartin has joined #openstack-infra | 07:04 | |
*** yolanda has joined #openstack-infra | 07:10 | |
*** jcoufal has joined #openstack-infra | 07:10 | |
*** che-arne has quit IRC | 07:11 | |
*** sjing has quit IRC | 07:15 | |
*** sarob has quit IRC | 07:19 | |
*** sarob has joined #openstack-infra | 07:20 | |
*** sarob has quit IRC | 07:24 | |
openstackgerrit | Yuuichi Fujioka proposed a change to openstack-dev/hacking: Add metaclass for Python3 compatibility https://review.openstack.org/56890 | 07:25 |
*** pblaho has joined #openstack-infra | 07:26 | |
*** sjing has joined #openstack-infra | 07:28 | |
*** mrmartin has quit IRC | 07:38 | |
*** jcooley_ has quit IRC | 07:46 | |
*** sarob has joined #openstack-infra | 07:48 | |
*** rongze has joined #openstack-infra | 07:48 | |
*** avishayb has joined #openstack-infra | 07:49 | |
*** jcooley_ has joined #openstack-infra | 07:50 | |
*** rongze has quit IRC | 07:53 | |
*** afazekas has joined #openstack-infra | 08:14 | |
*** jhesketh__ has quit IRC | 08:21 | |
*** mkoderer has joined #openstack-infra | 08:28 | |
*** sarob has quit IRC | 08:31 | |
*** sarob has joined #openstack-infra | 08:32 | |
*** sarob has quit IRC | 08:36 | |
*** jheiss has quit IRC | 08:43 | |
*** sjing has quit IRC | 08:44 | |
*** jheiss has joined #openstack-infra | 08:44 | |
*** dizquierdo has joined #openstack-infra | 08:44 | |
*** osanchez has joined #openstack-infra | 08:46 | |
*** yassine has joined #openstack-infra | 08:48 | |
*** rongze has joined #openstack-infra | 08:49 | |
*** jpich has joined #openstack-infra | 08:49 | |
*** sergmelikyan has joined #openstack-infra | 08:50 | |
sergmelikyan | Can someone help with this question? https://answers.launchpad.net/openstack-ci/+question/239831 | 08:50 |
sergmelikyan | I know it is tedious to clean-up branches, but legacy brunches confuse users :( | 08:51 |
*** SergeyLukjanov has joined #openstack-infra | 08:54 | |
*** rongze has quit IRC | 08:55 | |
*** SergeyLukjanov has quit IRC | 08:55 | |
*** fbo_away is now known as fbo | 08:55 | |
*** SergeyLukjanov has joined #openstack-infra | 08:56 | |
*** SergeyLukjanov has quit IRC | 08:56 | |
*** marun has joined #openstack-infra | 08:59 | |
*** nosnos_ has joined #openstack-infra | 09:00 | |
*** sarob has joined #openstack-infra | 09:02 | |
*** marun has quit IRC | 09:03 | |
*** nosnos has quit IRC | 09:03 | |
*** sarob_ has joined #openstack-infra | 09:04 | |
*** marun has joined #openstack-infra | 09:05 | |
*** bingbu has quit IRC | 09:06 | |
*** sarob has quit IRC | 09:07 | |
*** sarob_ has quit IRC | 09:09 | |
*** marun has quit IRC | 09:09 | |
*** mrmartin has joined #openstack-infra | 09:15 | |
*** derekh has joined #openstack-infra | 09:18 | |
*** marun has joined #openstack-infra | 09:18 | |
*** marun has quit IRC | 09:22 | |
*** marun has joined #openstack-infra | 09:23 | |
*** marun has quit IRC | 09:29 | |
openstackgerrit | Valeriy Ponomaryov proposed a change to openstack-infra/config: Add gate-manila-devstack job https://review.openstack.org/57987 | 09:30 |
matel | Hi guys, where can I find what is the command that is used to run the full tempest tests? | 09:38 |
matel | At the moment I am using nosetests, but that's not what the official gate runs. | 09:38 |
*** boris-42 has joined #openstack-infra | 09:39 | |
*** talluri_ has quit IRC | 09:40 | |
*** talluri has joined #openstack-infra | 09:43 | |
*** ljjjustin has joined #openstack-infra | 09:46 | |
*** rongze has joined #openstack-infra | 09:51 | |
*** nosnos has joined #openstack-infra | 09:54 | |
*** salv-orlando has joined #openstack-infra | 09:55 | |
*** rongze has quit IRC | 09:56 | |
*** nati_ueno has quit IRC | 09:56 | |
*** nosnos_ has quit IRC | 09:57 | |
*** sarob has joined #openstack-infra | 10:05 | |
BobBall | matel: http://git.openstack.org/cgit/openstack-infra/devstack-gate/tree/devstack-vm-gate.sh | 10:05 |
BobBall | sudo -H -u tempest tox -eall | 10:06 |
BobBall | sorry - it's full - sudo -H -u tempest tox -efull | 10:06 |
BobBall | was looking at the wrong thing | 10:06 |
matel | cheers Bob - I will configure our CI to do the same. | 10:06 |
*** ruhe has joined #openstack-infra | 10:08 | |
*** flaper87|afk is now known as flaper87 | 10:09 | |
*** sarob has quit IRC | 10:09 | |
*** markmc has joined #openstack-infra | 10:10 | |
BobBall | matel: so you can trace it in future - get the job name from zuul (e.g. check-tempest-devstack-vm-full), Use that to get the config from http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml ({pipeline}-tempest-devstack-vm-full) which calls into the devstack-gate project at http://git.openstack.org/cgit/openstack-infra/devstack-gate/tree/devstack-vm-gate-wrap.sh - which | 10:13 |
*** ruhe has quit IRC | 10:13 | |
*** zenoway has joined #openstack-infra | 10:14 | |
matel | which ..? | 10:15 |
*** avishayb has quit IRC | 10:17 | |
*** ljjjustin has quit IRC | 10:24 | |
*** mihgen has joined #openstack-infra | 10:26 | |
*** SergeyLukjanov has joined #openstack-infra | 10:28 | |
ogelbukh | something strange is going on: https://review.openstack.org/#/q/reviewer:jishaomei,n,z | 10:31 |
ogelbukh | looks like some misconfigured CI, or just spam | 10:31 |
ogelbukh | anyone by any chance happens to know anything about that? | 10:34 |
*** ruhe has joined #openstack-infra | 10:38 | |
*** lcestari has joined #openstack-infra | 10:40 | |
*** fifieldt has quit IRC | 10:41 | |
*** rongze has joined #openstack-infra | 10:52 | |
*** zenoway has quit IRC | 10:52 | |
*** marun has joined #openstack-infra | 10:53 | |
*** rongze has quit IRC | 10:56 | |
BobBall | which in turn calls the devstack-vm-gate script | 10:57 |
*** sarob has joined #openstack-infra | 11:03 | |
*** avishayb has joined #openstack-infra | 11:05 | |
cyeoh | ogelbukh: I think I know who it is | 11:06 |
cyeoh | I've emailed them to ask them to stop doing it | 11:07 |
*** michchap has quit IRC | 11:07 | |
ogelbukh | cyeoh: thanks a lot | 11:09 |
ogelbukh | probably that's just an accident | 11:09 |
cyeoh | ogelbukh: yes I suspect so, hopefully should stop within 12 hours (the person I think it is went home about an hour ago) | 11:10 |
*** michchap has joined #openstack-infra | 11:10 | |
*** jpich has quit IRC | 11:14 | |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Add gate-climate-devstack https://review.openstack.org/58702 | 11:14 |
*** wenlock_ has quit IRC | 11:15 | |
*** yaguang has quit IRC | 11:16 | |
*** aardvark has joined #openstack-infra | 11:17 | |
*** mrmartin has quit IRC | 11:19 | |
*** jpich has joined #openstack-infra | 11:20 | |
*** che-arne has joined #openstack-infra | 11:20 | |
*** wusui has quit IRC | 11:20 | |
*** rfolco has joined #openstack-infra | 11:22 | |
*** ruhe has quit IRC | 11:30 | |
*** marun has quit IRC | 11:31 | |
*** sarob has quit IRC | 11:35 | |
*** mattymo has quit IRC | 11:44 | |
*** ruhe has joined #openstack-infra | 11:50 | |
*** adalbas has joined #openstack-infra | 11:58 | |
*** mrmartin has joined #openstack-infra | 12:00 | |
*** sarob has joined #openstack-infra | 12:03 | |
*** sarob has quit IRC | 12:08 | |
*** dizquierdo has quit IRC | 12:13 | |
*** avishayb has quit IRC | 12:17 | |
*** dstanek has joined #openstack-infra | 12:20 | |
*** ben_duyujie has joined #openstack-infra | 12:32 | |
*** sarob has joined #openstack-infra | 12:32 | |
*** ilyashakhat has quit IRC | 12:38 | |
*** avishayb has joined #openstack-infra | 12:46 | |
*** ArxCruz has joined #openstack-infra | 12:50 | |
*** pblaho has quit IRC | 12:55 | |
*** rongze has joined #openstack-infra | 12:57 | |
*** sarob_ has joined #openstack-infra | 13:03 | |
*** sarob has quit IRC | 13:06 | |
*** sarob_ has quit IRC | 13:08 | |
*** dizquierdo has joined #openstack-infra | 13:12 | |
*** rongze has quit IRC | 13:24 | |
*** jcoufal has quit IRC | 13:25 | |
*** CaptTofu has quit IRC | 13:29 | |
*** CaptTofu has joined #openstack-infra | 13:30 | |
*** dizquierdo has quit IRC | 13:33 | |
*** nosnos has quit IRC | 13:35 | |
*** rongze has joined #openstack-infra | 13:36 | |
*** SpamapS has quit IRC | 13:40 | |
*** SpamapS has joined #openstack-infra | 13:40 | |
*** SpamapS has quit IRC | 13:40 | |
*** SpamapS has joined #openstack-infra | 13:40 | |
*** hashar has joined #openstack-infra | 13:42 | |
*** pblaho has joined #openstack-infra | 13:47 | |
*** hashar has quit IRC | 13:49 | |
*** ben_duyujie has quit IRC | 13:49 | |
*** marun has joined #openstack-infra | 13:56 | |
openstackgerrit | Russell Bryant proposed a change to openstack-infra/reviewstats: Fix count of reviewers https://review.openstack.org/59018 | 14:00 |
*** SergeyLukjanov is now known as _SergeyLukjanov | 14:02 | |
*** _SergeyLukjanov has quit IRC | 14:02 | |
*** sarob has joined #openstack-infra | 14:03 | |
*** hdd has joined #openstack-infra | 14:04 | |
*** sarob has quit IRC | 14:07 | |
*** amotoki has quit IRC | 14:10 | |
*** afazekas has quit IRC | 14:11 | |
*** dizquierdo has joined #openstack-infra | 14:16 | |
*** SergeyLukjanov has joined #openstack-infra | 14:19 | |
*** jorisroovers has joined #openstack-infra | 14:23 | |
*** mihgen has quit IRC | 14:23 | |
*** mihgen has joined #openstack-infra | 14:25 | |
*** CaptTofu has quit IRC | 14:25 | |
*** sandywalsh has joined #openstack-infra | 14:25 | |
*** CaptTofu has joined #openstack-infra | 14:27 | |
*** jorisroovers has quit IRC | 14:27 | |
*** yassine_ has joined #openstack-infra | 14:30 | |
*** dizquierdo has quit IRC | 14:33 | |
*** yassine has quit IRC | 14:33 | |
*** jorisroovers has joined #openstack-infra | 14:38 | |
*** mriedem has joined #openstack-infra | 14:39 | |
*** ryanpetrello has joined #openstack-infra | 14:39 | |
*** rongze has quit IRC | 14:47 | |
*** boris-42 has quit IRC | 14:49 | |
*** rongze has joined #openstack-infra | 14:50 | |
*** jcoufal has joined #openstack-infra | 14:55 | |
fungi | sergmelikyan: right, the stackforge docs strongly recommend importing a sanitized repository with any unwanted topic/feature branches removed first (so that we don't have to spend time cleaning them up after import), but i can go ahead and take care of it in a bit | 14:55 |
*** talluri has quit IRC | 14:56 | |
*** talluri has joined #openstack-infra | 14:56 | |
fungi | ogelbukh: cyeoh: and yeah, that's someone at ibm china setting up a ci system there for testing something (not sure what exactly). they posted several cryptic messages to the -infra ml over past weeks... i suspect some language barrier confusion over the third-party testing docs | 14:57 |
*** yolanda has quit IRC | 14:58 | |
*** matsuhashi has quit IRC | 14:59 | |
*** talluri has quit IRC | 15:00 | |
*** yassine_ has quit IRC | 15:01 | |
*** yassine has joined #openstack-infra | 15:02 | |
sergmelikyan | fungi, Thank you, it was our miss to import unsanitized repos :( At that time we did'nt think we could not delete branches by our self | 15:02 |
sergmelikyan | fungi, thank you! | 15:02 |
*** sarob has joined #openstack-infra | 15:03 | |
*** yolanda has joined #openstack-infra | 15:03 | |
*** markmc has quit IRC | 15:06 | |
fungi | sergmelikyan: no worries. the reason we mentioned it in the docs is that the version of gerrit we're running doesn't have a separate branch deletion permission, so you basically wind up needing such open permissions that you could bypass code review entirely | 15:07 |
*** sarob has quit IRC | 15:07 | |
openstackgerrit | Emilien Macchi proposed a change to openstack-infra/config: Neutron support in Grenade jobs https://review.openstack.org/59039 | 15:08 |
fungi | thus we limit that to gerrit admins, at least until we get a newer gerrit version running where it may be possible to allow non-global-admin users to delete branches | 15:08 |
*** ryanpetrello has quit IRC | 15:09 | |
*** rongze has quit IRC | 15:10 | |
mordred | fungi: do we have that doc anywhere which walks someone through getting an instance set up to do puppet hacking? | 15:14 |
mordred | fungi: cody-somerville is going to start hacking on a puppet module for storyboard, but I can't find the doc to give him | 15:15 |
*** jcooley_ has quit IRC | 15:15 | |
*** jcooley_ has joined #openstack-infra | 15:15 | |
*** jlibosva has joined #openstack-infra | 15:15 | |
EmilienM | Hi there, I'm trying to add Neutron support in Grenade, and for this i need to add neutron support in jenkins jobs. For that I did https://review.openstack.org/59039 - I would like to have a review from infra gurus here :) | 15:16 |
jlibosva | 15:17 | |
openstackgerrit | Arx Cruz proposed a change to openstack-infra/devstack-gate: Remove kernel-headers apt-get call https://review.openstack.org/54386 | 15:18 |
*** rongze has joined #openstack-infra | 15:19 | |
fungi | mordred: cody-somerville: yeah, just a sec i'll get you a link | 15:19 |
fungi | mordred: cody-somerville we've got http://ci.openstack.org/sysadmin.html#making-a-change-in-puppet and then the longer http://ci.openstack.org/running-your-own.html | 15:21 |
mordred | thanks fungi | 15:22 |
cody-somerville | fungi: thank you | 15:25 |
openstackgerrit | Julien Danjou proposed a change to openstack-infra/config: Rename #openstack-metering to #openstack-ceilometer https://review.openstack.org/59046 | 15:25 |
*** dizquierdo has joined #openstack-infra | 15:26 | |
*** jorisroovers has quit IRC | 15:32 | |
*** herndon has joined #openstack-infra | 15:33 | |
*** samuelbercovici has joined #openstack-infra | 15:34 | |
samuelbercovici | hi everyone | 15:36 |
samuelbercovici | concerning 3rd party testing | 15:36 |
samuelbercovici | is there an available code that manages the setup/ teardown of the machine (VM?) + devstack + master code + patchset deployment before running the tempest code? | 15:36 |
fungi | samuelbercovici: for official openstack test servers we use http://git.openstack.org/cgit/openstack-infra/nodepool and http://git.openstack.org/cgit/openstack-infra/devstack-gate | 15:40 |
fungi | i know there are at least some outside organizations also using those, though not sure if any of them are yet doing so for third-party advisory votes back into our gerrit | 15:41 |
fungi | but we try to make the software we write for these purposes to be as reusable as possible, so if there are missing features or places where we've hard-coded assumptions about the upstream ci environment in ways which make it less flexible, we welcome patches to fix that | 15:43 |
mordred | ++ | 15:43 |
*** markmc has joined #openstack-infra | 15:47 | |
*** afazekas has joined #openstack-infra | 15:48 | |
samuelbercovici | fungi: thank you very much! I was also got pointed to https://github.com/openstack-infra/devstack-gate and https://github.com/openstack-infra/config | 15:48 |
fungi | samuelbercovici: right, if you get really ambitious, see http://ci.openstack.org/running-your-own.html | 15:49 |
openstackgerrit | Nikita Konovalov proposed a change to openstack-infra/storyboard: Fix for adding comments to tasks https://review.openstack.org/59051 | 15:50 |
fungi | clarkb: if you're around, was there consideration for expanding 58370 to cover grenade jobs too? (see 59039, which is why i'm asking) | 15:51 |
*** zul has quit IRC | 15:52 | |
*** hdd has quit IRC | 15:55 | |
*** zul has joined #openstack-infra | 15:56 | |
*** avishayb has quit IRC | 15:57 | |
clarkb | fungi: ETHANKSGIVING and yes I left grenade alone because I think it needs a different kind of redo. stable to stable, stable to master for the periodics then previous release to change branch, change branch to next release for changes | 16:02 |
clarkb | doesn't quite map to the single branch of everything else | 16:02 |
clarkb | also one step at a time | 16:03 |
*** sarob has joined #openstack-infra | 16:03 | |
fungi | makes sense. just wasn't sure whether we should push back on additional grenade job variants without a refactor there, but i guess that can come later. anyway, enjoy your day of cooking (an apple pie is beeping at me now) | 16:04 |
*** SergeyLukjanov has quit IRC | 16:07 | |
clarkb | for now I dont want to interfere with grenade. the larger issue is the tempest jobs growing out of control. also having more than two grenade jobs might help find a proper pattern | 16:07 |
clarkb | apple pie sounds good | 16:08 |
*** mihgen has quit IRC | 16:09 | |
*** avishayb has joined #openstack-infra | 16:11 | |
fungi | we prepped two apple pies last week, with lots of molasses and dark rum, and then froze them. hoping they come out well | 16:16 |
clarkb | wait, rum in apple pie is a thing? how have I not known this? | 16:17 |
fungi | rum in basically any dessert is a thing, so far as i'm concerned | 16:19 |
fungi | dark rum, molasses and dark brown cane sugar... these are things which go well together as they come from the same sources | 16:19 |
pleia2 | sounds great | 16:20 |
*** pete5 has joined #openstack-infra | 16:21 | |
*** mrmartin has quit IRC | 16:22 | |
*** yassine has quit IRC | 16:26 | |
*** mgagne has joined #openstack-infra | 16:29 | |
*** mgagne has quit IRC | 16:29 | |
*** mgagne has joined #openstack-infra | 16:29 | |
*** samuelbercovici has quit IRC | 16:34 | |
*** sarob has quit IRC | 16:35 | |
openstackgerrit | Julien Danjou proposed a change to openstack/requirements: Add support for Python 3 requirements https://review.openstack.org/58770 | 16:42 |
openstackgerrit | A change was merged to openstack-infra/config: Don't draw an e-r graph if no data https://review.openstack.org/58850 | 16:45 |
fungi | sergmelikyan: i note that in your lp request, you didn't ask to have the mssql branch removed from stackforge/murano-api. was that intentional, or an oversight? | 16:47 |
*** sbadia has quit IRC | 16:47 | |
*** pblaho has quit IRC | 16:48 | |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/gear: Correctly set job known/running attributes https://review.openstack.org/59064 | 16:51 |
*** sbadia has joined #openstack-infra | 16:53 | |
*** SergeyLukjanov has joined #openstack-infra | 16:55 | |
*** avishayb has quit IRC | 16:56 | |
*** markmc has quit IRC | 17:00 | |
*** sarob has joined #openstack-infra | 17:03 | |
*** sarob_ has joined #openstack-infra | 17:07 | |
*** mriedem has quit IRC | 17:07 | |
sarob_ | I need a patch approved https://review.openstack.org/#/c/58889/ | 17:08 |
clarkb | sarob_ it has my +2 and fungi seems to be around | 17:13 |
*** che-arne has quit IRC | 17:13 | |
*** sarob_ has quit IRC | 17:13 | |
clarkb | fungi gor a ping external address what if that pinged the jenkins masters or some other boxes like that that would be up while testing eg zuul | 17:13 |
*** sarob_ has joined #openstack-infra | 17:14 | |
clarkb | default to google, use CI boxes in gate | 17:14 |
sarob_ | Thanks, I needed that! | 17:14 |
*** Ryan_Lane has joined #openstack-infra | 17:16 | |
openstackgerrit | A change was merged to openstack-infra/config: Rename training-guide as training-guides https://review.openstack.org/58889 | 17:17 |
fungi | clarkb: i think it's probably safest to limit pings from the nested vms to addresses which the devstack vm already needs to communicate directly with (thus my suggestion for the pypi and git services it's consuming during setup, but perhaps zuul or its assigned jenkins master would be fine too) | 17:17 |
fungi | clarkb: but right now we don't nat those outbound from devstack anyway, right? | 17:17 |
*** flaper87 is now known as flaper87|afk | 17:18 | |
clarkb | we should be testing floating IPs which would be NATed byt that is for inbound not outbound connections so maybe we dont | 17:21 |
*** ewindisch has joined #openstack-infra | 17:23 | |
*** sarob_ has quit IRC | 17:23 | |
fungi | yeah, it may "just work" but if we're not already testing egress from the nested qemu guests then there's every probability it's currently broken in some fashion | 17:28 |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/jeepyb: Refactor manage-projects for readability https://review.openstack.org/59084 | 17:31 |
mordred | fungi, clarkb ^^ there's step one in the manage-projects stuff | 17:31 |
clarkb | fungi: indeed | 17:31 |
mordred | I decided that I needed to rearrange things without doing any functional changes first | 17:31 |
mordred | otherwise I don't think we'll really be able to follow anything | 17:31 |
*** shardy is now known as shardy_afk | 17:32 | |
*** boris-42 has joined #openstack-infra | 17:33 | |
fungi | mordred: good call | 17:35 |
*** CaptTofu has quit IRC | 17:36 | |
*** sarob has quit IRC | 17:37 | |
*** CaptTofu has joined #openstack-infra | 17:37 | |
sdague | man, aren't you guys supposed to be off eating turkey or something :) | 17:42 |
*** sarob has joined #openstack-infra | 17:44 | |
*** rongze has quit IRC | 17:46 | |
*** sarob has quit IRC | 17:54 | |
openstackgerrit | QianLin proposed a change to openstack-infra/nodepool: Fix the issue which raise FloatingIpPoolNotFound https://review.openstack.org/54331 | 17:54 |
lifeless | o/ | 17:55 |
*** ruhe has quit IRC | 17:58 | |
fungi | sdague: pot meet kettle | 17:59 |
sdague | heh, well.... | 18:00 |
sdague | honestly, football is on, so I figured I'd try to figure out a couple of things before activities start for real at 4pm (up at my parents place in VT) | 18:00 |
openstackgerrit | A change was merged to openstack-infra/reviewstats: Fix count of reviewers https://review.openstack.org/59018 | 18:01 |
lifeless | russellb: if you have a few minutes - https://review.openstack.org/#/q/status:open+project:openstack-infra/reviewstats,n,z | 18:01 |
sdague | so I'll ask a pbr question if anyone is up for answering: is there a way to have some kind of "prefix" specified on data_files? | 18:01 |
lifeless | to change where they are installed? | 18:01 |
sdague | yes | 18:01 |
lifeless | I think we do that in dib | 18:01 |
fungi | sdague: i think we might be doing something like that with manpages for git-review... checking now | 18:01 |
sdague | cool, and example would be appreciated | 18:02 |
lifeless | data_files = | 18:02 |
lifeless | share/diskimage-builder/elements = elements/* | 18:02 |
sdague | lifeless: ok, so that's properly prefix | 18:02 |
sdague | I wonder if we have other prefix vars we can use | 18:02 |
sdague | basically, I'd like the root location of the web content of elastic-recheck to be passed on the python setup.py install | 18:03 |
*** sarob has joined #openstack-infra | 18:03 | |
lifeless | sdague: so you want a customisable prefix for where that content is installed ? | 18:04 |
fungi | eek, i think the pbrization of git-review may have stopped installing manpages (definitely need to double-check that before we cut a release with it) | 18:04 |
sdague | lifeless: yes | 18:04 |
lifeless | fungi: default doc built is html + man | 18:04 |
*** jcoufal has quit IRC | 18:04 | |
fungi | lifeless: for dib? i'll use that as a template if so | 18:05 |
lifeless | fungi: for pbr | 18:05 |
fungi | oh, got it. so just magic | 18:05 |
*** jpich has quit IRC | 18:05 | |
lifeless | fungi: wroth checking, of course | 18:05 |
fungi | (yay magic!) | 18:05 |
lifeless | worth | 18:05 |
lifeless | sdague: nothing is leaping out at me; can I ask why you want that? | 18:05 |
fungi | i know we had ugly workarounds in setup.py for prior git-review releases, so maybe we sucked that pattern straight into pbr | 18:06 |
*** SergeyLukjanov has quit IRC | 18:06 | |
sdague | lifeless: so that we aren't encoding the directory structure of the openstack web servers in elastic-recheck pbr | 18:09 |
sdague | it seems like that should be policy on that side | 18:09 |
*** sarob_ has joined #openstack-infra | 18:09 | |
*** SergeyLukjanov has joined #openstack-infra | 18:10 | |
*** derekh has quit IRC | 18:10 | |
*** dstanek has quit IRC | 18:11 | |
*** sarob_ has quit IRC | 18:12 | |
lifeless | sdague: IMO we should encode something generally reasonable (FHS maybe) and add a symlink to that in puppet | 18:13 |
lifeless | but, thats my 2c. | 18:13 |
sdague | oh, that's fair. Stick this down in usr/share and pull it in | 18:14 |
sdague | I kind of like that idea | 18:14 |
sdague | I can work with that | 18:15 |
*** mrmartin has joined #openstack-infra | 18:17 | |
*** Hefeweizen has joined #openstack-infra | 18:23 | |
lifeless | sdague: btw - I'm now doing a couple of tempest reviews/day | 18:27 |
sdague | lifeless: cool | 18:27 |
sdague | appreciated | 18:27 |
lifeless | sdague: I would appreciate any feedback you care to give on 'fit' there. | 18:28 |
sdague | sure, I'll look for them | 18:28 |
*** ruhe has joined #openstack-infra | 18:28 | |
lifeless | thanks! | 18:31 |
*** mrmartin has quit IRC | 18:34 | |
*** osanchez has quit IRC | 18:34 | |
*** sarob has quit IRC | 18:36 | |
*** dizquierdo has quit IRC | 18:39 | |
*** mrmartin has joined #openstack-infra | 18:39 | |
*** herndon has quit IRC | 18:42 | |
*** rongze has joined #openstack-infra | 18:44 | |
*** sarob has joined #openstack-infra | 18:47 | |
*** dstanek has joined #openstack-infra | 18:48 | |
*** boris-42 has quit IRC | 18:48 | |
openstackgerrit | Julien Danjou proposed a change to openstack-dev/hacking: Add a check for file with only comments https://review.openstack.org/59090 | 18:49 |
*** sarob has quit IRC | 18:52 | |
*** vipul is now known as vipul-away | 18:52 | |
*** vipul-away is now known as vipul | 18:59 | |
openstackgerrit | Julien Danjou proposed a change to openstack-dev/hacking: Add a check for file with only comments https://review.openstack.org/59090 | 19:00 |
*** sarob has joined #openstack-infra | 19:03 | |
*** sarob has quit IRC | 19:08 | |
*** ruhe has quit IRC | 19:09 | |
*** CaptTofu has quit IRC | 19:21 | |
*** CaptTofu has joined #openstack-infra | 19:21 | |
*** ruhe has joined #openstack-infra | 19:28 | |
*** dims has joined #openstack-infra | 19:38 | |
*** jlibosva has quit IRC | 19:39 | |
*** rongze_ has joined #openstack-infra | 19:43 | |
*** nicedice has joined #openstack-infra | 19:44 | |
*** sarob has joined #openstack-infra | 19:45 | |
*** Ryan_Lane has quit IRC | 19:46 | |
sarob | clarkb thx! | 19:46 |
*** rongze has quit IRC | 19:46 | |
fungi | i just noticed that we've had more than a handful of people posting infra support requests to launchpad answers... i kinda suspect nobody looks at those and think we should remove the feature from the openstack-ci project there | 19:47 |
*** ruhe has quit IRC | 19:47 | |
clarkb | I dont look there | 19:48 |
clarkb | fungi the iso8601 stuff is a mess and honestly I think the only sane option is supporting both 1.4 and 1.8 | 19:48 |
*** sarob has quit IRC | 19:49 | |
*** rongze has joined #openstack-infra | 19:51 | |
clarkb | fungi: first step of that may be going back to 1.4 then add back in 1.8 support | 19:51 |
*** rongze_ has quit IRC | 19:52 | |
*** mrmartin has quit IRC | 19:53 | |
*** dkliban has quit IRC | 19:54 | |
fungi | it's sad that was my very first suggestion when the requirements change came up, and it got rejected out of hand by the devs because it was "too hard" to support both | 19:54 |
*** dims has quit IRC | 19:54 | |
fungi | at this point we have security fixes blocked on it, and a stable release manager asking whether infra can "emergency" force those into the stable release and just bypass testing for now | 19:55 |
fungi | i honestly have little sympathy for those who chose to just up the minimum requirement in the client after strongly suggesting against it, and wonder if maybe having all that work reverted for now wouldn't provide some helpful education for them | 19:57 |
clarkb | the painful bit is 1.4 and 1.8 are not compatible | 19:57 |
clarkb | but 1.4 has been around forever and 1.8 is the future py3k etc iirc | 19:58 |
fungi | right, they take different numbers of parameters and return different results, so they'd need some special-casing | 19:58 |
fungi | the counterargument to supporting both was that to support 1.4 we'd have to carry code which basically reimplemented significant chunks of 1.8 | 19:59 |
clarkb | venv per client is another alternative? I wonder how bad adding that to devstack would be | 20:00 |
*** CaptTofu has quit IRC | 20:00 | |
*** CaptTofu has joined #openstack-infra | 20:00 | |
fungi | eek, no i don't think venv per client makes a lot of sense. probably a venv for all the servers and their dependencies, then a separate venv for all the clients called directly by tempest et al | 20:00 |
clarkb | or that | 20:01 |
fungi | its conceivable you might install more than one server on the same system, it's conceivable a random user might install the latest of more than one client on their desktop, shell server, whatever | 20:01 |
*** sarob has joined #openstack-infra | 20:03 | |
*** rfolco has quit IRC | 20:04 | |
*** sarob has quit IRC | 20:07 | |
*** lcestari has quit IRC | 20:08 | |
fungi | it has been argued however that because of our support policy, if you want to install a supported stable server from source and a supported version of a client on which it depends, we can really pin that requirement (or else we need to add stable branches to the client libs and the testing matrix explosion which that implies) | 20:13 |
fungi | er, *can't* really pin that requirement | 20:13 |
*** rongze has quit IRC | 20:14 | |
lifeless | someone said venvs | 20:14 |
lifeless | what context? | 20:14 |
clarkb | maybe we do stable branches for clients, branch at the time of release then only use that version of the client with that release, don't change anything else about the way clients can have independent releases and maintani trunk compatibility with old servers | 20:15 |
clarkb | not sure that simplifies things much | 20:15 |
lifeless | what problem are we solving? | 20:16 |
clarkb | lifeless: pythonclients depends on newer iso8601 than some of the servers. This is a problem because the versions are not compatible and this has been encoded into the requirements | 20:16 |
clarkb | so now you cannot merge code on grizzly | 20:16 |
clarkb | need some way of isolating the problem of having clients move forward in an almost independent way | 20:16 |
lifeless | ack | 20:16 |
lifeless | support both in the client | 20:16 |
lifeless | distros will really appreciate that | 20:16 |
clarkb | right so infra argued for that early in the process but got overruled beacuse it is hard | 20:17 |
*** sarob has joined #openstack-infra | 20:17 | |
clarkb | may just need to learn the lesson here, fix it and move on | 20:17 |
fungi | you know, people might have to write some code or something | 20:17 |
fungi | (shocking revelation) | 20:17 |
clarkb | I need to drive across town shortly and will probably be mostly AFK for the rest of the day. Have a good turkey day | 20:18 |
clarkb | gobble gobble | 20:18 |
fungi | safe travels and happy trails | 20:20 |
*** sarob has quit IRC | 20:21 | |
*** saper has quit IRC | 20:23 | |
*** herndon has joined #openstack-infra | 20:23 | |
*** saper has joined #openstack-infra | 20:27 | |
*** jcoufal has joined #openstack-infra | 20:27 | |
*** yolanda has quit IRC | 20:29 | |
*** herndon has quit IRC | 20:30 | |
*** denis_makogon_ has joined #openstack-infra | 20:32 | |
*** denis_makogon_ is now known as denis_makogon | 20:33 | |
*** dstanek has quit IRC | 20:38 | |
*** jcooley_ has quit IRC | 20:45 | |
*** mindjiver has quit IRC | 20:45 | |
*** mindjive1 has joined #openstack-infra | 20:45 | |
*** SergeyLukjanov has quit IRC | 21:00 | |
*** sarob has joined #openstack-infra | 21:03 | |
*** sarob has quit IRC | 21:07 | |
*** vipul is now known as vipul-away | 21:11 | |
*** herndon has joined #openstack-infra | 21:20 | |
*** pcrews has joined #openstack-infra | 21:26 | |
*** michchap_ has joined #openstack-infra | 21:28 | |
*** michchap has quit IRC | 21:30 | |
lifeless | I think there might be a rogue zuul out there | 21:38 |
lifeless | see https://review.openstack.org/#/c/59018/ | 21:38 |
lifeless | 'jishaomei7:00 AM | 21:38 |
lifeless | Patch Set 1: | 21:38 |
lifeless | Starting gate jobs. http://172.16.2.118/status | 21:38 |
lifeless | jishaomei <- I WTFd | 21:39 |
*** dizquierdo has joined #openstack-infra | 21:44 | |
*** jcoufal has quit IRC | 21:44 | |
*** asalkeld has left #openstack-infra | 21:45 | |
*** mriedem has joined #openstack-infra | 21:47 | |
*** dkliban has joined #openstack-infra | 21:51 | |
fungi | lifeless: yes, it's been reported repeatedly. someone at ibm china who posted several time to the infra ml but didn't seem to engage on any of the replies (well, except for taking mikal's suggestion that we probably wouldn't create them an account named "root" as an indication that he was setting up their account) | 21:51 |
fungi | i think several people in other divisions of ibm are reaching out to correct the situation | 21:52 |
lifeless | ack | 21:52 |
mordred | clarkb, fungi: we do not need stable branches for clients | 21:54 |
mordred | we do not need to do anything special - the system works | 21:54 |
mordred | what is WRONG right now is that we donm't have the stable branch master client jobs finished or landed yet | 21:55 |
*** dstanek has joined #openstack-infra | 21:55 | |
mordred | so we've got unequal gating | 21:55 |
clarkb | unequal gating hurt but wont fix iso8601 | 21:55 |
mordred | sure it will | 21:55 |
mordred | it will prevent 1.8 from going in | 21:55 |
mordred | until the devs can do it right | 21:55 |
mordred | that 1.8 was able to be landed is a result of the unequal gating | 21:56 |
*** oubiwann has quit IRC | 21:57 | |
*** dkliban has quit IRC | 21:57 | |
*** mriedem has quit IRC | 21:59 | |
*** sandywalsh has quit IRC | 22:00 | |
*** mriedem has joined #openstack-infra | 22:00 | |
*** mriedem has quit IRC | 22:00 | |
*** mriedem has joined #openstack-infra | 22:02 | |
*** oubiwann has joined #openstack-infra | 22:03 | |
*** sarob has joined #openstack-infra | 22:03 | |
*** mriedem has quit IRC | 22:05 | |
*** oubiwann has quit IRC | 22:06 | |
*** sarob has quit IRC | 22:07 | |
*** oubiwann has joined #openstack-infra | 22:08 | |
*** oubiwann has quit IRC | 22:10 | |
*** oubiwann has joined #openstack-infra | 22:11 | |
*** fifieldt has joined #openstack-infra | 22:21 | |
*** nati_ueno has joined #openstack-infra | 22:23 | |
*** michchap has joined #openstack-infra | 22:26 | |
*** michchap_ has quit IRC | 22:28 | |
*** dims has joined #openstack-infra | 22:28 | |
*** sandywalsh has joined #openstack-infra | 22:34 | |
*** sarob has joined #openstack-infra | 22:47 | |
*** pcrews has quit IRC | 23:02 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/gerritlib: Add replicate command https://review.openstack.org/59105 | 23:03 |
mordred | clarkb, fungi: I know it's t-giving - but if you happen to be bored, there is a REALLY easy gerritlib patch above ^^ | 23:04 |
*** sarob_ has joined #openstack-infra | 23:12 | |
*** sarob__ has joined #openstack-infra | 23:13 | |
*** wenlock has joined #openstack-infra | 23:13 | |
*** sarob has quit IRC | 23:14 | |
*** dims has quit IRC | 23:14 | |
*** lyz_ has quit IRC | 23:15 | |
*** sarob_ has quit IRC | 23:17 | |
*** wenlock has quit IRC | 23:17 | |
fifieldt | turkey coma? | 23:20 |
*** sarob__ has quit IRC | 23:22 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/jeepyb: Catch errors centrally, and bail out more https://review.openstack.org/59106 | 23:22 |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/jeepyb: Do github last https://review.openstack.org/59107 | 23:22 |
mordred | fifieldt: so much coma | 23:23 |
fifieldt | :D | 23:23 |
mordred | fungi, clarkb, jeblair ^^ above set of things shoudl fix the issue - and hopefully be a step towards the script being more resilient and easier to read | 23:23 |
*** denis_makogon has quit IRC | 23:26 | |
*** CaptTofu has quit IRC | 23:30 | |
*** CaptTofu has joined #openstack-infra | 23:30 | |
*** CaptTofu has quit IRC | 23:31 | |
*** CaptTofu has joined #openstack-infra | 23:31 | |
*** dizquierdo has quit IRC | 23:34 | |
*** CaptTofu has quit IRC | 23:35 | |
fifieldt | erm | 23:40 |
*** lyz has joined #openstack-infra | 23:40 | |
fifieldt | jishaomei10:38 AM | 23:40 |
fifieldt | Patch Set 2: | 23:40 |
fifieldt | Starting gate jobs. http://172.16.2.118/status | 23:40 |
lifeless | fifieldt: reported already | 23:40 |
fifieldt | ta | 23:40 |
lifeless | clarkb: can we disable that user in Gerrit for now ? | 23:40 |
lifeless | / fugn^ | 23:40 |
lifeless | / fungi ^ | 23:40 |
mordred | fifieldt: can you link me to an example thing? | 23:44 |
fifieldt | https://review.openstack.org/#/c/58990/ | 23:44 |
fifieldt | or https://review.openstack.org/#/dashboard/9263 | 23:45 |
mordred | fifieldt: is that happening everywhere? | 23:45 |
lifeless | mordred: it's a rogue zuul | 23:45 |
lifeless | mordred: yes | 23:45 |
lifeless | 10:51 < fungi> lifeless: yes, it's been reported repeatedly. someone at ibm china who posted several time to | 23:45 |
lifeless | the infra ml but didn't seem to engage on any of the replies (well, except for taking mikal's | 23:45 |
lifeless | suggestion that we probably wouldn't create them an account named "root" as an indication that | 23:45 |
lifeless | he was setting up their account) | 23:45 |
mordred | ok. well, I think fungi has more context and thinking on it - so I'd like to wait for his input | 23:46 |
lifeless | thats 2h back, as an anchor point | 23:46 |
mordred | thanks - super helpful | 23:46 |
fifieldt | let me know if you need someone with good bilingual skills to help avoid language barrier - I have a couple people we can ask. | 23:47 |
fifieldt | fyi, the time in beijing is 0748 currently | 23:48 |
lifeless | they're probably sleeping | 23:48 |
lifeless | yah | 23:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!