openstackgerrit | A change was merged to openstack/requirements: require new setuptools https://review.openstack.org/88474 | 00:01 |
---|---|---|
clarkb | I think the two categories of thing we have are A) devstack nodes that should have minimal installs so that devstack can configure stuff. These nodes need lots of data to be cached though. B) nodes that run unittests and other tests that expect slaves to have a certain prebuilt set of functionality. mysql postgres firefox maven stuff and so on | 00:01 |
*** msabramo1 has quit IRC | 00:01 | |
openstackgerrit | A change was merged to openstack-infra/config: Fix two typos in updated elasticsearch module https://review.openstack.org/88708 | 00:02 |
mordred | woot. | 00:04 |
mordred | look at how pretty: http://puppetdb.openstack.org/ | 00:04 |
mordred | jesusaurus, clarkb, jeblair, nibalizer : ^^ | 00:04 |
*** mriedem has quit IRC | 00:04 | |
mordred | now. seriously. wth is up with pip goign away and coming back on storyboard | 00:05 |
jesusaurus | clarkb: so the source of my confusion is that openstack_project::bare_slave uses bare => false | 00:14 |
clarkb | jesusaurus: yup | 00:15 |
jesusaurus | and there are 3 entries into jenkins::slave: openstack_project::slave, openstack_project::bare_slave, and openstack_project::single_use_slave | 00:15 |
clarkb | because bare there means something else unfortunately | 00:15 |
clarkb | jesusaurus: right but see the comment on bare_slave | 00:15 |
mordred | clarkb: why don't we just rename bare there? | 00:15 |
jesusaurus | yeah | 00:15 |
clarkb | jesusaurus: that is just a convenience manifest | 00:15 |
clarkb | we don't actually use it anywhere | 00:15 |
clarkb | mordred: simple_slave? | 00:16 |
clarkb | mordred: renaming it would be good | 00:16 |
mordred | clarkb: openstack_project::bare_slave -> openstack_project::simple_slave - the bare param to skip_accounts ? | 00:16 |
jesusaurus | ++ | 00:16 |
clarkb | bare param is whether or not to install all the extra stuff | 00:17 |
clarkb | but ya | 00:17 |
clarkb | wfm | 00:17 |
mordred | clarkb: we could also pull the stuff that bare does into its own class | 00:17 |
*** msabramo has joined #openstack-infra | 00:18 | |
mordred | or rather, the stuff you get if bare == false | 00:18 |
jesusaurus | mordred: thats very similar to what i want to do | 00:18 |
mordred | and put it into openstack_project | 00:18 |
mordred | and call it "unittest_extras" or something | 00:18 |
clarkb | mordred: I don't think that is where the border should go | 00:19 |
clarkb | but something similar would be good | 00:19 |
mordred | well, I mean as a first step - just extract the functionality that's only installed wehn bare==false into a thing | 00:19 |
mordred | because then also the logic will be clearer | 00:20 |
mordred | "I want me some $FOO" | 00:20 |
mordred | I particularly like the naming here: | 00:20 |
mordred | if ($bare == false) { | 00:20 |
mordred | $packages = [$common_packages, $standard_packages] | 00:20 |
mordred | } else { | 00:20 |
mordred | $packages = $common_packages | 00:20 |
jesusaurus | yeah, for that particular bit, i think that $common_packages belongs in ::jenkins and $standard_packages should be moved over to ::openstack_project somewhere | 00:21 |
vipul | which infra repo might i find slave_scripts/gerrit-git-prep.sh ? | 00:24 |
clarkb | vipul: openstack-infra/config/modules/jenkins/files/slave_scripts/gerrit-git-prep.sh | 00:26 |
locke1051 | vipul: i think its in config | 00:26 |
locke1051 | and clarkb beat me | 00:26 |
clarkb | vipul: but chances are you don't really want to change that file | 00:26 |
clarkb | vipul: what are you trying to do? | 00:26 |
vipul | clarkb: yep, i just wanted to know what it does :) | 00:26 |
*** _nadya_ has joined #openstack-infra | 00:27 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/config: First stab at splitting slave https://review.openstack.org/88740 | 00:27 |
mordred | jesusaurus, clarkb: I don't think this is a final thing at all - but something like that ^^ as a first piece of conversation | 00:27 |
*** marun has quit IRC | 00:28 | |
nibalizer | mordred: why is centos6-dev1.slave.openstack.org even on puppetboard | 00:29 |
nibalizer | ? | 00:29 |
nibalizer | is that a real machine -- not an ephemeral one? | 00:29 |
*** locke1051 is now known as locke105 | 00:29 | |
mordred | nibalizer: hysterical raisins | 00:29 |
mordred | yes | 00:29 |
mordred | for now | 00:29 |
nibalizer | you can 'puppet node deactivate centos6-dev1.slave.openstack.org' on the puppet master to make it stop showing up as unreported | 00:29 |
nibalizer | that does purge all the old reports tho | 00:29 |
*** khyati has joined #openstack-infra | 00:30 | |
locke105 | so i'm working on https://bugs.launchpad.net/devstack/+bug/1243660 (moving bash8 to its own project) | 00:30 |
uvirtbot | Launchpad bug 1243660 in devstack "bash8 should be standalone and in pypi" [Low,Confirmed] | 00:30 |
mordred | awesome | 00:31 |
*** _nadya_ has quit IRC | 00:31 | |
*** wenlock has quit IRC | 00:31 | |
*** sweston has joined #openstack-infra | 00:31 | |
locke105 | but i'm wondering, should i publish it to pypi myself (haven't really put anything there before) or should i make a stackforge project and let you the openstack-infra take care of publishing? | 00:31 |
locke105 | let the openstack-infra* | 00:31 |
mordred | locke105: the second thing | 00:31 |
locke105 | ok | 00:31 |
*** lakshmi has quit IRC | 00:32 | |
locke105 | so ... basic steps are 1) make a project in stackforge, 2) get some jobs setup in JJB config and zuul layout, 3) ??? , 4) profit | 00:32 |
locke105 | well maybe not 4 | 00:32 |
locke105 | my WIP is here https://bugs.launchpad.net/devstack/+bug/1243660 | 00:33 |
uvirtbot | Launchpad bug 1243660 in devstack "bash8 should be standalone and in pypi" [Low,Confirmed] | 00:33 |
locke105 | ah | 00:33 |
locke105 | copy paste errros | 00:33 |
locke105 | here https://github.com/locke105/bash8 | 00:33 |
*** gyee has quit IRC | 00:33 | |
locke105 | still need to pbr it up and stuff | 00:34 |
locke105 | :) | 00:34 |
* locke105 brb. coffee... | 00:35 | |
*** sweston has quit IRC | 00:36 | |
*** thuc has joined #openstack-infra | 00:50 | |
*** CaptTofu has joined #openstack-infra | 00:50 | |
*** maxbit has quit IRC | 00:51 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/config: Migrate pastebin to use cloud databases https://review.openstack.org/88741 | 00:54 |
*** thuc has quit IRC | 00:54 | |
*** imcsk8 has quit IRC | 00:56 | |
*** zhiyan_ is now known as zhiyan | 00:59 | |
openstackgerrit | A change was merged to openstack-infra/devstack-gate: Test matrix generation for feature branches. https://review.openstack.org/88671 | 01:01 |
*** zhiyan is now known as zhiyan_ | 01:02 | |
*** Ryan_Lane has quit IRC | 01:02 | |
*** Ryan_Lane has joined #openstack-infra | 01:04 | |
*** marun has joined #openstack-infra | 01:06 | |
*** nati_ueno has quit IRC | 01:12 | |
*** CaptTofu has quit IRC | 01:18 | |
*** CaptTofu has joined #openstack-infra | 01:18 | |
*** wchrisj has quit IRC | 01:20 | |
*** CaptTofu has quit IRC | 01:23 | |
*** ilives has joined #openstack-infra | 01:25 | |
*** flashgordon is now known as jogo | 01:27 | |
*** marun has quit IRC | 01:27 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/config: Remove gerrit_set_agreements https://review.openstack.org/88743 | 01:35 |
*** saschpe has quit IRC | 01:36 | |
clarkb | mordred: jeblair compare filename:"console.html" AND message:"Looks like the node went offline during the build." AND NOT build_node:*hpcloud-az2* to filename:"console.html" AND message:"Looks like the node went offline during the build." | 01:37 |
clarkb | I think hpcloud az2 is not liking us | 01:37 |
*** saschpe has joined #openstack-infra | 01:37 | |
*** amcrn has quit IRC | 01:41 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/config: Don't manage /etc/aliases for mailman https://review.openstack.org/88745 | 01:42 |
*** yamahata has joined #openstack-infra | 01:46 | |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/config: Don't keep fetching the same graphite-web revision https://review.openstack.org/88746 | 01:46 |
mordred | clarkb: yay! | 01:47 |
pleia2 | http://www.amazon.com/Official-Ubuntu-Book-8th/dp/013390539X/ | 01:47 |
openstackgerrit | Mathew Odden proposed a change to openstack-infra/config: Create bash8 project in stackforge https://review.openstack.org/88747 | 01:47 |
pleia2 | I'm now going to tell people I wrote the book on Ubuntu | 01:47 |
anteaya | yay | 01:48 |
pleia2 | (also, I am looking forward to having my free time back now that it's done :) | 01:48 |
anteaya | I already was working with that premise | 01:48 |
pleia2 | hehe | 01:49 |
anteaya | :D | 01:49 |
anteaya | well done | 01:49 |
pleia2 | literal now! | 01:49 |
pleia2 | thanks | 01:49 |
locke105 | cool | 01:49 |
locke105 | pleia2: ^ | 01:49 |
pleia2 | thanks locke105 | 01:49 |
mordred | pleia2: woot! | 01:49 |
clarkb | pleia2: nice | 01:50 |
clarkb | mordred: ya not sure what is happenign there but it appears something is shooting our nodes in the head but only in hpcloud az2 | 01:51 |
*** thuc has joined #openstack-infra | 01:51 | |
clarkb | mordred: if it happened to other AZs I would blame jenkins/nodepool/zuul but this is suspicious due to the fact only one az is affected | 01:51 |
*** adalbas has quit IRC | 01:53 | |
*** thuc has quit IRC | 01:55 | |
mordred | clarkb: I hate clouds | 01:57 |
*** Longgeek has joined #openstack-infra | 01:59 | |
locke105 | lol | 01:59 |
*** thomasem has joined #openstack-infra | 01:59 | |
*** thomasem has quit IRC | 01:59 | |
*** thuc has joined #openstack-infra | 02:00 | |
*** thuc_ has joined #openstack-infra | 02:01 | |
*** bearhands is now known as comstud | 02:02 | |
*** nati_ueno has joined #openstack-infra | 02:02 | |
*** thuc has quit IRC | 02:05 | |
*** adalbas has joined #openstack-infra | 02:06 | |
*** seither has joined #openstack-infra | 02:11 | |
openstackgerrit | Zhenguo Niu proposed a change to openstack-infra/config: Add django_openstack_auth to the integrated gate https://review.openstack.org/86528 | 02:16 |
openstackgerrit | A change was merged to openstack-infra/jeepyb: Read the has-github value from the defaults file https://review.openstack.org/86471 | 02:22 |
*** zhiyan_ is now known as zhiyan | 02:23 | |
*** nati_ueno has quit IRC | 02:24 | |
*** timrc is now known as timrc-afk | 02:26 | |
*** nati_uen_ has joined #openstack-infra | 02:28 | |
*** zhiyan is now known as zhiyan_ | 02:30 | |
*** nati_uen_ has quit IRC | 02:39 | |
*** sweston has joined #openstack-infra | 02:42 | |
*** seither has quit IRC | 02:45 | |
*** dstanek has joined #openstack-infra | 02:48 | |
*** ildikov has quit IRC | 02:52 | |
*** ildikov has joined #openstack-infra | 02:52 | |
*** Daviey has quit IRC | 03:04 | |
*** signed8bit has quit IRC | 03:06 | |
*** CaptTofu has joined #openstack-infra | 03:17 | |
openstackgerrit | Mathew Odden proposed a change to openstack-infra/config: Create bash8 project in stackforge https://review.openstack.org/88747 | 03:22 |
*** CaptTofu has quit IRC | 03:22 | |
*** nati_ueno has joined #openstack-infra | 03:36 | |
*** krotscheck has quit IRC | 03:41 | |
*** krotscheck has joined #openstack-infra | 03:44 | |
*** wenlock has joined #openstack-infra | 03:46 | |
*** Longgeek has quit IRC | 03:46 | |
*** Longgeek has joined #openstack-infra | 03:46 | |
*** lnxnut has quit IRC | 03:49 | |
*** Longgeek has quit IRC | 03:51 | |
*** lnxnut has joined #openstack-infra | 03:53 | |
*** Longgeek has joined #openstack-infra | 03:54 | |
*** ilives has quit IRC | 03:55 | |
*** dstanek has quit IRC | 04:04 | |
*** dstanek has joined #openstack-infra | 04:04 | |
*** yamahata has quit IRC | 04:05 | |
*** thuc_ has quit IRC | 04:06 | |
*** thuc has joined #openstack-infra | 04:07 | |
*** ilives has joined #openstack-infra | 04:08 | |
mgagne | In config repo, what's the point of using apache::vhost if the vhost template is overridden and no puppetlabs-apache specific variable are used inside it? Why not a file resource with a bunch of subscribe/require? | 04:11 |
*** thuc has quit IRC | 04:11 | |
mgagne | clarkb: ^ I'm evaluating the feasibility of upgrading puppetlabs-apache to the latest without breaking the world | 04:14 |
*** lnxnut has quit IRC | 04:17 | |
*** nati_ueno has quit IRC | 04:20 | |
*** dstanek has quit IRC | 04:34 | |
*** adalbas has quit IRC | 04:34 | |
*** e0ne has joined #openstack-infra | 04:37 | |
*** e0ne has quit IRC | 04:39 | |
*** harlowja is now known as harlowja_away | 04:41 | |
*** shakayumi has quit IRC | 04:46 | |
*** dkehnx has quit IRC | 04:49 | |
*** dkehnx has joined #openstack-infra | 04:49 | |
*** ilives has quit IRC | 04:55 | |
*** ildikov has quit IRC | 04:55 | |
*** khyati has quit IRC | 04:56 | |
*** che-arne has quit IRC | 05:07 | |
*** msabramo has quit IRC | 05:12 | |
*** msabramo has joined #openstack-infra | 05:13 | |
clarkb | it keeps track of sites enabled and mods | 05:16 |
*** nati_ueno has joined #openstack-infra | 05:18 | |
*** wenlock has quit IRC | 05:20 | |
*** nati_ueno has quit IRC | 05:22 | |
*** ilives has joined #openstack-infra | 05:32 | |
*** praneshp has joined #openstack-infra | 05:42 | |
msabramo | When using `python setup.py testr --coverage`, can I pass options or config to coverage.py? | 05:43 |
msabramo | I'm trying to use it for jenkins-job-builder and getting "Coverage.py warning: Module jenkins-job-builder was never imported" | 05:44 |
msabramo | I feel like it needs to be told to use jenkins-jobs as the module rather than jenkins-job-builder | 05:44 |
*** praneshp_ has joined #openstack-infra | 05:45 | |
*** praneshp has quit IRC | 05:47 | |
*** praneshp_ is now known as praneshp | 05:47 | |
*** ilives has quit IRC | 05:52 | |
*** ilives has joined #openstack-infra | 05:52 | |
*** andreykurilin_ has joined #openstack-infra | 05:55 | |
*** ilives has quit IRC | 05:58 | |
*** ilives has joined #openstack-infra | 05:59 | |
*** pcrews has quit IRC | 06:01 | |
*** andreykurilin_ has quit IRC | 06:03 | |
*** pcrews has joined #openstack-infra | 06:06 | |
*** pcrews has quit IRC | 06:15 | |
*** dkehn_ has joined #openstack-infra | 06:17 | |
*** ilives has quit IRC | 06:17 | |
*** nati_ueno has joined #openstack-infra | 06:18 | |
*** ilives has joined #openstack-infra | 06:18 | |
*** _nadya_ has joined #openstack-infra | 06:19 | |
*** dkehnx has quit IRC | 06:20 | |
*** nati_ueno has quit IRC | 06:23 | |
*** nati_ueno has joined #openstack-infra | 06:23 | |
clarkb | msabramo: coverage has a config file | 06:25 |
clarkb | I would try using thar | 06:25 |
clarkb | *that | 06:25 |
msabramo | yeah I tried that | 06:25 |
msabramo | I think it's not reading it | 06:25 |
*** sweston is now known as sweston|away | 06:25 | |
msabramo | I think it reads the .coveragerc if I do `coverage run setup.py testr` but not if I do `python setup.py testr --coverage` | 06:26 |
clarkb | it should in both cases | 06:28 |
clarkb | all testr --coverage does is run the test processes under coverage | 06:28 |
*** sweston|away is now known as sweston | 06:29 | |
clarkb | also coverage run setup.py testr wont do the correct thing | 06:29 |
clarkb | that covers testr not the tests | 06:30 |
*** _nadya_ has quit IRC | 06:30 | |
msabramo | yeah, that read .coveragerc but wasn't right | 06:30 |
msabramo | $ sudo dtruss coverage run setup.py testr 2>&1 | grep 'open.*coveragerc' | 06:30 |
msabramo | open_nocancel(".coveragerc\0", 0x0, 0x1B6) = 3 0 | 06:30 |
msabramo | ❯ sudo dtruss python setup.py --coverage testr 2>&1 | grep 'open.*coveragerc' | 06:31 |
msabramo | (nothing) | 06:31 |
clarkb | so that happensin subprocesses | 06:31 |
clarkb | does dtruss follow them? | 06:31 |
msabramo | ah good point | 06:31 |
clarkb | strace needs an arg to | 06:31 |
msabramo | might need an option | 06:31 |
msabramo | ah, need -f | 06:32 |
*** praneshp has quit IRC | 06:32 | |
clarkb | it runs X copies of coverage subunit.run | 06:32 |
msabramo | no change with -f | 06:32 |
msabramo | as I suspected | 06:32 |
clarkb | this is for jjb? | 06:33 |
msabramo | yeah | 06:34 |
msabramo | cuz it's saying "Coverage.py warning: Module jenkins-job-builder was never imported." | 06:34 |
clarkb | the .testr.conf looks correct | 06:34 |
msabramo | even though .coveragerc has: | 06:34 |
msabramo | [run] | 06:34 |
msabramo | append = .coverage | 06:34 |
msabramo | source = jenkins_jobs | 06:34 |
clarkb | it should literally run a few copies of coverage -m subunit.run | 06:35 |
clarkb | and they should open the coveragerc | 06:35 |
clarkb | hrm that append may conflict with multi process coverage though | 06:36 |
msabramo | I'll try removing it | 06:36 |
msabramo | nope still not working | 06:37 |
*** nati_ueno has quit IRC | 06:38 | |
msabramo | wonder if they run in a different directory so they don't find .coveragerc | 06:38 |
clarkb | http://git.openstack.org/cgit/openstack-dev/pbr/tree/pbr/testr_command.py#n107 | 06:38 |
clarkb | pbr is overriding what you are doing | 06:38 |
clarkb | they dont run in a different dir | 06:38 |
clarkb | its just overriding the config | 06:39 |
clarkb | try PYTHON='coverage run --parallel-mode' testr run --parallel && coverage combine | 06:40 |
msabramo | ah ha | 06:41 |
msabramo | interesting. no warnings this time | 06:41 |
msabramo | 48% coverage; looks reasonable | 06:42 |
*** nati_uen_ has joined #openstack-infra | 06:42 | |
msabramo | should I put that command in tox.ini followed by `coverage report` | 06:42 |
msabramo | ? | 06:42 |
msabramo | my worry is that someone is going to say why didn't you do it like zuul does? (because someone said that already :-)) | 06:43 |
clarkb | well point out pbr is buggy :) | 06:43 |
clarkb | maybe submit a pbr bug and link to it in tox.ini | 06:44 |
clarkb | note the coverage html output dir should match pbrs that way jenkins can copy the html for us | 06:44 |
msabramo | yeah, I'm thinking maybe pbr should let you specify the source in setup.cfg | 06:44 |
msabramo | instead of hard-coding it to the distribution name | 06:45 |
clarkb | ya | 06:45 |
clarkb | or move the jjb code | 06:45 |
clarkb | ok time for bed. hope that helped | 06:46 |
msabramo | yes, thank you!!! | 06:49 |
*** azneita has joined #openstack-infra | 06:54 | |
*** nati_uen_ has quit IRC | 06:59 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Add tox "coverage" target https://review.openstack.org/87382 | 07:00 |
*** dkehn__ has joined #openstack-infra | 07:13 | |
*** chandan_kumar has joined #openstack-infra | 07:13 | |
*** dkehn_ has quit IRC | 07:13 | |
*** azneita_ has joined #openstack-infra | 07:13 | |
*** azneita has quit IRC | 07:17 | |
*** _nadya_ has joined #openstack-infra | 07:19 | |
*** sdake_ has quit IRC | 07:26 | |
*** _nadya_ has quit IRC | 07:30 | |
*** azneita has joined #openstack-infra | 07:32 | |
*** azneita_ has quit IRC | 07:35 | |
*** azneita has quit IRC | 07:35 | |
*** _nadya_ has joined #openstack-infra | 07:47 | |
*** _nadya_ has quit IRC | 07:49 | |
*** ilives has quit IRC | 07:49 | |
*** mattymo has quit IRC | 07:59 | |
*** katyafervent has quit IRC | 07:59 | |
*** thuc has joined #openstack-infra | 08:07 | |
*** thuc has quit IRC | 08:11 | |
*** Sukhdev has joined #openstack-infra | 08:12 | |
*** ccit has joined #openstack-infra | 08:13 | |
*** katyafervent has joined #openstack-infra | 08:57 | |
*** mattymo has joined #openstack-infra | 09:02 | |
*** _nadya_ has joined #openstack-infra | 09:05 | |
*** yamahata has joined #openstack-infra | 09:06 | |
*** unicell has quit IRC | 09:18 | |
*** _nadya_ has quit IRC | 09:21 | |
*** sweston has quit IRC | 09:23 | |
*** _nadya_ has joined #openstack-infra | 09:24 | |
*** ilives has joined #openstack-infra | 09:25 | |
*** sweston has joined #openstack-infra | 09:25 | |
*** _nadya_ has quit IRC | 09:28 | |
*** e0ne has joined #openstack-infra | 09:29 | |
*** _nadya_ has joined #openstack-infra | 09:32 | |
*** sweston has quit IRC | 09:32 | |
*** lukego has quit IRC | 09:33 | |
openstackgerrit | Angus Salkeld proposed a change to openstack-infra/config: Add solum-dashboard (horizon plugin for Solum) https://review.openstack.org/87448 | 09:33 |
*** sweston has joined #openstack-infra | 09:33 | |
*** lukego has joined #openstack-infra | 09:37 | |
*** _nadya_ has quit IRC | 09:39 | |
*** Hefeweizen has quit IRC | 09:42 | |
*** Hefeweizen has joined #openstack-infra | 09:43 | |
*** _nadya_ has joined #openstack-infra | 09:45 | |
*** _nadya_ has quit IRC | 09:48 | |
*** e0ne has quit IRC | 09:49 | |
*** _nadya_ has joined #openstack-infra | 09:50 | |
*** _nadya_ has quit IRC | 09:54 | |
*** ilives has quit IRC | 09:57 | |
*** ilives has joined #openstack-infra | 09:57 | |
*** _nadya_ has joined #openstack-infra | 09:58 | |
*** ilives has quit IRC | 10:07 | |
*** _nadya_ has quit IRC | 10:08 | |
*** CaptTofu has joined #openstack-infra | 10:09 | |
*** Sukhdev has quit IRC | 10:09 | |
openstackgerrit | Matthieu Baerts proposed a change to openstack-infra/git-review: Python2: fixed UnicodeEncodeError https://review.openstack.org/88828 | 10:10 |
*** CaptTofu has quit IRC | 10:13 | |
*** ilives has joined #openstack-infra | 10:14 | |
*** Daviey has joined #openstack-infra | 10:14 | |
*** ildikov has joined #openstack-infra | 10:16 | |
*** alexpilotti has joined #openstack-infra | 10:17 | |
*** e0ne has joined #openstack-infra | 10:19 | |
*** ilives has quit IRC | 10:22 | |
*** e0ne has quit IRC | 10:30 | |
*** lnxnut has joined #openstack-infra | 10:45 | |
*** alexpilotti has quit IRC | 11:01 | |
*** dguitarbite has joined #openstack-infra | 11:05 | |
dguitarbite | is this considered to be spam? https://review.openstack.org/#/c/88890/ | 11:05 |
dguitarbite | some guy is putting 2-3 patches per minute | 11:05 |
*** azneita has joined #openstack-infra | 11:14 | |
*** CaptTofu has joined #openstack-infra | 11:31 | |
*** lukego has quit IRC | 11:32 | |
*** Longgeek has quit IRC | 11:32 | |
*** e0ne has joined #openstack-infra | 11:33 | |
*** Longgeek has joined #openstack-infra | 11:33 | |
*** e0ne has quit IRC | 11:35 | |
*** Longgeek has quit IRC | 11:37 | |
*** alexpilotti has joined #openstack-infra | 11:42 | |
*** Longgeek has joined #openstack-infra | 11:43 | |
*** dkranz has quit IRC | 11:53 | |
*** blamar has quit IRC | 11:57 | |
*** sandywalsh_ has joined #openstack-infra | 12:05 | |
*** Ryan_Lane1 has joined #openstack-infra | 12:06 | |
*** hogepodge_ has joined #openstack-infra | 12:06 | |
*** saschpe has quit IRC | 12:07 | |
*** alexpilotti has quit IRC | 12:07 | |
*** jamespag` has joined #openstack-infra | 12:07 | |
*** jamespag` has joined #openstack-infra | 12:07 | |
*** ^waterknife has joined #openstack-infra | 12:08 | |
*** sabari` has joined #openstack-infra | 12:08 | |
*** miarmak_ has joined #openstack-infra | 12:08 | |
*** yonglihe_ has joined #openstack-infra | 12:09 | |
*** krotscheck_ has joined #openstack-infra | 12:14 | |
*** krotscheck has quit IRC | 12:14 | |
*** Ryan_Lane has quit IRC | 12:14 | |
*** hogepodge has quit IRC | 12:14 | |
*** jamespage has quit IRC | 12:14 | |
*** miarmak has quit IRC | 12:14 | |
*** cp16net has quit IRC | 12:14 | |
*** sandywalsh has quit IRC | 12:14 | |
*** jpeeler1 has quit IRC | 12:14 | |
*** portante has quit IRC | 12:14 | |
*** sabari has quit IRC | 12:14 | |
*** yongli has quit IRC | 12:14 | |
*** krotscheck_ is now known as krotscheck | 12:14 | |
*** hogepodge_ is now known as hogepodge | 12:14 | |
*** portante has joined #openstack-infra | 12:15 | |
*** cp16net has joined #openstack-infra | 12:18 | |
*** jpeeler1 has joined #openstack-infra | 12:22 | |
*** chandan_kumar has quit IRC | 12:22 | |
*** sweston has quit IRC | 12:29 | |
*** sweston has joined #openstack-infra | 12:29 | |
*** _nadya_ has joined #openstack-infra | 12:32 | |
*** ^waterknife has quit IRC | 12:33 | |
*** sweston has quit IRC | 12:36 | |
openstackgerrit | afazekas proposed a change to openstack/requirements: Minimum sqlalchemy version is 0.8.1 https://review.openstack.org/89009 | 12:39 |
*** _nadya_ has quit IRC | 12:48 | |
*** mriedem has joined #openstack-infra | 12:57 | |
*** aconrad has joined #openstack-infra | 13:00 | |
*** dguitarbite has quit IRC | 13:02 | |
openstackgerrit | afazekas proposed a change to openstack/requirements: Minimum sqlalchemy version is 0.8.1 https://review.openstack.org/89009 | 13:02 |
*** e0ne has joined #openstack-infra | 13:20 | |
*** ociuhandu has joined #openstack-infra | 13:22 | |
*** nati_ueno has joined #openstack-infra | 13:27 | |
*** blamar has joined #openstack-infra | 13:28 | |
*** aconrad has quit IRC | 13:29 | |
*** thomasem has joined #openstack-infra | 13:30 | |
*** thomasem has quit IRC | 13:30 | |
*** thomasem has joined #openstack-infra | 13:30 | |
*** ociuhandu has quit IRC | 13:31 | |
*** ociuhandu has joined #openstack-infra | 13:34 | |
*** adalbas has joined #openstack-infra | 13:42 | |
*** adalbas has quit IRC | 13:45 | |
*** sweston has joined #openstack-infra | 13:51 | |
anteaya | dguitarbite: thanks for the alert, it isn't spam since with the exception of 2 patches they are on the sandbox repo, which is the intended place for this sort of test: https://review.openstack.org/#/dashboard/8645 | 13:52 |
anteaya | the only question I have is whether jenkins should be testing these kind of patches | 13:52 |
*** thuc has joined #openstack-infra | 13:52 | |
anteaya | though the jenkins job is probably noop | 13:52 |
*** thuc_ has joined #openstack-infra | 13:54 | |
*** thuc_ has quit IRC | 13:56 | |
*** thuc__ has joined #openstack-infra | 13:56 | |
*** bookwar is now known as something_else | 13:56 | |
*** something_else is now known as bookwar | 13:56 | |
*** thuc has quit IRC | 13:57 | |
*** sweston has quit IRC | 13:57 | |
*** adalbas has joined #openstack-infra | 14:02 | |
*** e0ne has quit IRC | 14:02 | |
*** e0ne has joined #openstack-infra | 14:02 | |
*** nati_ueno has quit IRC | 14:03 | |
*** bookwar has left #openstack-infra | 14:04 | |
*** pcrews has joined #openstack-infra | 14:20 | |
*** nati_ueno has joined #openstack-infra | 14:22 | |
*** thuc has joined #openstack-infra | 14:31 | |
*** thuc__ has quit IRC | 14:35 | |
jeblair | anteaya: i don't see the utility in uploading so many patches: https://review.openstack.org/#/dashboard/8645 | 14:37 |
jeblair | anteaya: the sandbox repo is a commons. people are welcome to use it to verify they have everything working, but if they are doing the kind of development where they need to constantly submit patches for testing, they should build their own test infrastructure. | 14:38 |
*** nati_ueno has quit IRC | 14:40 | |
jeblair | i have done this: update accounts set inactive='Y' where account_id=8645; | 14:41 |
*** thuc_ has joined #openstack-infra | 14:44 | |
*** thuc has quit IRC | 14:47 | |
*** ociuhandu has quit IRC | 14:47 | |
anteaya | jeblair: okay great | 14:48 |
anteaya | thank you | 14:48 |
*** adalbas has quit IRC | 14:48 | |
anteaya | I don't seem him on irc I don't think, but he sends lots of email to the ml | 14:49 |
*** leakypipes has quit IRC | 14:51 | |
*** msabramo has quit IRC | 14:55 | |
*** msabramo has joined #openstack-infra | 14:56 | |
jeblair | that wasn't enough to stop it so i have also done: delete from account_ssh_keys where account_id=8645; | 14:57 |
anteaya | persistent guy | 14:58 |
anteaya | let's see how long it takes for him to hit the ml | 14:58 |
*** adalbas has joined #openstack-infra | 15:00 | |
jeblair | i sent him mail | 15:03 |
anteaya | k | 15:03 |
jeblair | wow gerrit doesn't make this easy; he's still uploading patches | 15:03 |
anteaya | how is that possible when you deleted his ssh key? | 15:04 |
jeblair | it's possible he has a connection open or is using authenticated http | 15:04 |
anteaya | what was that tool fungi had for killing open connections | 15:04 |
anteaya | was it two weekends ago that happened? | 15:05 |
anteaya | I am pretty sure it was a weekend | 15:05 |
jeblair | oh, gerrit may have been caching; i have flushed the caches | 15:06 |
jeblair | yep that was it | 15:06 |
*** ociuhandu has joined #openstack-infra | 15:06 | |
jeblair | now he's getting auth failures | 15:06 |
anteaya | killcx: http://killcx.sourceforge.net/ | 15:07 |
anteaya | yay | 15:07 |
anteaya | now maybe he will read his email | 15:07 |
boris-42 | jeblair hi | 15:08 |
boris-42 | jeblair sorry for distributing but we really would like to get performance gates that works=) could you take a look at one more attempt https://review.openstack.org/#/c/88682/ ?) | 15:09 |
msabramo | clarkb: thanks for your help last night with pbr and coverage! | 15:15 |
msabramo | for now I'm using a symlink to make coverage happy | 15:15 |
msabramo | clarkb: https://review.openstack.org/87382 | 15:16 |
*** thuc has joined #openstack-infra | 15:17 | |
*** thuc_ has quit IRC | 15:20 | |
*** lukego has joined #openstack-infra | 15:21 | |
*** thuc has quit IRC | 15:21 | |
*** shakamunyi has joined #openstack-infra | 15:23 | |
*** _nadya_ has joined #openstack-infra | 15:24 | |
*** thomasem has quit IRC | 15:29 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: README.rst: Note GitHub PRs are auto-closed https://review.openstack.org/89190 | 15:30 |
*** ociuhandu has quit IRC | 15:40 | |
*** khyati has joined #openstack-infra | 15:41 | |
*** khyati has quit IRC | 15:41 | |
*** e0ne has quit IRC | 15:41 | |
*** dcramer_ has joined #openstack-infra | 15:47 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: README.rst: Add links https://review.openstack.org/89191 | 15:49 |
*** Longgeek has quit IRC | 15:51 | |
*** dcramer_ has quit IRC | 15:52 | |
*** basha_ has joined #openstack-infra | 15:57 | |
*** basha_ has quit IRC | 16:00 | |
*** basha_ has joined #openstack-infra | 16:13 | |
*** dcramer_1 has joined #openstack-infra | 16:14 | |
*** krtaylor has quit IRC | 16:20 | |
mordred | mgagne: also, the appropriate location for where vhost config files should go is different on redhat and debian | 16:20 |
*** e0ne has joined #openstack-infra | 16:21 | |
*** krtaylor has joined #openstack-infra | 16:21 | |
*** wchrisj has joined #openstack-infra | 16:22 | |
*** dkehn__ is now known as dkehnx | 16:23 | |
*** e0ne has quit IRC | 16:25 | |
*** sdake_ has joined #openstack-infra | 16:26 | |
*** basha_ has quit IRC | 16:32 | |
*** _nadya_ has quit IRC | 16:33 | |
*** wchrisj has quit IRC | 16:38 | |
*** e0ne has joined #openstack-infra | 16:41 | |
*** e0ne has quit IRC | 16:42 | |
*** e0ne has joined #openstack-infra | 16:43 | |
*** lukego has quit IRC | 16:45 | |
*** e0ne has quit IRC | 16:47 | |
*** _nadya_ has joined #openstack-infra | 17:03 | |
*** dcramer_1 has quit IRC | 17:05 | |
*** _nadya_ has quit IRC | 17:07 | |
*** _nadya_ has joined #openstack-infra | 17:08 | |
*** andreykurilin_ has joined #openstack-infra | 17:10 | |
*** ociuhandu has joined #openstack-infra | 17:12 | |
*** _nadya_ has quit IRC | 17:12 | |
*** yamahata has quit IRC | 17:15 | |
*** thomasem has joined #openstack-infra | 17:18 | |
*** _nadya_ has joined #openstack-infra | 17:20 | |
*** adalbas has quit IRC | 17:21 | |
*** thomasem has quit IRC | 17:22 | |
*** thomasem has joined #openstack-infra | 17:22 | |
*** _nadya_ has quit IRC | 17:24 | |
*** yfried__ has joined #openstack-infra | 17:28 | |
*** sdake_ has quit IRC | 17:29 | |
*** lukego has joined #openstack-infra | 17:37 | |
*** adalbas has joined #openstack-infra | 17:40 | |
*** e0ne has joined #openstack-infra | 17:42 | |
*** e0ne has quit IRC | 17:46 | |
*** dcramer_ has joined #openstack-infra | 17:48 | |
*** khyati has joined #openstack-infra | 17:50 | |
*** Sukhdev has joined #openstack-infra | 17:51 | |
mgagne | mordred: this is already covered by $apache::params::vdir | 17:52 |
mgagne | mordred: ok, this variable disappeared in the latest version :-/ | 17:54 |
jeblair | i reactivated trinath's account after i received a response to my email | 17:55 |
*** khyati has quit IRC | 17:59 | |
*** adalbas has quit IRC | 18:07 | |
*** zhiyan_ has quit IRC | 18:17 | |
msabramo | any pbr folks online? | 18:18 |
*** saschpe has joined #openstack-infra | 18:18 | |
*** lukego has quit IRC | 18:19 | |
*** HenryG_ has joined #openstack-infra | 18:24 | |
*** HenryG_ has quit IRC | 18:24 | |
*** HenryG has quit IRC | 18:27 | |
*** HenryG_ has joined #openstack-infra | 18:27 | |
*** zhiyan_ has joined #openstack-infra | 18:30 | |
*** _nadya_ has joined #openstack-infra | 18:39 | |
*** dcramer_ has quit IRC | 18:40 | |
anteaya | jeblair: thanks | 18:41 |
*** e0ne has joined #openstack-infra | 18:41 | |
*** e0ne_ has joined #openstack-infra | 18:43 | |
*** e0ne has quit IRC | 18:43 | |
*** Sukhdev has quit IRC | 18:44 | |
*** shakayumi has joined #openstack-infra | 18:46 | |
*** shakamunyi has quit IRC | 18:46 | |
*** e0ne_ has quit IRC | 18:48 | |
*** _nadya_ has quit IRC | 18:48 | |
*** _nadya_ has joined #openstack-infra | 18:55 | |
*** thomasem has quit IRC | 18:55 | |
*** yfried__ has quit IRC | 18:55 | |
*** sdake_ has joined #openstack-infra | 18:55 | |
*** thomasem has joined #openstack-infra | 18:55 | |
*** mattymo has quit IRC | 18:55 | |
*** yfried has joined #openstack-infra | 18:55 | |
msabramo | weird. `python setup.py testr` seems to invoke some but not all of the code in the pbr testr_command distutils command (invokes initialize_options but not finalize_options or run). `python setup.py test` does the right thing. | 18:55 |
*** mattymo has joined #openstack-infra | 18:55 | |
*** dcramer_ has joined #openstack-infra | 18:56 | |
msabramo | Is the latter form preferred in OpenStack tox.ini files? | 18:56 |
*** dcramer_ has quit IRC | 19:00 | |
*** shakayumi has quit IRC | 19:05 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-dev/pbr: pbr/testr_command.py: Add logging https://review.openstack.org/89203 | 19:05 |
*** shakamunyi has joined #openstack-infra | 19:15 | |
*** lukego has joined #openstack-infra | 19:15 | |
*** thuc has joined #openstack-infra | 19:17 | |
*** msabramo has quit IRC | 19:20 | |
*** thuc has quit IRC | 19:21 | |
*** msabramo has joined #openstack-infra | 19:26 | |
*** andreykurilin_ has quit IRC | 19:30 | |
*** _nadya_ has quit IRC | 19:31 | |
*** dcramer_ has joined #openstack-infra | 19:33 | |
*** _nadya_ has joined #openstack-infra | 19:34 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-dev/pbr: Make source configurable when using --coverage https://review.openstack.org/89205 | 19:35 |
*** ildikov_ has joined #openstack-infra | 19:37 | |
*** ildikov has quit IRC | 19:40 | |
*** _nadya_ has quit IRC | 19:40 | |
*** e0ne has joined #openstack-infra | 19:41 | |
*** e0ne has quit IRC | 19:43 | |
openstackgerrit | Mathew Odden proposed a change to openstack-infra/config: Create bash8 project in stackforge https://review.openstack.org/88747 | 19:47 |
*** sandywalsh_ has quit IRC | 19:49 | |
*** andreykurilin_ has joined #openstack-infra | 19:49 | |
*** andreykurilin_ has quit IRC | 19:49 | |
*** msabramo has quit IRC | 19:50 | |
*** shakamunyi has quit IRC | 19:52 | |
*** medieval1 has joined #openstack-infra | 19:55 | |
*** lukego has quit IRC | 19:55 | |
*** andreykurilin_ has joined #openstack-infra | 19:57 | |
*** dcramer_ has left #openstack-infra | 20:00 | |
*** sdake_ has quit IRC | 20:01 | |
*** msabramo has joined #openstack-infra | 20:06 | |
*** lukego has joined #openstack-infra | 20:17 | |
*** andreykurilin_ has quit IRC | 20:23 | |
*** pcrews has quit IRC | 20:35 | |
*** e0ne has joined #openstack-infra | 20:41 | |
*** e0ne has quit IRC | 20:44 | |
*** e0ne has joined #openstack-infra | 20:44 | |
*** lukego has quit IRC | 20:58 | |
*** zz_gondoi is now known as gondoi | 20:59 | |
*** lukego has joined #openstack-infra | 21:11 | |
*** gondoi is now known as zz_gondoi | 21:12 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-dev/pbr: pbr/testr_command.py: Add logging https://review.openstack.org/89203 | 21:16 |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: Support the Post Build Script plugin https://review.openstack.org/77628 | 21:25 |
*** thuc has joined #openstack-infra | 21:49 | |
*** thuc has quit IRC | 21:52 | |
*** thuc has joined #openstack-infra | 21:53 | |
*** e0ne has quit IRC | 21:56 | |
*** thuc has quit IRC | 22:02 | |
*** thuc has joined #openstack-infra | 22:02 | |
*** thuc has quit IRC | 22:06 | |
*** thuc has joined #openstack-infra | 22:32 | |
*** thuc has quit IRC | 22:33 | |
*** thuc has joined #openstack-infra | 22:33 | |
*** thuc has quit IRC | 22:37 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-dev/pbr: Make source configurable when using --coverage https://review.openstack.org/89205 | 22:45 |
*** zz_gondoi is now known as gondoi | 22:47 | |
*** gondoi is now known as zz_gondoi | 22:47 | |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Add tox "coverage" target https://review.openstack.org/87382 | 22:48 |
openstackgerrit | Marc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: README.rst: Note GitHub PRs are auto-closed https://review.openstack.org/89190 | 22:49 |
*** thuc has joined #openstack-infra | 22:52 | |
*** thuc_ has joined #openstack-infra | 22:56 | |
*** thuc__ has joined #openstack-infra | 22:57 | |
*** thuc has quit IRC | 22:59 | |
*** thuc_ has quit IRC | 23:00 | |
*** pcrews has joined #openstack-infra | 23:01 | |
*** nati_ueno has joined #openstack-infra | 23:22 | |
*** thuc__ has quit IRC | 23:26 | |
*** thuc has joined #openstack-infra | 23:26 | |
*** sdague has quit IRC | 23:28 | |
*** thuc has quit IRC | 23:30 | |
*** pcrews has quit IRC | 23:31 | |
*** sdague has joined #openstack-infra | 23:44 | |
openstackgerrit | Ruslan Kamaldinov proposed a change to openstack-infra/reviewstats: Update for Murano https://review.openstack.org/89214 | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!