clarkb | fungi you able to make the branch? | 00:00 |
---|---|---|
fungi | clarkb: i'll do it now | 00:00 |
dstufft | except it's not prohibited, the errors aren't parse errors, they are "the ordering has changed, and because of that the specifiers that Openstack used in a particular situation matched nothing" | 00:00 |
clarkb | awesome /me is eating lunch/dinner | 00:00 |
dstufft | if you had different specifiers, it wouldn't have broken you at all | 00:01 |
fungi | we have a temporary stable/0.10 branch created from the 0.10.0 tag now | 00:01 |
clarkb | fungi I think you can cherry pick mordred second change onto that | 00:02 |
fungi | i'll repropose mordred's patch plus pep8 fixes to that branch now, yeah | 00:02 |
clarkb | shouldnt need pep8 fixes either | 00:02 |
fungi | oh, even better | 00:02 |
*** barra204 has quit IRC | 00:02 | |
clarkb | since it should use older pep8 on 0.10 | 00:02 |
fungi | https://review.openstack.org/141591 and https://review.openstack.org/141592 | 00:06 |
fungi | assuming those work, we can just tag the second once it's merged, merge that tag back into master and delete the stable/0.10 branch | 00:07 |
fungi | also i'll be amused if hacking complains about the trailing . in 141591 | 00:08 |
lifeless | dstufft: order = sort_thing(a,b), order2 = sort_new(a,b); if order != order2: inform_user_of_issue | 00:08 |
lifeless | and with that, I'm hitting the road. Good luck everyone sorting this out | 00:09 |
fungi | safe travels, lifeless | 00:09 |
lifeless | thanks fungi. | 00:09 |
*** avozza is now known as zz_avozza | 00:11 | |
clarkb | fungi hrm passes pep8 but fails on other tests | 00:11 |
fungi | indeed... ERROR: branch not allowed by features matrix: 0.10 | 00:12 |
* fungi grumbles | 00:13 | |
clarkb | gah | 00:13 |
clarkb | d-g should treat all feature branches as master | 00:13 |
clarkb | fungi so that is likely a real bug in test matrix .py | 00:14 |
fungi | well, this is stable/0.10 not feature/0.10 | 00:14 |
fungi | i can use a feature branch instead | 00:14 |
clarkb | oh ya if you feature it will hack around that | 00:15 |
fungi | i'll give that a shot ans see whether it works around the matrix | 00:15 |
*** barra204 has joined #openstack-infra | 00:16 | |
*** shakamunyi has quit IRC | 00:19 | |
fungi | okay, https://review.openstack.org/141606 and https://review.openstack.org/141607 now | 00:21 |
*** barra204 has quit IRC | 00:23 | |
clarkb | once we tag we should delete the branch | 00:25 |
clarkb | to avoid confusion | 00:26 |
fungi | absolutely | 00:26 |
fungi | 0.10.1? | 00:26 |
clarkb | ya also I think maybe dont merge second change | 00:27 |
*** mwagner_lap has quit IRC | 00:27 | |
clarkb | not sure we really want that. semver can do it instead | 00:27 |
*** baoli has joined #openstack-infra | 00:28 | |
*** shakamunyi has joined #openstack-infra | 00:30 | |
*** barra204 has joined #openstack-infra | 00:31 | |
*** tylerdurden has joined #openstack-infra | 00:32 | |
*** barra204_ has joined #openstack-infra | 00:33 | |
*** baoli has quit IRC | 00:35 | |
*** Masahiro has joined #openstack-infra | 00:35 | |
*** shakamunyi has quit IRC | 00:36 | |
*** barra204 has quit IRC | 00:36 | |
*** Masahiro has quit IRC | 00:40 | |
*** harlowja_at_home has joined #openstack-infra | 00:50 | |
harlowja_at_home | is there an open bug for all the 'SQLAlchemy 0.9.8 is installed but SQLAlchemy<=0.8.99,<=0.9.99,>=0.8.4,>=0.9.7 is required by ['oslo.db']' weird stuff happening, seems like its being worked on from reading the logs, but i didn't see a associated bug | 00:54 |
harlowja_at_home | who keeps on releasing on weekends, lol | 00:55 |
*** zz_sabari is now known as sabari | 00:56 | |
*** sabari is now known as zz_sabari | 00:58 | |
*** zz_sabari is now known as sabari | 01:00 | |
*** zz_avozza is now known as avozza | 01:02 | |
*** baoli has joined #openstack-infra | 01:03 | |
fungi | harlowja_at_home: setuptools 8 | 01:11 |
harlowja_at_home | :( | 01:11 |
fungi | harlowja_at_home: i think we're going to tag https://review.openstack.org/141606 as pbr 0.10.1 | 01:11 |
harlowja_at_home | should there be a ML post (maybe to operators also) that tells people about this? | 01:12 |
fungi | harlowja_at_home: which addresses part of the setuptools 8 fallout, but the sqlalchemy problem should get fixed by approving requirements updates | 01:12 |
harlowja_at_home | i imagine peoples version numbers screwed up again :-/ | 01:12 |
harlowja_at_home | *anyone not running on tags/releases that is | 01:12 |
fungi | harlowja_at_home: pep440 codified python packaging versions, and setuptools 8 is now implementing that spec | 01:12 |
fungi | including no longer supporting some things we were doing | 01:13 |
harlowja_at_home | sure, thats great and all; still could break some operators? (so might be worthy of a post to them?) idk, just a suggestion/thought | 01:13 |
fungi | harlowja_at_home: can't hurt, once we have a better handle on what's going on | 01:14 |
harlowja_at_home | kk | 01:14 |
fungi | clarkb: 141606 passes check jobs | 01:14 |
fungi | clarkb: sounds like i can just abandon 141607 then? | 01:15 |
clarkb | fungi thats what I think | 01:15 |
clarkb | mordred ^ you around? | 01:15 |
mordred | clarkb: ola | 01:16 |
mordred | just got back | 01:16 |
mordred | I'm confused as to what's going on with the pbr thigns now | 01:17 |
fungi | mordred: so i branched pbr at 0.10.0 and cherry-picked your .g->+g change onto it | 01:17 |
mordred | so as not to release any of the other things? | 01:18 |
fungi | mordred: we can approve/tag that as 0.10.1 or whatever, then just merge the bare tag back into master and delete the temporary branch | 01:18 |
fungi | it's passed check jobs at this point so ready to go https://review.openstack.org/141606 | 01:18 |
mordred | great | 01:19 |
fungi | i also childed the non-tagged repos fix onto it, but after further discussion we probably don't need that in the brown-bag release | 01:19 |
mordred | ok | 01:19 |
fungi | so it can just be abandoned unless you disagree | 01:19 |
mordred | all sounds great to me | 01:21 |
fungi | then similar fix-ups can go into master which jive with the current semver stuff that's already there | 01:21 |
clarkb | ++ | 01:24 |
clarkb | alao I am being pulled away so dont wait on me | 01:24 |
clarkb | unless do you need me to review anything? | 01:24 |
fungi | we need an approver on 141606 | 01:24 |
fungi | as a cya, though i suppose i can be the only +2 on there if needed | 01:26 |
mordred | fungi: +A | 01:29 |
*** baoli has quit IRC | 01:29 | |
*** lttrl has joined #openstack-infra | 01:30 | |
fungi | i can tag 0.10.1 as soon as that merges, unless someone else is around and would prefer to do it | 01:30 |
fungi | since it's the only think in the gate right now, should be an hour away (gate bugs notwithstanding) | 01:31 |
fungi | s/think/thing/ | 01:31 |
*** ZZelle_ has quit IRC | 01:38 | |
*** salv-orlando has quit IRC | 01:38 | |
clarkb | I can probably get it late tonight if necessary | 01:39 |
*** otter768 has joined #openstack-infra | 01:41 | |
*** esker has joined #openstack-infra | 01:41 | |
*** zul has quit IRC | 01:45 | |
*** otter768 has quit IRC | 01:46 | |
*** mwagner_lap has joined #openstack-infra | 01:47 | |
*** harlowja_at_home has quit IRC | 01:48 | |
*** baoli has joined #openstack-infra | 01:51 | |
*** achuprin_ has quit IRC | 01:52 | |
*** zul has joined #openstack-infra | 01:57 | |
fungi | just waiting on the reqs integration job to complete now... eta 30min | 02:00 |
*** esker has quit IRC | 02:06 | |
*** pcrews has quit IRC | 02:06 | |
*** achuprin_ has joined #openstack-infra | 02:08 | |
*** amitgandhinz has joined #openstack-infra | 02:08 | |
*** weshay has quit IRC | 02:13 | |
*** avozza is now known as zz_avozza | 02:13 | |
*** amitgandhinz has quit IRC | 02:14 | |
*** pc_m has joined #openstack-infra | 02:15 | |
*** boris-42 has quit IRC | 02:23 | |
*** Masahiro has joined #openstack-infra | 02:24 | |
*** pc_m has quit IRC | 02:24 | |
fungi | it just merged. tagging now | 02:26 |
*** Masahiro has quit IRC | 02:28 | |
fungi | pbr 0.10.1 is on pypi.python.org now and should get picked up by our bandersnatch mirrors in moments | 02:34 |
fungi | what needs to be rechecked once that's sync'd? | 02:35 |
fungi | our pypi mirrors have both the tarball and wheel now (and neither leads to a 404) | 02:36 |
fungi | i'll get the null merge of the tag into master ready now | 02:38 |
clarkb | nothing to recheck until oslodb is fixed | 02:39 |
*** salv-orlando has joined #openstack-infra | 02:39 | |
clarkb | but once that is fixed we propose devstack reverts for setuptools pinning | 02:39 |
clarkb | unless you want to mass recheck things that got -1/2'd | 02:41 |
openstackgerrit | Jeremy Stanley proposed openstack-dev/pbr: Merge tag '0.10.1' into HEAD https://review.openstack.org/141612 | 02:41 |
*** sabari is now known as zz_sabari | 02:42 | |
fungi | i'll let someone else approve that | 02:43 |
fungi | and i should be safe to delete the temporary feature branch now as well | 02:43 |
*** harlowja_at_home has joined #openstack-infra | 02:43 | |
clarkb | yup | 02:43 |
*** salv-orlando has quit IRC | 02:44 | |
clarkb | mordred ^ | 02:45 |
*** koolhead17 has joined #openstack-infra | 02:46 | |
*** salv-orlando has joined #openstack-infra | 02:46 | |
fungi | branch is gone | 02:46 |
clarkb | that diff always looks funny lwt me use real computer to rwview properly | 02:47 |
fungi | yeah, it's just subtracting the diff from the tagged patch which doesn't (yet) exist on master | 02:48 |
clarkb | fungi: ya I like to check `git diff HEAD^` on those and it convincinces me that everything is good | 02:49 |
clarkb | git describe --always looks good too | 02:49 |
fungi | i used the --no-edit -s ours options we employ in merge_tags.sh so should be the same as what we'd get on a proposed/foo tag merge | 02:49 |
clarkb | er wait | 02:49 |
clarkb | it should be 0.10.1-1-gsha1 right? | 02:50 |
clarkb | no because I need to remote update | 02:50 |
clarkb | 0.10.1-49-g1f5c9f7 is the version | 02:50 |
clarkb | which seems about right | 02:50 |
*** salv-orlando has quit IRC | 02:51 | |
fungi | yeah, without that patch the commit incrementer from describe is 0.10.0-48-g... | 02:51 |
clarkb | +1 lets see if mordred is around to approve | 02:51 |
clarkb | er +2 | 02:52 |
*** salv-orlando has joined #openstack-infra | 02:53 | |
*** salv-orlando has quit IRC | 02:53 | |
fungi | also do we need a pbr release announcement? i'm sort of running out of steam for the evening | 02:55 |
fungi | but might be able to bang one out | 02:55 |
clarkb | I don't think so but mostly because I am running out of steam too | 02:55 |
clarkb | it won't hurt to send it tomorrow | 02:56 |
fungi | i am with on that one. tomorrow it is | 02:56 |
*** cody-somerville has quit IRC | 02:56 | |
fungi | if someone else wants to write it and/or send a message to the ml about the general situation including the devstack and reqs patches, that would also be helpful | 02:57 |
clarkb | at this point though next step is oslo.db to fix sqlalchemy on juno and master | 02:58 |
clarkb | then we can propose reverts of setuptools pinning and that should self test our ability to use new setuptools | 02:58 |
clarkb | you hav got to be kidding me https://jenkins03.openstack.org/job/gate-neutron-python27/3926/console | 03:01 |
clarkb | old pip/setuptools/pkg_resources hates the + | 03:02 |
clarkb | I think that is our cue to stop for the evening and unbreak things again tomorrow | 03:02 |
clarkb | mordred: if you really hate yourself read that job log | 03:03 |
clarkb | mordred: if you want to sleep tonight ignore it | 03:03 |
*** zz_avozza is now known as avozza | 03:05 | |
clarkb | I wonder how the change got through then? | 03:05 |
clarkb | since the version for pbr itself must've been funny | 03:05 |
fungi | dstufft: if you're around, older pip/setuptools/pkg_resources releases seem to dislike + in version strings?!? *boggle* | 03:09 |
*** zz_sabari is now known as sabari | 03:11 | |
fungi | pip/_vendor/pkg_resources.py", line 2605, in parse_requirements | 03:12 |
dstufft | fungi: moment | 03:13 |
fungi | pip/_vendor/pkg_resources.py", line 2583, in scan_list | 03:13 |
fungi | ValueError: ("Expected ',' or end-of-list in", u'neutron==2015.1.dev699+g7ae17b4', 'at', u'+g7ae17b4') | 03:13 |
*** dimsum__ has quit IRC | 03:14 | |
fungi | i guess that's coming from the vendored package_resources in pip | 03:14 |
*** salv-orlando has joined #openstack-infra | 03:16 | |
dstufft | I hate etuptools | 03:16 |
dstufft | it's the fucking worst | 03:16 |
clarkb | yes | 03:17 |
dstufft | so | 03:17 |
dstufft | setuptools completely accepts a version with a + in it | 03:17 |
dstufft | in every situation | 03:17 |
dstufft | except inside of a specifier | 03:17 |
*** sabari is now known as zz_sabari | 03:17 | |
fungi | umm | 03:17 |
fungi | neat! | 03:17 |
dstufft | because specifiers use custom code to parse it | 03:17 |
dstufft | a;sdkjsad | 03:17 |
fungi | arglebargle, glop-glyf?!? | 03:17 |
* mordred just got back on at the wrong time | 03:18 | |
fungi | might be better to just drink and pretend you didn't see it | 03:19 |
mordred | I mean | 03:19 |
clarkb | mordred: yes go away | 03:19 |
mordred | it's just | 03:19 |
clarkb | mordred: we need you to be healthy | 03:19 |
mordred | I mean | 03:19 |
fungi | for the sake of whatever remains of your sanity | 03:19 |
clarkb | mordred: its for your own good | 03:19 |
* mordred drools and falls over | 03:19 | |
clarkb | fungi: so I think and you will hate this, we tag 0.10.0 as 0.10.2 right now | 03:20 |
clarkb | and run with pinned setuptools for a bit | 03:20 |
clarkb | and likel we pin pip and tox and virtualenv monday | 03:20 |
clarkb | then go on holiday | 03:20 |
fungi | i can get behind that, barring any better suggestions | 03:21 |
mordred | I can't think of other ideas | 03:21 |
clarkb | mordred: you should probably review https://review.openstack.org/#/c/141612/ and approve it for completeness if it looks good | 03:21 |
fungi | i'll blow the dust off another tag and get it ready | 03:21 |
clarkb | mordred: just so that we don't have a funky release in the past | 03:21 |
dstufft | so | 03:22 |
clarkb | then we rinse and repeat for 0.10.2 | 03:22 |
dstufft | a one line patch fixes this | 03:22 |
clarkb | dstufft: but don't we need that patch in old setuptools/pkg_resources | 03:23 |
dstufft | a one character patch | 03:23 |
clarkb | dstufft: then update the vendored version in pip and do the same for pip? | 03:23 |
fungi | dstufft: in pbr or in setuptools? i'm worried about us being either able to create versions which work with setuptools<8 or setuptools>8.0.1 but not both | 03:23 |
clarkb | fungi: yes I think that is our only option which is why I am happy to go back to 0.10.0 run with pinned setuptools for a bit then uplift everything at some point when it makes sense | 03:23 |
fungi | yeah, we can respin the setuptools 8 compatibility patches in pbr once the dust clears | 03:25 |
*** cody-somerville has joined #openstack-infra | 03:25 | |
clarkb | or we stop putting git info in the versions | 03:25 |
clarkb | (I really liked that info...) | 03:26 |
dstufft | fungi: welllll, it's techincally against setuptools (and pip since we vendor it), but it's just slightly modifing a module level var, so there are a few options, 1) Monkeypatch 2) Patch setuptools and pip and release new-old versions 3) Stop putting git info in versions 4) Adjust the git info style based on what version of setuptools is installed | 03:26 |
clarkb | dstufft: 4 isn't really an option because it prevents updating setuptools on the same machine later | 03:26 |
clarkb | dstufft: its not portable | 03:26 |
*** salv-orlando has quit IRC | 03:27 | |
fungi | some distro package maintainers complain about the git shas in version numbers too. we already have the devNNN commit increment which i think should be plenty reasonable | 03:29 |
fungi | (where people building packages of dev snapshots are concerned) | 03:29 |
clarkb | fungi: the problem with that is that we can have many devNNN with the same N particular in the gate | 03:30 |
clarkb | fungi: so you need some additional info saying version X really comes from ovher thre | 03:30 |
clarkb | I always found it handy | 03:30 |
fungi | clarkb: that assumes we have multiple branches with the most recent tag in common | 03:30 |
clarkb | fungi: no | 03:30 |
fungi | oh, right | 03:30 |
fungi | proposed changes | 03:30 |
clarkb | devNNN is the same for any change with the same HEAD | 03:30 |
clarkb | of which there could be hundreds (in the case of nova) | 03:31 |
fungi | yeah, that's touchy | 03:31 |
clarkb | but it is doable, we could drop that from the versions and shove it in something metadata2.0 like | 03:31 |
*** salv-orlando has joined #openstack-infra | 03:31 | |
dstufft | what did the old thing look like | 03:31 |
dstufft | the old version | 03:31 |
dstufft | before the + | 03:31 |
fungi | . | 03:31 |
clarkb | dstufft: 2.3.4.5.g1231231 | 03:31 |
fungi | neutron==2015.1.dev699.g7ae17b4 | 03:32 |
dstufft | just 2015.1.dev699.g7ae17b4 | 03:32 |
dstufft | ? | 03:32 |
clarkb | dstufft: so ya s/+/./ | 03:32 |
dstufft | hmm | 03:32 |
*** liusheng has quit IRC | 03:32 | |
fungi | can we s/+/-/ there? | 03:32 |
dstufft | maybe we update the normalization rules in PEP 440 | 03:32 |
clarkb | fungi: I think - still needs to be sortable | 03:32 |
dstufft | and say that a final trailing .whatever which is alpha numeric is moved to + | 03:33 |
dstufft | I need to think about that a little bit | 03:33 |
*** liusheng has joined #openstack-infra | 03:33 | |
*** harlowja_at_home has quit IRC | 03:33 | |
*** salv-orlando has quit IRC | 03:36 | |
*** juice has quit IRC | 03:38 | |
*** gilliard has quit IRC | 03:39 | |
*** juice has joined #openstack-infra | 03:39 | |
*** gilliard has joined #openstack-infra | 03:39 | |
*** Masahiro has joined #openstack-infra | 03:39 | |
fungi | okay, pbr 0.10.2 is on our mirrors now | 03:40 |
clarkb | fungi: woot thank you | 03:40 |
fungi | the first bandersnatch run only picked up the wheel, but the second pass managed to grab the tarball | 03:41 |
*** otter768 has joined #openstack-infra | 03:42 | |
*** koolhead17 has quit IRC | 03:43 | |
*** Masahiro has quit IRC | 03:44 | |
*** mfink__ has joined #openstack-infra | 03:44 | |
*** amitgandhinz has joined #openstack-infra | 03:45 | |
*** cnesa2 has joined #openstack-infra | 03:45 | |
*** otter768 has quit IRC | 03:46 | |
*** ruhe2 has joined #openstack-infra | 03:46 | |
*** greghayn1 has joined #openstack-infra | 03:47 | |
*** funzo_ has joined #openstack-infra | 03:47 | |
*** SergeyLukjanov2 has joined #openstack-infra | 03:47 | |
*** NikitaKonovalov2 has joined #openstack-infra | 03:47 | |
*** ruhe has quit IRC | 03:47 | |
*** cnesa has quit IRC | 03:47 | |
*** SergeyLukjanov has quit IRC | 03:47 | |
*** NikitaKonovalov has quit IRC | 03:47 | |
*** greghaynes has quit IRC | 03:47 | |
*** mika has quit IRC | 03:47 | |
*** xianghui has quit IRC | 03:47 | |
*** uvirtbot has quit IRC | 03:47 | |
*** mfink has quit IRC | 03:47 | |
*** charz has quit IRC | 03:47 | |
*** LinuxJedi has quit IRC | 03:47 | |
*** jeblair has quit IRC | 03:47 | |
*** ruhe2 is now known as ruhe | 03:47 | |
*** NikitaKonovalov2 is now known as NikitaKonovalov | 03:47 | |
*** imcsk8 has quit IRC | 03:47 | |
*** SergeyLukjanov2 is now known as SergeyLukjanov | 03:48 | |
*** mtreinish has quit IRC | 03:48 | |
*** funzo has quit IRC | 03:48 | |
dstufft | clarkb: fungi I'm not going to have time to fully investigate this tonight, but tomorrow I should. off the top of my head I think we can normalize 2.3.4.5.g1231231 to 2.3.4.5+g1231231 so it'll do the right thing if you have 2.3.4.5.g1231231 | 03:48 |
*** LinuxJedi has joined #openstack-infra | 03:48 | |
*** xianghui has joined #openstack-infra | 03:49 | |
*** dangers_away has quit IRC | 03:49 | |
clarkb | dstufft: no problem I think fungi and I are about to call it a night too | 03:49 |
*** mika has joined #openstack-infra | 03:49 | |
*** jeblair has joined #openstack-infra | 03:49 | |
fungi | dstufft: so maybe a setuptools 8.0.1 could solve this for us long enough for us to transition to something properly normalized? | 03:49 |
*** SotK has quit IRC | 03:49 | |
*** dteselkin has quit IRC | 03:49 | |
*** dangers_away has joined #openstack-infra | 03:49 | |
fungi | dstufft: sounds great if it works out--thanks again for the help | 03:49 |
*** jyuso has quit IRC | 03:50 | |
*** SotK has joined #openstack-infra | 03:50 | |
*** koolhead17 has joined #openstack-infra | 03:51 | |
dstufft | fungi: well 8.0.1 is already out ;) but it'd be 8.0.2 but yea basically, I need to investigate it some more because we tried something like that originally and if I recall it made things too amibigous... but I don't remember what the exact details of what we tried were | 03:51 |
fungi | dstufft: okay, awesome. keep us posted when you get a chance to dig into it again | 03:52 |
dstufft | https://github.com/pypa/pip/pull/1894 has some history on things as we were going "ok maybe try this syntax" | 03:52 |
*** jyuso has joined #openstack-infra | 03:52 | |
dstufft | (fun fact, that is the most commented on issue or PR in all of pip) | 03:53 |
fungi | ha | 03:53 |
fungi | looks like a good read | 03:53 |
*** imcsk8 has joined #openstack-infra | 03:54 | |
dstufft | I was trying a lot of different things, and a lot of things combined, so I don't remember if a rule like turn .<githash> into +<githash> was on it's own causing some really bad parses or if that was combined with other things | 03:55 |
*** charz has joined #openstack-infra | 03:55 | |
*** mtreinish has joined #openstack-infra | 03:55 | |
*** koolhead17 has quit IRC | 03:55 | |
*** dteselkin has joined #openstack-infra | 03:58 | |
*** shashankhegde has joined #openstack-infra | 04:00 | |
fungi | okay, i'm settling in for some cartoons, but i'll catch up with everyone again tomorrow | 04:01 |
*** claco has left #openstack-infra | 04:01 | |
*** shashankhegde has quit IRC | 04:02 | |
*** thedodd has joined #openstack-infra | 04:08 | |
*** amitgandhinz has quit IRC | 04:11 | |
*** amitgandhinz has joined #openstack-infra | 04:12 | |
*** koolhead17 has joined #openstack-infra | 04:15 | |
*** koolhead17 has quit IRC | 04:20 | |
*** amitgandhinz has quit IRC | 04:22 | |
*** amitgandhinz has joined #openstack-infra | 04:22 | |
*** uvirtbot has joined #openstack-infra | 04:22 | |
*** avozza is now known as zz_avozza | 04:22 | |
*** eharney has quit IRC | 04:25 | |
*** flashgordon is now known as jogo | 04:27 | |
*** salv-orlando has joined #openstack-infra | 04:32 | |
*** amitgandhinz has quit IRC | 04:34 | |
*** amitgandhinz has joined #openstack-infra | 04:35 | |
*** salv-orlando has quit IRC | 04:40 | |
*** stevemar has quit IRC | 04:41 | |
*** ryanpetrello has joined #openstack-infra | 04:42 | |
*** salv-orlando has joined #openstack-infra | 04:45 | |
*** kevinbenton has quit IRC | 04:45 | |
*** salv-orlando has quit IRC | 04:47 | |
*** salv-orlando has joined #openstack-infra | 04:47 | |
*** amitgandhinz has quit IRC | 04:48 | |
*** amitgandhinz has joined #openstack-infra | 04:48 | |
*** salv-orlando has quit IRC | 04:51 | |
*** amitgandhinz has quit IRC | 04:53 | |
*** salv-orlando has joined #openstack-infra | 04:55 | |
openstackgerrit | Doug Wiegley proposed openstack/requirements: Add new neutron service repos to projects list https://review.openstack.org/141619 | 04:55 |
clarkb | uh hrm | 04:56 |
clarkb | dougwig: re ^ do we expect to put them in requierements lists? | 04:56 |
*** ryanpetrello has quit IRC | 04:56 | |
openstackgerrit | Doug Wiegley proposed openstack/requirements: Add Octavia to project list https://review.openstack.org/141620 | 04:56 |
dougwig | clarkb: no. i was trying to enable the proposal bot. | 04:57 |
clarkb | oh I misread ya thats correct way to do that | 04:58 |
clarkb | ignore me. brain is fried | 04:58 |
dougwig | oh good, i was worried i had misread the jenkins jobs. | 04:58 |
*** ryanpetrello has joined #openstack-infra | 04:58 | |
mtreinish | clarkb: it's been one of those days... | 04:59 |
*** shashankhegde has joined #openstack-infra | 04:59 | |
*** salv-orlando has quit IRC | 04:59 | |
clarkb | mtreinish you are up late | 05:00 |
mtreinish | clarkb: I was bored and starting playing with the subunit2sql data | 05:01 |
*** cody-somerville has quit IRC | 05:01 | |
clarkb | anything interesting pop out? | 05:01 |
*** salv-orlando has joined #openstack-infra | 05:01 | |
mtreinish | yes, I actually just found 1 test that is significantly slower on trusty vs precise | 05:02 |
clarkb | neat | 05:02 |
mtreinish | it goes from <50 sec on precise to ~150 sec on trusty | 05:02 |
mtreinish | no idea why, but it's cool to be able to figure that out:) | 05:02 |
clarkb | Possibly a similar thing to nodepools pycrypto issues? | 05:02 |
clarkb | basically if C dev hwaders not available it uses native slower python | 05:03 |
clarkb | when installing pycrypto | 05:03 |
mtreinish | hmm maybe, the test was: ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume | 05:04 |
mtreinish | so I was guessing it was something related to iscsi on the newer kernel | 05:05 |
*** lttrl has quit IRC | 05:05 | |
*** ryanpetrello has quit IRC | 05:05 | |
*** salv-orlando has quit IRC | 05:06 | |
mtreinish | but, it's late and it took me like 2-3 hours to get that far. So I'm fine with playing statistician and just saying look at the cool trend I found and leaving it there... | 05:08 |
*** shashankhegde has quit IRC | 05:09 | |
*** zz_dimtruck is now known as dimtruck | 05:14 | |
*** zz_avozza is now known as avozza | 05:14 | |
*** talluri has joined #openstack-infra | 05:14 | |
*** kashyap` has joined #openstack-infra | 05:21 | |
*** BadCub_ has joined #openstack-infra | 05:22 | |
*** salv-orlando has joined #openstack-infra | 05:23 | |
*** slagle_ has joined #openstack-infra | 05:23 | |
*** mugsie_ has joined #openstack-infra | 05:23 | |
*** schang_ has joined #openstack-infra | 05:24 | |
*** talluri has quit IRC | 05:24 | |
*** lifeless_ has joined #openstack-infra | 05:25 | |
*** wznoinsk has joined #openstack-infra | 05:25 | |
*** talluri has joined #openstack-infra | 05:25 | |
*** dimtruck is now known as zz_dimtruck | 05:25 | |
*** liusheng has quit IRC | 05:26 | |
*** liusheng has joined #openstack-infra | 05:27 | |
*** salv-orlando has quit IRC | 05:28 | |
*** Masahiro has joined #openstack-infra | 05:28 | |
*** xianghui_ has joined #openstack-infra | 05:29 | |
*** salv-orlando has joined #openstack-infra | 05:31 | |
*** pfalleno1 has joined #openstack-infra | 05:32 | |
*** tteggel_ has joined #openstack-infra | 05:32 | |
*** uvirtbot has quit IRC | 05:32 | |
*** xianghui has quit IRC | 05:32 | |
*** funzo_ has quit IRC | 05:32 | |
*** lifeless has quit IRC | 05:32 | |
*** yolanda has quit IRC | 05:32 | |
*** wznoinsk_ has quit IRC | 05:32 | |
*** harlowja_away has quit IRC | 05:32 | |
*** david-lyle_afk has quit IRC | 05:32 | |
*** primeministerp has quit IRC | 05:32 | |
*** kashyap has quit IRC | 05:32 | |
*** jesusaurus has quit IRC | 05:32 | |
*** annegentle has quit IRC | 05:32 | |
*** pfallenop has quit IRC | 05:32 | |
*** mugsie has quit IRC | 05:32 | |
*** HenryG has quit IRC | 05:32 | |
*** tteggel has quit IRC | 05:32 | |
*** schang has quit IRC | 05:32 | |
*** slagle has quit IRC | 05:32 | |
*** alaski has quit IRC | 05:32 | |
*** BadCub has quit IRC | 05:32 | |
*** coolsvap has quit IRC | 05:32 | |
*** grue_pm has quit IRC | 05:32 | |
*** imcsk8 has quit IRC | 05:32 | |
*** mwagner_lap has quit IRC | 05:32 | |
*** marcusvrn has quit IRC | 05:32 | |
*** timrc has quit IRC | 05:32 | |
*** ayoung has quit IRC | 05:32 | |
*** rediskin has quit IRC | 05:32 | |
*** flwang has quit IRC | 05:32 | |
*** mattoliverau has quit IRC | 05:32 | |
*** zigo has quit IRC | 05:32 | |
*** jamielennox|away has quit IRC | 05:32 | |
*** masayukig has quit IRC | 05:32 | |
*** krtaylor has quit IRC | 05:32 | |
*** freyes has quit IRC | 05:32 | |
*** dmitryme has quit IRC | 05:32 | |
*** Nakato has quit IRC | 05:32 | |
*** jgrimm has quit IRC | 05:32 | |
*** Shrews has quit IRC | 05:32 | |
*** jpeeler has quit IRC | 05:32 | |
*** hogepodge has quit IRC | 05:32 | |
*** mancdaz has quit IRC | 05:32 | |
*** Vek has quit IRC | 05:32 | |
*** sc68cal has quit IRC | 05:32 | |
*** nibalizer has quit IRC | 05:32 | |
*** apmelton_ has quit IRC | 05:32 | |
*** Hunner has quit IRC | 05:32 | |
*** trey has quit IRC | 05:32 | |
*** briancline has quit IRC | 05:32 | |
*** dteselkin has quit IRC | 05:32 | |
*** NikitaKonovalov has quit IRC | 05:32 | |
*** ruhe has quit IRC | 05:32 | |
*** achuprin_ has quit IRC | 05:32 | |
*** zul has quit IRC | 05:32 | |
*** HeOS has quit IRC | 05:32 | |
*** ZZelle has quit IRC | 05:32 | |
*** andreaf_ has quit IRC | 05:32 | |
*** HeOS_ has quit IRC | 05:32 | |
*** akuznetsova has quit IRC | 05:32 | |
*** sbadia has quit IRC | 05:32 | |
*** tlbr has quit IRC | 05:32 | |
*** tchaypo has quit IRC | 05:32 | |
*** superdan has quit IRC | 05:32 | |
*** JoshNang has quit IRC | 05:32 | |
*** davidlenwell has quit IRC | 05:32 | |
*** Apsu has quit IRC | 05:32 | |
*** dvorak has quit IRC | 05:32 | |
*** antonym has quit IRC | 05:32 | |
*** SpamapS has quit IRC | 05:32 | |
*** dhellmann has quit IRC | 05:32 | |
*** EntropyWorks has quit IRC | 05:32 | |
*** schang_ is now known as schang | 05:32 | |
*** yfried_ has quit IRC | 05:32 | |
*** david-lyle_afk has joined #openstack-infra | 05:33 | |
*** HenryG has joined #openstack-infra | 05:33 | |
*** primeministerp has joined #openstack-infra | 05:33 | |
*** Masahiro has quit IRC | 05:33 | |
*** salv-orl_ has joined #openstack-infra | 05:34 | |
*** uvirtbot has joined #openstack-infra | 05:34 | |
*** achanda has joined #openstack-infra | 05:34 | |
*** funzo has joined #openstack-infra | 05:34 | |
*** salv-orlando has quit IRC | 05:36 | |
*** nikil22 has joined #openstack-infra | 05:37 | |
*** salv-orlando has joined #openstack-infra | 05:38 | |
*** achanda has quit IRC | 05:38 | |
*** salv-orl_ has quit IRC | 05:38 | |
*** dteselkin has joined #openstack-infra | 05:39 | |
*** NikitaKonovalov has joined #openstack-infra | 05:39 | |
*** ruhe has joined #openstack-infra | 05:39 | |
*** achuprin_ has joined #openstack-infra | 05:39 | |
*** zul has joined #openstack-infra | 05:39 | |
*** HeOS has joined #openstack-infra | 05:39 | |
*** ZZelle has joined #openstack-infra | 05:39 | |
*** Apsu has joined #openstack-infra | 05:39 | |
*** andreaf_ has joined #openstack-infra | 05:39 | |
*** HeOS_ has joined #openstack-infra | 05:39 | |
*** akuznetsova has joined #openstack-infra | 05:39 | |
*** sbadia has joined #openstack-infra | 05:39 | |
*** tlbr has joined #openstack-infra | 05:39 | |
*** tchaypo has joined #openstack-infra | 05:39 | |
*** superdan has joined #openstack-infra | 05:39 | |
*** EntropyWorks has joined #openstack-infra | 05:39 | |
*** JoshNang has joined #openstack-infra | 05:39 | |
*** davidlenwell has joined #openstack-infra | 05:39 | |
*** dvorak has joined #openstack-infra | 05:39 | |
*** antonym has joined #openstack-infra | 05:39 | |
*** SpamapS has joined #openstack-infra | 05:39 | |
*** dhellmann has joined #openstack-infra | 05:39 | |
*** zz_sabari is now known as sabari | 05:39 | |
*** achanda has joined #openstack-infra | 05:41 | |
*** yolanda has joined #openstack-infra | 05:41 | |
*** salv-orlando has quit IRC | 05:42 | |
*** otter768 has joined #openstack-infra | 05:43 | |
*** nikil22 has quit IRC | 05:43 | |
*** coolsvap has joined #openstack-infra | 05:44 | |
*** achanda has quit IRC | 05:45 | |
*** sabari is now known as zz_sabari | 05:45 | |
*** otter768 has quit IRC | 05:47 | |
*** imcsk8 has joined #openstack-infra | 05:48 | |
*** marcusvrn has joined #openstack-infra | 05:48 | |
*** timrc has joined #openstack-infra | 05:48 | |
*** ayoung has joined #openstack-infra | 05:48 | |
*** rediskin has joined #openstack-infra | 05:48 | |
*** flwang has joined #openstack-infra | 05:48 | |
*** mattoliverau has joined #openstack-infra | 05:48 | |
*** zigo has joined #openstack-infra | 05:48 | |
*** jamielennox|away has joined #openstack-infra | 05:48 | |
*** masayukig has joined #openstack-infra | 05:48 | |
*** krtaylor has joined #openstack-infra | 05:48 | |
*** freyes has joined #openstack-infra | 05:48 | |
*** dmitryme has joined #openstack-infra | 05:48 | |
*** Nakato has joined #openstack-infra | 05:48 | |
*** jgrimm has joined #openstack-infra | 05:48 | |
*** Shrews has joined #openstack-infra | 05:48 | |
*** jpeeler has joined #openstack-infra | 05:48 | |
*** hogepodge has joined #openstack-infra | 05:48 | |
*** mancdaz has joined #openstack-infra | 05:48 | |
*** sc68cal has joined #openstack-infra | 05:48 | |
*** nibalizer has joined #openstack-infra | 05:48 | |
*** apmelton_ has joined #openstack-infra | 05:48 | |
*** trey has joined #openstack-infra | 05:48 | |
*** Hunner has joined #openstack-infra | 05:48 | |
*** briancline has joined #openstack-infra | 05:48 | |
*** amitgandhinz has joined #openstack-infra | 05:48 | |
*** annegentle has joined #openstack-infra | 05:52 | |
*** funzo_ has joined #openstack-infra | 05:52 | |
*** alaski has joined #openstack-infra | 05:52 | |
*** grue_pm has joined #openstack-infra | 05:52 | |
*** pcrews has joined #openstack-infra | 05:52 | |
*** amitgandhinz has quit IRC | 05:54 | |
*** funzo_ has quit IRC | 05:55 | |
*** annegentle has quit IRC | 05:55 | |
*** annegentle has joined #openstack-infra | 05:55 | |
*** annegentle has quit IRC | 05:56 | |
*** jesusaurus has joined #openstack-infra | 05:59 | |
*** imcsk8 has quit IRC | 05:59 | |
*** marcusvrn has quit IRC | 05:59 | |
*** timrc has quit IRC | 05:59 | |
*** ayoung has quit IRC | 05:59 | |
*** rediskin has quit IRC | 05:59 | |
*** flwang has quit IRC | 05:59 | |
*** mattoliverau has quit IRC | 05:59 | |
*** zigo has quit IRC | 05:59 | |
*** jamielennox|away has quit IRC | 05:59 | |
*** masayukig has quit IRC | 05:59 | |
*** krtaylor has quit IRC | 05:59 | |
*** freyes has quit IRC | 05:59 | |
*** dmitryme has quit IRC | 05:59 | |
*** Nakato has quit IRC | 05:59 | |
*** jgrimm has quit IRC | 05:59 | |
*** Shrews has quit IRC | 05:59 | |
*** jpeeler has quit IRC | 05:59 | |
*** hogepodge has quit IRC | 05:59 | |
*** mancdaz has quit IRC | 05:59 | |
*** sc68cal has quit IRC | 05:59 | |
*** nibalizer has quit IRC | 05:59 | |
*** apmelton_ has quit IRC | 05:59 | |
*** Hunner has quit IRC | 05:59 | |
*** trey has quit IRC | 05:59 | |
*** briancline has quit IRC | 05:59 | |
*** annegentle has joined #openstack-infra | 05:59 | |
*** imcsk8 has joined #openstack-infra | 06:00 | |
*** marcusvrn has joined #openstack-infra | 06:00 | |
*** timrc has joined #openstack-infra | 06:00 | |
*** ayoung has joined #openstack-infra | 06:00 | |
*** rediskin has joined #openstack-infra | 06:00 | |
*** flwang has joined #openstack-infra | 06:00 | |
*** mattoliverau has joined #openstack-infra | 06:00 | |
*** zigo has joined #openstack-infra | 06:00 | |
*** jamielennox|away has joined #openstack-infra | 06:00 | |
*** masayukig has joined #openstack-infra | 06:00 | |
*** krtaylor has joined #openstack-infra | 06:00 | |
*** freyes has joined #openstack-infra | 06:00 | |
*** dmitryme has joined #openstack-infra | 06:00 | |
*** Nakato has joined #openstack-infra | 06:00 | |
*** jgrimm has joined #openstack-infra | 06:00 | |
*** Shrews has joined #openstack-infra | 06:00 | |
*** jpeeler has joined #openstack-infra | 06:00 | |
*** hogepodge has joined #openstack-infra | 06:00 | |
*** mancdaz has joined #openstack-infra | 06:00 | |
*** sc68cal has joined #openstack-infra | 06:00 | |
*** nibalizer has joined #openstack-infra | 06:00 | |
*** apmelton_ has joined #openstack-infra | 06:00 | |
*** trey has joined #openstack-infra | 06:00 | |
*** Hunner has joined #openstack-infra | 06:00 | |
*** briancline has joined #openstack-infra | 06:00 | |
*** salv-orlando has joined #openstack-infra | 06:04 | |
*** pcrews has quit IRC | 06:06 | |
*** salv-orlando has quit IRC | 06:06 | |
*** salv-orlando has joined #openstack-infra | 06:06 | |
*** alaski_ has joined #openstack-infra | 06:10 | |
*** salv-orlando has quit IRC | 06:11 | |
*** annegentle has quit IRC | 06:15 | |
*** alaski has quit IRC | 06:15 | |
*** grue_pm has quit IRC | 06:15 | |
*** david-ly_ has joined #openstack-infra | 06:15 | |
*** grue_pm has joined #openstack-infra | 06:15 | |
*** salv-orlando has joined #openstack-infra | 06:17 | |
*** david-lyle_afk has quit IRC | 06:18 | |
*** annegentle has joined #openstack-infra | 06:19 | |
*** david-lyle_afk has joined #openstack-infra | 06:19 | |
*** salv-orlando has quit IRC | 06:21 | |
*** david-ly_ has quit IRC | 06:21 | |
*** sc68cal has quit IRC | 06:22 | |
*** sc68cal has joined #openstack-infra | 06:23 | |
*** shashankhegde has joined #openstack-infra | 06:23 | |
*** grue_pm has quit IRC | 06:24 | |
*** grue_pm_ has joined #openstack-infra | 06:25 | |
*** salv-orlando has joined #openstack-infra | 06:26 | |
*** nikil22 has joined #openstack-infra | 06:27 | |
*** mwagner_lap has joined #openstack-infra | 06:30 | |
*** salv-orlando has quit IRC | 06:30 | |
*** avozza is now known as zz_avozza | 06:33 | |
*** salv-orlando has joined #openstack-infra | 06:37 | |
*** annegentle has quit IRC | 06:40 | |
*** salv-orlando has quit IRC | 06:41 | |
*** armax has quit IRC | 06:43 | |
*** zz_sabari is now known as sabari | 06:43 | |
*** yfried_ has joined #openstack-infra | 06:46 | |
*** yfried_ has quit IRC | 06:47 | |
*** salv-orl_ has joined #openstack-infra | 06:50 | |
*** pcrews has joined #openstack-infra | 06:50 | |
*** yfried has joined #openstack-infra | 06:50 | |
*** salv-orl_ has quit IRC | 06:54 | |
*** annegentle has joined #openstack-infra | 06:57 | |
*** pcrews has quit IRC | 06:57 | |
*** annegentle is now known as Guest91362 | 06:58 | |
*** amitgandhinz has joined #openstack-infra | 07:00 | |
*** salv-orlando has joined #openstack-infra | 07:00 | |
*** yfried is now known as yfried|afk | 07:01 | |
*** amitgandhinz has quit IRC | 07:05 | |
*** salv-orl_ has joined #openstack-infra | 07:09 | |
*** salv-orlando has quit IRC | 07:11 | |
*** salv-orl_ has quit IRC | 07:13 | |
*** yfried|afk is now known as yfried | 07:14 | |
*** salv-orlando has joined #openstack-infra | 07:16 | |
*** Vek has joined #openstack-infra | 07:19 | |
*** salv-orlando has quit IRC | 07:20 | |
*** salv-orlando has joined #openstack-infra | 07:22 | |
*** _nadya_ has joined #openstack-infra | 07:23 | |
*** zz_avozza is now known as avozza | 07:25 | |
*** salv-orlando has quit IRC | 07:27 | |
*** _nadya_ has quit IRC | 07:27 | |
*** nikil22 has quit IRC | 07:32 | |
openstackgerrit | Andrey Pavlov proposed openstack-infra/jenkins-job-builder: Add 'node' parameter to 'parameters' https://review.openstack.org/137632 | 07:32 |
*** sressot has quit IRC | 07:33 | |
*** sressot has joined #openstack-infra | 07:35 | |
*** salv-orlando has joined #openstack-infra | 07:37 | |
*** Longgeek has joined #openstack-infra | 07:39 | |
*** e0ne has joined #openstack-infra | 07:39 | |
*** shashankhegde has quit IRC | 07:41 | |
*** salv-orl_ has joined #openstack-infra | 07:41 | |
*** salv-orlando has quit IRC | 07:42 | |
*** salv-orlando has joined #openstack-infra | 07:43 | |
*** otter768 has joined #openstack-infra | 07:43 | |
*** salv-orl_ has quit IRC | 07:46 | |
*** otter768 has quit IRC | 07:48 | |
*** jamespage_ has quit IRC | 07:49 | |
*** salv-orlando has quit IRC | 07:50 | |
*** salv-orlando has joined #openstack-infra | 07:54 | |
*** salv-orlando has quit IRC | 07:59 | |
*** pblaho has joined #openstack-infra | 07:59 | |
*** Longgeek has quit IRC | 08:02 | |
*** teran has joined #openstack-infra | 08:03 | |
*** salv-orlando has joined #openstack-infra | 08:03 | |
*** Longgeek has joined #openstack-infra | 08:07 | |
*** salv-orlando has quit IRC | 08:07 | |
*** sabari is now known as zz_sabari | 08:08 | |
*** salv-orlando has joined #openstack-infra | 08:10 | |
*** zz_sabari is now known as sabari | 08:10 | |
*** shashankhegde has joined #openstack-infra | 08:10 | |
*** thedodd has quit IRC | 08:10 | |
*** salv-orl_ has joined #openstack-infra | 08:13 | |
*** salv-orlando has quit IRC | 08:15 | |
*** shashankhegde has quit IRC | 08:16 | |
*** dimsum__ has joined #openstack-infra | 08:19 | |
*** teran_ has joined #openstack-infra | 08:21 | |
*** asettle has joined #openstack-infra | 08:21 | |
*** achanda has joined #openstack-infra | 08:22 | |
*** dimsum__ has quit IRC | 08:24 | |
*** teran has quit IRC | 08:24 | |
*** salv-orl_ has quit IRC | 08:25 | |
*** HeOS has quit IRC | 08:30 | |
*** pblaho has quit IRC | 08:34 | |
*** achanda has quit IRC | 08:36 | |
*** avozza is now known as zz_avozza | 08:45 | |
*** amitgandhinz has joined #openstack-infra | 08:49 | |
*** achanda has joined #openstack-infra | 08:51 | |
*** greghayn1 is now known as greghaynes | 08:53 | |
*** amitgandhinz has quit IRC | 08:54 | |
*** amuller has joined #openstack-infra | 08:59 | |
*** yfried is now known as yfried|afk | 09:04 | |
*** mwagner_lap has quit IRC | 09:05 | |
*** Masahiro has joined #openstack-infra | 09:06 | |
*** Masahiro has quit IRC | 09:10 | |
*** Murad has joined #openstack-infra | 09:11 | |
*** jlibosva has joined #openstack-infra | 09:13 | |
*** jlibosva has quit IRC | 09:17 | |
*** koolhead17 has joined #openstack-infra | 09:18 | |
*** koolhead17 has joined #openstack-infra | 09:18 | |
*** yfried|afk is now known as yfried | 09:18 | |
*** nuritv has joined #openstack-infra | 09:25 | |
*** nuritv has quit IRC | 09:26 | |
*** nuritv has joined #openstack-infra | 09:28 | |
*** nuritv has quit IRC | 09:29 | |
*** nuritv has joined #openstack-infra | 09:29 | |
*** zz_avozza is now known as avozza | 09:36 | |
*** otter768 has joined #openstack-infra | 09:44 | |
*** koolhead17 has quit IRC | 09:46 | |
*** otter768 has quit IRC | 09:49 | |
openstackgerrit | Abhishek Chanda proposed openstack/requirements: Remove dependencies which are not needed https://review.openstack.org/141631 | 09:49 |
*** fandi has joined #openstack-infra | 09:59 | |
*** liusheng has quit IRC | 10:00 | |
*** liusheng has joined #openstack-infra | 10:01 | |
*** yfried is now known as yfried|afk | 10:04 | |
*** yfried|afk is now known as yfried | 10:10 | |
*** ihrachyshka has joined #openstack-infra | 10:15 | |
*** ihrachyshka has quit IRC | 10:16 | |
*** ihrachyshka has joined #openstack-infra | 10:16 | |
dteselkin | Hi, have question about pip on worker nodes. In my lab pip refuses to install packages from local mirror via http. So I have to switch to https, and tell pip where to get ca cert file to verify connection. | 10:20 |
dteselkin | I didn't find anything like that in openstack-infra though. So - how do you resolve that issue? :) | 10:21 |
*** teran_ has quit IRC | 10:22 | |
*** koolhead17 has joined #openstack-infra | 10:30 | |
*** koolhead17 has joined #openstack-infra | 10:30 | |
*** Murad has quit IRC | 10:32 | |
*** tnovacik has joined #openstack-infra | 10:34 | |
*** amitgandhinz has joined #openstack-infra | 10:38 | |
*** avozza is now known as zz_avozza | 10:38 | |
*** jcoufal has joined #openstack-infra | 10:38 | |
*** amitgandhinz has quit IRC | 10:43 | |
*** zhiwei has joined #openstack-infra | 10:49 | |
*** rlandy has joined #openstack-infra | 10:51 | |
*** talluri has quit IRC | 10:51 | |
*** andreykurilin has joined #openstack-infra | 10:54 | |
*** Masahiro has joined #openstack-infra | 10:55 | |
*** koolhead17 has quit IRC | 10:55 | |
*** ZZelle has quit IRC | 10:58 | |
*** ZZelle has joined #openstack-infra | 10:58 | |
*** zhiwei has quit IRC | 10:59 | |
*** zhiwei has joined #openstack-infra | 10:59 | |
*** Masahiro has quit IRC | 10:59 | |
*** nuritv has quit IRC | 11:00 | |
*** nuritv has joined #openstack-infra | 11:00 | |
*** sabari is now known as zz_sabari | 11:06 | |
*** lifeless_ is now known as lifeless | 11:14 | |
*** boris-42 has joined #openstack-infra | 11:14 | |
*** teran has joined #openstack-infra | 11:23 | |
*** teran has quit IRC | 11:28 | |
*** zz_avozza is now known as avozza | 11:30 | |
*** mase_x200 has joined #openstack-infra | 11:32 | |
*** yfried is now known as yfried|afk | 11:39 | |
*** zhiwei has quit IRC | 11:41 | |
*** otter768 has joined #openstack-infra | 11:45 | |
*** otter768 has quit IRC | 11:50 | |
*** e0ne has quit IRC | 11:53 | |
*** e0ne has joined #openstack-infra | 11:53 | |
*** talluri has joined #openstack-infra | 11:55 | |
*** yfried|afk is now known as yfried | 11:57 | |
*** ildikov has quit IRC | 11:58 | |
*** salv-orlando has joined #openstack-infra | 12:00 | |
*** talluri has quit IRC | 12:00 | |
*** salv-orlando has quit IRC | 12:01 | |
*** achanda has quit IRC | 12:04 | |
*** Longgeek has quit IRC | 12:04 | |
*** salv-orlando has joined #openstack-infra | 12:06 | |
*** e0ne has quit IRC | 12:06 | |
*** salv-orl_ has joined #openstack-infra | 12:07 | |
*** jcoufal has quit IRC | 12:10 | |
*** ildikov has joined #openstack-infra | 12:11 | |
*** jcoufal has joined #openstack-infra | 12:11 | |
*** salv-orlando has quit IRC | 12:11 | |
*** salv-orlando has joined #openstack-infra | 12:12 | |
*** salv-orl_ has quit IRC | 12:15 | |
*** e0ne has joined #openstack-infra | 12:16 | |
*** ihrachyshka has quit IRC | 12:19 | |
*** andreykurilin has quit IRC | 12:20 | |
*** avozza is now known as zz_avozza | 12:21 | |
*** salv-orlando has quit IRC | 12:22 | |
*** dimsum__ has joined #openstack-infra | 12:22 | |
*** teran has joined #openstack-infra | 12:24 | |
*** amitgandhinz has joined #openstack-infra | 12:26 | |
*** dimsum__ has quit IRC | 12:27 | |
*** teran has quit IRC | 12:29 | |
*** amitgandhinz has quit IRC | 12:31 | |
*** baoli has quit IRC | 12:39 | |
*** xianghui_ is now known as xianghui | 12:39 | |
*** achanda has joined #openstack-infra | 12:40 | |
*** Murad has joined #openstack-infra | 12:42 | |
*** achanda has quit IRC | 12:42 | |
Murad | How to preview gz compressed files in all browsers?\ | 12:42 |
*** Masahiro has joined #openstack-infra | 12:43 | |
*** Masahiro has quit IRC | 12:48 | |
*** koolhead17 has joined #openstack-infra | 13:12 | |
*** koolhead17 has joined #openstack-infra | 13:12 | |
*** zz_avozza is now known as avozza | 13:13 | |
*** Adri2000 has quit IRC | 13:14 | |
*** Murad has quit IRC | 13:14 | |
*** Adri2000 has joined #openstack-infra | 13:18 | |
*** boris-42 has quit IRC | 13:23 | |
*** teran has joined #openstack-infra | 13:25 | |
*** amitgandhinz has joined #openstack-infra | 13:27 | |
*** teran has quit IRC | 13:29 | |
*** amitgandhinz has quit IRC | 13:32 | |
*** MaxV has joined #openstack-infra | 13:34 | |
*** yfried is now known as yfried|afk | 13:38 | |
*** dimsum__ has joined #openstack-infra | 13:39 | |
*** yfried|afk is now known as yfried | 13:40 | |
*** talluri has joined #openstack-infra | 13:44 | |
*** mase_x200 has quit IRC | 13:45 | |
*** otter768 has joined #openstack-infra | 13:46 | |
*** baoli has joined #openstack-infra | 13:48 | |
*** talluri has quit IRC | 13:49 | |
*** yfried has quit IRC | 13:50 | |
*** otter768 has quit IRC | 13:51 | |
*** dkliban_afk has quit IRC | 13:51 | |
omrim | Yes | 13:53 |
*** avozza is now known as zz_avozza | 14:06 | |
*** achanda has joined #openstack-infra | 14:06 | |
*** ayoung has quit IRC | 14:06 | |
*** dimsum__ has quit IRC | 14:07 | |
*** dimsum__ has joined #openstack-infra | 14:08 | |
*** dimsum__ has quit IRC | 14:12 | |
*** baoli has quit IRC | 14:26 | |
*** teran has joined #openstack-infra | 14:26 | |
*** zz_avozza is now known as avozza | 14:27 | |
*** teran has quit IRC | 14:30 | |
*** Masahiro has joined #openstack-infra | 14:32 | |
*** talluri has joined #openstack-infra | 14:34 | |
*** jhesketh has quit IRC | 14:36 | |
*** Masahiro has quit IRC | 14:37 | |
*** andreykurilin has joined #openstack-infra | 14:38 | |
fungi | dteselkin: refuses how? we just use http | 14:38 |
*** jhesketh has joined #openstack-infra | 14:39 | |
fungi | dteselkin: we run this on nodepool nodes as they're brought online... http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/scripts/configure_mirror.sh | 14:39 |
*** koolhead17 has quit IRC | 14:41 | |
*** pc_m has joined #openstack-infra | 14:49 | |
dteselkin | fungi, hi! I'll show you a bit later logs from one of the workers. | 14:49 |
*** vponomaryov1 has quit IRC | 14:53 | |
*** weshay has joined #openstack-infra | 14:53 | |
*** achuprin_ has quit IRC | 14:53 | |
*** ayoung has joined #openstack-infra | 14:55 | |
*** ryanpetrello has joined #openstack-infra | 15:00 | |
*** achanda has quit IRC | 15:00 | |
*** ihrachyshka has joined #openstack-infra | 15:01 | |
*** ayoung has quit IRC | 15:03 | |
*** achanda has joined #openstack-infra | 15:03 | |
*** vponomaryov has joined #openstack-infra | 15:05 | |
*** Longgeek has joined #openstack-infra | 15:05 | |
*** achuprin_ has joined #openstack-infra | 15:05 | |
*** ihrachyshka has quit IRC | 15:06 | |
*** Longgeek has quit IRC | 15:06 | |
*** Longgeek has joined #openstack-infra | 15:06 | |
*** dimsum__ has joined #openstack-infra | 15:09 | |
*** Longgeek has quit IRC | 15:10 | |
*** dizquierdo has joined #openstack-infra | 15:12 | |
*** achanda has quit IRC | 15:13 | |
*** eharney has joined #openstack-infra | 15:13 | |
*** eharney has quit IRC | 15:13 | |
*** eharney has joined #openstack-infra | 15:13 | |
*** achanda has joined #openstack-infra | 15:13 | |
*** andreykurilin has quit IRC | 15:14 | |
*** amitgandhinz has joined #openstack-infra | 15:16 | |
*** mrmartin has joined #openstack-infra | 15:16 | |
*** wuhg has joined #openstack-infra | 15:16 | |
*** achanda has quit IRC | 15:18 | |
*** e0ne has quit IRC | 15:18 | |
openstackgerrit | Marton Kiss proposed openstack-infra/system-config: Add meetbot to #openstack-community https://review.openstack.org/141652 | 15:20 |
*** amitgandhinz has quit IRC | 15:20 | |
*** eharney has quit IRC | 15:22 | |
*** achanda has joined #openstack-infra | 15:23 | |
*** talluri has quit IRC | 15:26 | |
*** teran has joined #openstack-infra | 15:27 | |
*** e0ne has joined #openstack-infra | 15:28 | |
*** ayoung has joined #openstack-infra | 15:30 | |
*** yfried has joined #openstack-infra | 15:31 | |
*** teran has quit IRC | 15:32 | |
*** hdd has joined #openstack-infra | 15:35 | |
*** eharney has joined #openstack-infra | 15:39 | |
*** ayoung has quit IRC | 15:44 | |
*** ryanpetrello has quit IRC | 15:46 | |
*** otter768 has joined #openstack-infra | 15:47 | |
*** talluri has joined #openstack-infra | 15:48 | |
*** bnemec has joined #openstack-infra | 15:50 | |
*** otter768 has quit IRC | 15:52 | |
*** Longgeek has joined #openstack-infra | 15:59 | |
*** ddieterly has quit IRC | 15:59 | |
*** ddieterly has joined #openstack-infra | 16:00 | |
*** jcoufal has quit IRC | 16:01 | |
*** ryanpetrello has joined #openstack-infra | 16:02 | |
*** ddieterly has quit IRC | 16:04 | |
*** MaxV has quit IRC | 16:05 | |
openstackgerrit | Thanh Ha proposed openstack-infra/jenkins-job-builder: Add support for new patchset-created exclude fields https://review.openstack.org/140095 | 16:09 |
*** koolhead17 has joined #openstack-infra | 16:09 | |
*** thedodd has joined #openstack-infra | 16:10 | |
*** liusheng has quit IRC | 16:15 | |
*** liusheng has joined #openstack-infra | 16:15 | |
*** Hal has joined #openstack-infra | 16:17 | |
*** Hal is now known as Guest60167 | 16:17 | |
*** thedodd has quit IRC | 16:19 | |
*** Masahiro has joined #openstack-infra | 16:21 | |
*** achanda has quit IRC | 16:24 | |
*** achanda has joined #openstack-infra | 16:25 | |
*** Masahiro has quit IRC | 16:25 | |
*** teran has joined #openstack-infra | 16:27 | |
*** achanda has quit IRC | 16:29 | |
pc_m | Can anyone tell me how I can determine where an approved commit is, in the flow to becoming upstreamed? | 16:31 |
*** teran has quit IRC | 16:32 | |
*** mrmartin has quit IRC | 16:32 | |
pc_m | 141405 was approved. Wondering how to tell where it is in the process to becoming available (versus waiting for a 'merged' email). | 16:32 |
*** achanda has joined #openstack-infra | 16:35 | |
*** Longgeek_ has joined #openstack-infra | 16:36 | |
mordred | pc_m: I'm not sure I grok your question fully - that commit is merged into the repo | 16:37 |
*** Longgeek has quit IRC | 16:37 | |
*** ddieterly has joined #openstack-infra | 16:37 | |
mordred | gah. hang on ... sorry, I was looking at the wrong change | 16:38 |
pc_m | mordred: I approved it, but looked on zuul and didn't see it anywhere (not sure I checked right place). | 16:38 |
pc_m | mordred: If I fetch from origin, I don't see it yet. Wondering how to tell when it is baked, so I can fetch it. | 16:39 |
clarkb | pc_m I'm not sure zuul ever evaluated it as it was -W when approved | 16:45 |
clarkb | try remove your approval then approve again to trigger the event zuul is looking for | 16:46 |
pc_m | Ah, so the owner still had workflow -1 on it, and switched after approval. How do we handle that? | 16:46 |
clarkb | approve after the -W is removed | 16:46 |
pc_m | clarkb: A little confused... | 16:48 |
pc_m | clarkb: When I approved, I set workflow to +1 | 16:48 |
pc_m | clarkb: Did it not change, because I was not owner? | 16:48 |
clarkb | pc_m that was your vote but the "highest" winning value was a -W | 16:48 |
clarkb | so zuul ignored your +W | 16:49 |
*** tnovacik has quit IRC | 16:49 | |
clarkb | any -W vote is sufficient to prevent merging in gerrit. so zuul does the same | 16:50 |
pc_m | clarkb: So, to move forward, what do I do? I think Ihar set the workflow to +W | 16:50 |
clarkb | to move forward you can reapprove like I suggested ealier (remove +W thenadd it back) or you can probably recheck it which will evaluate current votes andgo to gate. your approval is the only one | 16:51 |
clarkb | if Ihar had approved instead of just removing the vote it would work as expected | 16:52 |
pc_m | clarkb: thanks. So normal process is to have owner, remove -1 from workflow, and then I +2 and approve? | 16:53 |
clarkb | yup. typically you dont approve WIP changes | 16:53 |
pc_m | He was holding it, thinking we'd do this after activating the tests in this new repo. | 16:54 |
pc_m | I wanted to include his fix, so that the tests passed, once we have them activated. | 16:55 |
pc_m | clarkb: thanks | 16:57 |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Add 'node' parameter to 'parameters' https://review.openstack.org/137632 | 16:58 |
*** yfried is now known as yfried|afk | 16:58 | |
*** avozza is now known as zz_avozza | 17:01 | |
*** amitgandhinz has joined #openstack-infra | 17:05 | |
*** weshay has quit IRC | 17:07 | |
*** amitgandhinz has quit IRC | 17:10 | |
*** yfried|afk is now known as yfried | 17:18 | |
*** hdd has quit IRC | 17:27 | |
*** teran has joined #openstack-infra | 17:28 | |
dstufft | clarkb: fungi https://bitbucket.org/pypa/bandersnatch/commits/d8e90c6c0b1bfac893456a0accf1849df81eb9f5 | 17:28 |
dstufft | clarkb: fungi looks like bandersnatch 1.7 should reverse the race condition so it only happens on deletes rather than uploads | 17:29 |
*** yolanda has quit IRC | 17:31 | |
*** mrmartin has joined #openstack-infra | 17:32 | |
*** yolanda has joined #openstack-infra | 17:32 | |
*** teran has quit IRC | 17:33 | |
*** ayoung has joined #openstack-infra | 17:33 | |
*** achanda has quit IRC | 17:34 | |
*** achanda has joined #openstack-infra | 17:38 | |
*** yolanda has quit IRC | 17:38 | |
*** yolanda has joined #openstack-infra | 17:39 | |
*** yolanda has quit IRC | 17:39 | |
*** bnemec has quit IRC | 17:42 | |
*** mrmartin has quit IRC | 17:42 | |
dstufft | dhellmann: ping | 17:44 |
*** yolanda has joined #openstack-infra | 17:46 | |
*** otter768 has joined #openstack-infra | 17:48 | |
*** armax has joined #openstack-infra | 17:51 | |
*** otter768 has quit IRC | 17:53 | |
*** amuller has quit IRC | 17:53 | |
*** wuhg has quit IRC | 17:53 | |
*** yfried is now known as yfried|afk | 18:00 | |
*** _nadya_ has joined #openstack-infra | 18:00 | |
*** _nadya_ has quit IRC | 18:06 | |
*** Masahiro has joined #openstack-infra | 18:10 | |
*** yolanda has quit IRC | 18:10 | |
*** yolanda has joined #openstack-infra | 18:12 | |
*** _nadya_ has joined #openstack-infra | 18:13 | |
*** e0ne has quit IRC | 18:13 | |
dteselkin | fungi, I can't find any logs where http link was used, it looks like I deleted them accidentally. What is worse that I can't reproduce that, pip now shows me the same warning 'URL "uses an insecure transport scheme' but ... installs the package. | 18:14 |
*** yfried|afk is now known as yfried | 18:14 | |
*** Masahiro has quit IRC | 18:14 | |
pc_m | clarkb: ping | 18:14 |
*** harlowja_at_home has joined #openstack-infra | 18:16 | |
*** amitgandhinz has joined #openstack-infra | 18:20 | |
*** shashankhegde has joined #openstack-infra | 18:22 | |
*** _nadya_ has quit IRC | 18:22 | |
pc_m | Hi all, having some issues with getting a change upstreamed...can use some advice. | 18:23 |
*** amitgandhinz has quit IRC | 18:25 | |
mordred | pc_m: you did not do the thing clarkb suggested before | 18:27 |
mordred | the change needs to be re-approved | 18:27 |
pc_m | Oh, he mentioned I could recheck, so I did that. | 18:27 |
pc_m | So, un-approve and re-approve? | 18:27 |
mordred | yes please | 18:28 |
pc_m | ok. I thought the recheck would have done it. | 18:28 |
mordred | it was worth trying :) | 18:28 |
mordred | ok. your change is in the gate queue now | 18:28 |
pc_m | Yes I see that. Thanks! | 18:29 |
*** teran has joined #openstack-infra | 18:29 | |
*** talluri has quit IRC | 18:30 | |
*** yolanda has quit IRC | 18:32 | |
*** teran has quit IRC | 18:34 | |
*** yolanda has joined #openstack-infra | 18:34 | |
*** ddieterly has quit IRC | 18:34 | |
*** yfried is now known as yfried|afk | 18:35 | |
*** achanda has quit IRC | 18:38 | |
*** achanda has joined #openstack-infra | 18:39 | |
*** armax has quit IRC | 18:42 | |
*** armax has joined #openstack-infra | 18:42 | |
*** yolanda has quit IRC | 18:46 | |
*** dimsum__ has quit IRC | 18:47 | |
*** yolanda has joined #openstack-infra | 18:47 | |
*** achanda has quit IRC | 18:53 | |
*** Guest60167 has quit IRC | 18:55 | |
*** yfried|afk is now known as yfried | 18:55 | |
fungi | dstufft: excellent! looking forward to it | 18:56 |
dstufft | fungi: it's released fwiw | 18:57 |
fungi | oh! that was quick | 18:57 |
fungi | i'll get to updating now | 18:57 |
dstufft | fungi: yea, I woke up to it. I didn't do any of the code, Christian just implemented my idea and released it while I was sleeping | 18:58 |
*** achanda has joined #openstack-infra | 19:00 | |
fungi | okay, bandersnatch is at 1.7 on all our pypi mirrors, and i've also started a refresh on all of them in the wake of the race condition which was fixed in pypi itself | 19:04 |
fungi | i'll keep an eye on progress | 19:04 |
*** dpaterson has joined #openstack-infra | 19:04 | |
*** ddieterly has joined #openstack-infra | 19:05 | |
*** penguinRaider has joined #openstack-infra | 19:07 | |
*** Guest60167 has joined #openstack-infra | 19:07 | |
*** ddieterly has quit IRC | 19:09 | |
*** yolanda has quit IRC | 19:09 | |
*** cody-somerville has joined #openstack-infra | 19:11 | |
*** harlowja_at_home has quit IRC | 19:12 | |
*** andreykurilin has joined #openstack-infra | 19:16 | |
*** Guest60167 has quit IRC | 19:18 | |
*** yfried is now known as yfried|afk | 19:18 | |
*** enikanorov has joined #openstack-infra | 19:18 | |
*** shashankhegde has quit IRC | 19:21 | |
*** yolanda has joined #openstack-infra | 19:21 | |
*** tristanC has quit IRC | 19:22 | |
*** pcrews has joined #openstack-infra | 19:22 | |
*** mrmartin has joined #openstack-infra | 19:23 | |
*** achanda has quit IRC | 19:23 | |
*** eharney has quit IRC | 19:27 | |
*** _nadya_ has joined #openstack-infra | 19:27 | |
*** eharney has joined #openstack-infra | 19:28 | |
*** eharney has quit IRC | 19:28 | |
*** eharney has joined #openstack-infra | 19:28 | |
*** tristanC has joined #openstack-infra | 19:28 | |
*** hdd has joined #openstack-infra | 19:29 | |
*** pc_m has quit IRC | 19:30 | |
*** teran has joined #openstack-infra | 19:30 | |
*** baoli has joined #openstack-infra | 19:30 | |
fungi | oh neat, openbsd 5.6 has a new httpd derived from their relayd source code | 19:31 |
*** yolanda has quit IRC | 19:33 | |
*** teran has quit IRC | 19:35 | |
*** carl_baldwin has joined #openstack-infra | 19:36 | |
*** yfried|afk is now known as yfried | 19:36 | |
*** amitgandhinz has joined #openstack-infra | 19:36 | |
*** ryanpetrello has quit IRC | 19:39 | |
*** doude has quit IRC | 19:39 | |
*** carl_baldwin has quit IRC | 19:40 | |
*** ryanpetrello has joined #openstack-infra | 19:40 | |
*** teran has joined #openstack-infra | 19:40 | |
*** amitgandhinz has quit IRC | 19:41 | |
*** ZZelle_ has joined #openstack-infra | 19:42 | |
*** boris-42 has joined #openstack-infra | 19:43 | |
*** mrmartin has quit IRC | 19:43 | |
*** yfried is now known as yfried|afk | 19:47 | |
*** ayoung has quit IRC | 19:48 | |
*** yolanda has joined #openstack-infra | 19:48 | |
*** otter768 has joined #openstack-infra | 19:49 | |
*** HeOS has joined #openstack-infra | 19:51 | |
*** otter768 has quit IRC | 19:54 | |
*** zz_avozza is now known as avozza | 19:54 | |
*** avozza is now known as zz_avozza | 19:55 | |
*** yfried|afk is now known as yfried | 19:55 | |
*** zz_avozza is now known as avozza | 19:57 | |
*** Masahiro has joined #openstack-infra | 19:59 | |
*** zz_sabari is now known as sabari | 20:00 | |
*** ayoung has joined #openstack-infra | 20:01 | |
dstufft | is jenkins job builder something that is generic enough to be used outside of openstack? | 20:03 |
*** yolanda has quit IRC | 20:03 | |
*** Masahiro has quit IRC | 20:03 | |
clarkb | yup it is used all over. mediawiki uses it for example | 20:04 |
fungi | dstufft: yes, and in fact it's probably the most widely used infra project outside of openstack | 20:05 |
dstufft | ok | 20:05 |
fungi | apparently the ability to write templated jenkins jobs in yaml and then autogenerate jenkins xml configuration from that is wildly popular | 20:05 |
dstufft | I'm poking at deploying some jenkins and I'm really not thrilled with the idea of needing to configure shit in a web ui | 20:05 |
fungi | you still end up doing some jenkins setup in the webui--jjb isn't a complete jenkins configurator--but at least the non-job configuration isn't something you need to touch terribly often | 20:07 |
*** avozza is now known as zz_avozza | 20:08 | |
dstufft | why the hell isn't there a jenkins like thing that doesn't require me to config things in a webui :( | 20:09 |
clarkb | hopefully we have one soon | 20:10 |
clarkb | swift logs look good so far and are a big step for us | 20:11 |
*** talluri has joined #openstack-infra | 20:11 | |
dstufft | clarkb: is openstack writing one? | 20:12 |
fungi | dstufft: turbo-hipster | 20:12 |
*** hdd has quit IRC | 20:12 | |
fungi | dstufft: a gearman worker which can run shell scripts and report results | 20:12 |
clarkb | we just have to sort out a few things jenkins does that we need like semi secure log uploads | 20:12 |
mordred | dstufft: also, we don't ever use the jenkins webui ourselves | 20:13 |
fungi | very lightweight compared to jenkins of course... you need to bring your own artifact serving and stats trending solutions | 20:13 |
dstufft | right now I just want something that'll release pip/virtualenv/setuptools automatically if we push a tag | 20:14 |
dstufft | maybe I'll just write a tiny web server to do it | 20:14 |
*** _nadya_ has quit IRC | 20:15 | |
*** talluri has quit IRC | 20:15 | |
mordred | dstufft: I'm sad that you can't just use our automation that does that :( | 20:16 |
*** amitgandhinz has joined #openstack-infra | 20:16 | |
dstufft | mordred: does it require hosting the repo in gerrit and using pbr? | 20:17 |
mordred | dstufft: does not require pbr, at the moment does require gerrit - but that's just due to lack of a github hook honestly | 20:18 |
*** zz_avozza is now known as avozza | 20:18 | |
mordred | it's on my list to add one to zuul - and then other people keep saying they're going to do it and never do | 20:19 |
mordred | dstufft: so I'm not saying "you should just use ours" - I'm mre saying "I'm sad that you need to solve a problem we've solved" | 20:20 |
*** ivar-lazzaro has joined #openstack-infra | 20:20 | |
dstufft | mordred: heh, yea | 20:20 |
dstufft | I don't like re-solving problems | 20:20 |
dstufft | I'm trying ot automate and standardize pip and virtualenv, and then we'll eventually get setuptools moved onto github too and it'll use it too | 20:21 |
*** amitgandhinz has quit IRC | 20:21 | |
*** yolanda has joined #openstack-infra | 20:21 | |
dstufft | I would just use travis.... but I really don't want to give travis the ability to release pip/virtualenv/setuptools (not that I don't trust them, I'm just protective of that ability) | 20:22 |
*** carl_baldwin has joined #openstack-infra | 20:23 | |
*** yolanda has quit IRC | 20:23 | |
mordred | I totally agree with you | 20:24 |
mordred | of course, I'd never use travis for anything | 20:24 |
mordred | but that's because I have this whole big build automatino system that's actually twice travis' size :) | 20:24 |
dstufft | :D | 20:25 |
dstufft | sooner or later I'm going to need to actually get pip off travis | 20:25 |
dstufft | but travi's UI is nice :| | 20:25 |
*** yfried is now known as yfried|afk | 20:28 | |
mordred | werent you just saying that you didn't want to use jenkins' webui? | 20:28 |
dstufft | mordred: for configuration I don't | 20:29 |
*** carl_baldwin has quit IRC | 20:29 | |
dstufft | but for viewing logs and restarting builds and stuff, sure | 20:29 |
mordred | dstufft: while I've got you ... is there a 'sane' way to add extra arbitrary metadata to a package currently such that it can be read back by pkg_resources? | 20:29 |
mordred | dstufft: oh - yeah, I hate travis' ui for that - too messy, too busy, etc | 20:29 |
dstufft | mordred: sane as in, can pbr or do it, or sane as in, can an arbitrary setup.py do it | 20:30 |
mordred | not setup.py | 20:30 |
mordred | well, sorry, let me re-answer | 20:30 |
mordred | sane as in can pbr write it, even if it's hard to do - but then can one write a non-pbr program to read it back out? | 20:30 |
mordred | (brainstorming ways aroudn the git sha problem) | 20:31 |
mordred | current attempt - write the sha into a metadata location (knowing that metadata 2.0 isn't done yet) and then provide a cmd line tool for querying and printing a git sha associated with an installed package | 20:31 |
dstufft | mordred: moment | 20:32 |
mordred | that way we can stop trying to use version numbers themselves, but still have the use case people use this for covered | 20:32 |
*** Longgeek_ has quit IRC | 20:34 | |
dstufft | mordred: for what it's worth, I'm talking to Nick and running some numbers to see if we can add a new normalization rule to PEP 440 where we'll take a trailing .alphanumeric (but not .alphanumeric.alphanumeric or anything like that) and convert it to a +alphanumeric | 20:34 |
*** Longgeek has joined #openstack-infra | 20:34 | |
mordred | cool. and thanks! I figured I'd work in parallel on seeing if there is a way to make the problem go away | 20:35 |
*** fifieldt_ has quit IRC | 20:36 | |
*** yfried|afk is now known as yfried | 20:37 | |
*** yolanda has joined #openstack-infra | 20:37 | |
dstufft | mordred: so I think the answer is yes | 20:38 |
dstufft | it *looks*l ike if you make pbr write an additional file inside of egg-info/ and dist-info/ | 20:39 |
dstufft | you can access that using pkg_resources.get_distribution("name").get_metadata("filename") | 20:39 |
mordred | cool | 20:39 |
dstufft | which will give you a string back which is the contents of that file | 20:39 |
mordred | woot. cool. I'll hack on that | 20:39 |
*** e0ne has joined #openstack-infra | 20:40 | |
mordred | dstufft: what makes dist-info ? | 20:40 |
dstufft | dist-info is from wheel | 20:40 |
*** e0ne has quit IRC | 20:40 | |
mordred | cool | 20:41 |
*** yolanda has quit IRC | 20:41 | |
*** Longgeek has quit IRC | 20:41 | |
dstufft | a riff on that idea | 20:41 |
dstufft | if you add something to the metadata file itslef, instead of a seperate file | 20:42 |
*** koolhead17 has quit IRC | 20:42 | |
dstufft | you can do something like pkg_resources.get_distribution("name").get_metadata(pkg_resources.get_distribution("name").PKG_INFO) and then parse that... but I think using your own file will be easier assuming pip and co will actually copy it into place | 20:42 |
dstufft | I'm not sure if we'll copy a random file in the egg-info/dist-info directory or not | 20:42 |
ekarlso- | is there any reason why we dont adopt the requests mock lib by dropbox ? | 20:43 |
dstufft | mordred: you might be able to use egg_info.writers entry point to register an entrypoint that will write a new metadata file | 20:45 |
mordred | ooh. | 20:45 |
mordred | will that work with wheel dist-info though? | 20:45 |
dstufft | mordred: https://github.com/jaraco/setuptools/blob/master/setup.py#L163-L172 | 20:45 |
dstufft | not sure yet | 20:45 |
dstufft | looking | 20:45 |
*** sabari is now known as zz_sabari | 20:46 | |
*** ivar-lazzaro has quit IRC | 20:47 | |
*** yfried is now known as yfried|afk | 20:47 | |
*** armax has quit IRC | 20:49 | |
dstufft | mordred: I think it will, it looks like what bdist_wheel does is just "install" it to a directory, and copies the egg-info over to dist-info (ignoring some files, and modifying some) | 20:49 |
dstufft | mordred: so yea, I think all you'll need is to add an egg_info.writers entrypoint to pbr that'll write the git hash out to a named file, and then the pkg_resources one liner above will allow you get that info | 20:50 |
mordred | cool. I'll do that. thanks dstufft | 20:51 |
*** fifieldt_ has joined #openstack-infra | 20:52 | |
*** zz_sabari is now known as sabari | 20:52 | |
*** avozza is now known as zz_avozza | 20:54 | |
dstufft | mordred: if you do that, would you still want the .gadasdsa -> +gadasda thing? | 20:58 |
dstufft | mordred: https://pythonhosted.org/setuptools/setuptools.html#adding-new-egg-info-files | 21:03 |
mordred | dstufft: no, I think if I can get this and it works, then we can skip the other thing | 21:03 |
dstufft | mordred: ok, I'll hold off then | 21:03 |
dstufft | mordred: bonus points is this thing will include git hash in real releases too | 21:04 |
*** ryanpetrello has quit IRC | 21:05 | |
*** yfried|afk is now known as yfried | 21:07 | |
mordred | yup | 21:08 |
mordred | which I think will be nice | 21:08 |
mattoliverau | Morning | 21:17 |
*** yfried is now known as yfried|afk | 21:17 | |
*** Ryan_Lane has joined #openstack-infra | 21:22 | |
*** e0ne has joined #openstack-infra | 21:24 | |
openstackgerrit | Marton Kiss proposed openstack-infra/system-config: Initial commit of Ask website https://review.openstack.org/140043 | 21:25 |
*** pblaho has joined #openstack-infra | 21:26 | |
*** e0ne has quit IRC | 21:26 | |
*** Ryan_Lane has quit IRC | 21:27 | |
*** Ryan_Lane has joined #openstack-infra | 21:34 | |
*** yfried|afk is now known as yfried | 21:37 | |
*** Ryan_Lane has quit IRC | 21:40 | |
*** ryanpetrello has joined #openstack-infra | 21:44 | |
*** Masahiro has joined #openstack-infra | 21:47 | |
jhesketh | Morning | 21:49 |
*** otter768 has joined #openstack-infra | 21:50 | |
*** Masahiro has quit IRC | 21:51 | |
clarkb | good morning. | 21:54 |
*** sabari is now known as zz_sabari | 21:54 | |
clarkb | jhesketh I was thinking one of the d-g specific tempest jobs should get swift logged | 21:54 |
*** otter768 has quit IRC | 21:55 | |
jhesketh | clarkb: probably a good idea. Anything in particular you think would be good to start with? | 21:55 |
clarkb | let me look | 21:56 |
grue_pm_ | Morning | 21:57 |
clarkb | check-dg-tempest-dsvm-full(-reexec) | 21:58 |
clarkb | gate too | 21:58 |
clarkb | those should be dg only | 21:58 |
*** pcrews has quit IRC | 22:00 | |
jhesketh | Okay, I'll take a look in a bit, thanks :-) | 22:01 |
*** yfried is now known as yfried|afk | 22:03 | |
*** ddieterly has joined #openstack-infra | 22:03 | |
*** eharney has quit IRC | 22:05 | |
*** ryanpetrello has quit IRC | 22:07 | |
*** tjones1 has joined #openstack-infra | 22:09 | |
*** yfried|afk is now known as yfried | 22:23 | |
*** tjones1 has quit IRC | 22:27 | |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Write and read more complex git sha info https://review.openstack.org/141666 | 22:30 |
mordred | clarkb, fungi, dstufft: ^^ | 22:30 |
mordred | clarkb: if you're ok with that, I can rework it to be on top of 0.10.1 and then merge it back on top of master | 22:30 |
mordred | but all three commands work for me | 22:31 |
*** ryanpetrello has joined #openstack-infra | 22:31 | |
*** yfried is now known as yfried|afk | 22:33 | |
clarkb | egg_info is top level? | 22:34 |
clarkb | its not under pkg resources? | 22:34 |
clarkb | but in general it looks good (I did not test) | 22:35 |
clarkb | maybe clean up whitespace if it bothers you | 22:35 |
mordred | yah - I hacked in emacs, which is apparently shit for dealing with whitespace | 22:36 |
clarkb | also why json? isnt it more typical to use ini? | 22:37 |
*** zz_avozza is now known as avozza | 22:37 | |
mordred | clarkb: beacuse json is easier to parse and in the standard lib and I'm the only one reading this file | 22:40 |
*** camunoz has joined #openstack-infra | 22:40 | |
mordred | my goal here is not necessarily to "behave like standard metadata 1.1 files" | 22:41 |
clarkb | gotcha | 22:42 |
dstufft | metadata 2 files will be using json anyways | 22:42 |
dstufft | jso all the things | 22:42 |
mordred | dstufft: ++ | 22:42 |
mordred | clarkb: ok- so I think we should apply this on top of 0.10.1 to make an 0.11 | 22:43 |
*** yfried|afk is now known as yfried | 22:44 | |
clarkb | on top of 0.10.2 but ya | 22:44 |
mordred | yah | 22:44 |
clarkb | also maybe merge the tag merges back to master first? | 22:45 |
clarkb | so that all the linear history is correct | 22:45 |
mordred | btw - I'm less happy about this feature/0.10 thing at this point | 22:45 |
clarkb | yes well pip threw acurveball at us | 22:46 |
mordred | clarkb: gah. what's 0.10.2? | 22:46 |
mordred | is it just a revert of 0.10.1 ? | 22:46 |
clarkb | mordred last night we released 0.10.1 which used + | 22:46 |
mordred | yah | 22:46 |
clarkb | then all tests broke | 22:46 |
clarkb | so we tagged 0.10.0 as 0.10.2 and released that | 22:47 |
dstufft | packaging is so fun guys | 22:49 |
mordred | clarkb: https://review.openstack.org/141667 | 22:49 |
mordred | there it is on feature/0.10 | 22:49 |
clarkb | hrm merge conflict? | 22:50 |
mordred | oh - that's because Iade that branch based on 0.10.1. my bad. one sec | 22:51 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/project-config: Push dg-tempest-dsvm-full logs to swift https://review.openstack.org/141668 | 22:53 |
jhesketh | clarkb: ^ | 22:53 |
*** yfried is now known as yfried|afk | 22:54 | |
*** zz_sabari is now known as sabari | 22:54 | |
clarkb | jhesketh indent last line of macros.yaml a bit more | 22:55 |
*** rlandy has quit IRC | 22:55 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/project-config: Add extra detail to swift indexes https://review.openstack.org/141286 | 22:56 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/project-config: Add in parent links to zuul log indexes https://review.openstack.org/141277 | 22:56 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/project-config: Push dg-tempest-dsvm-full logs to swift https://review.openstack.org/141668 | 22:57 |
jhesketh | clarkb: thanks, I suck at yaml | 22:57 |
*** fandi has quit IRC | 22:58 | |
*** sabari is now known as zz_sabari | 22:58 | |
mordred | clarkb: okie, https://review.openstack.org/141667 should be good now | 23:02 |
*** tjones1 has joined #openstack-infra | 23:02 | |
*** pblaho has quit IRC | 23:02 | |
mordred | fungi: ^^ you too | 23:02 |
mordred | dstufft: also, does that pass your sanity check, at least when you filter for "it's pbr zomg zomg"? | 23:03 |
dstufft | mordred: quick glance over it looks right | 23:04 |
mordred | awesome | 23:04 |
clarkb | we should test with old and new setuptools because I am paranoid now | 23:04 |
clarkb | also pip because it vendors | 23:04 |
mordred | clarkb: agree re: testing - but it really should remove all the bits we were doing that caused pip or setuptools to care | 23:05 |
dstufft | mordred: I assume you tested I was right that this would work with wheels too? | 23:05 |
*** dizquierdo has quit IRC | 23:06 | |
mordred | dstufft: no - thanks for reminding me | 23:06 |
mordred | yes. works with wheels | 23:07 |
clarkb | mordred ya it should fix the invalid versions but does that entrypoint for writing json work reliably | 23:07 |
mordred | tested that it works with wheels and non-wheels - testing old setuptools now | 23:07 |
mordred | what version should I test for old? just <8? | 23:08 |
*** salv-orlando has joined #openstack-infra | 23:08 | |
dstufft | that entry point has existed for a long time | 23:08 |
mordred | oh - I just tested that it works with setuptools 3.6 | 23:08 |
dstufft | like 0.6 and shit | 23:08 |
*** jamielennox|away is now known as jamielennox | 23:08 | |
*** ZZelle_ has quit IRC | 23:08 | |
mordred | clarkb: also works with setuptools 8 | 23:08 |
dstufft | we're up to setuptools 8.0.2 now :D fixed another openstack issue in it | 23:10 |
dstufft | a different one I mean | 23:10 |
mordred | clarkb: we may want to replace the pip freeze commands in our build scripts with pbr freeze after this, because pip freeze will no longer show shas | 23:10 |
*** ryanpetrello has quit IRC | 23:10 | |
mordred | clarkb: however, you may have noticed that I have pbr freeze pulling shas out of old-style pbr versions, so it should ALWAYS show the right thing for us | 23:11 |
mordred | clarkb: should I change the format of the freeze line? | 23:11 |
clarkb | dstufft what was the other issue? | 23:13 |
clarkb | mordred maybe let me read it | 23:13 |
mordred | clarkb: kk | 23:13 |
dstufft | clarkb: nova and some oslo incubator thing was expecting the return result of parse_version to be a tuple | 23:13 |
dstufft | well specifically to be indexable | 23:13 |
clarkb | I am semi distracted by football | 23:13 |
mordred | clarkb: also, try the command line things on your system and tell me if they do what you think they should do | 23:13 |
mordred | clarkb: fair | 23:14 |
mordred | GAH. why are the seahawks losing to the 49ers???? | 23:14 |
clarkb | because fail | 23:14 |
clarkb | the saints can take first place in the nfcsouth tomorrow | 23:15 |
mordred | clarkb: yah. although they have to win on the road | 23:15 |
mordred | s/on the road/ | 23:15 |
mordred | s/on the road// | 23:15 |
*** andreykurilin has quit IRC | 23:17 | |
clarkb | hrm can we make the format useable in requirements files and comment out the sha? | 23:19 |
clarkb | is that even possible? | 23:19 |
*** tjones1 has quit IRC | 23:21 | |
mordred | not really | 23:21 |
mordred | hrm. maybe? | 23:21 |
mordred | yeah - lemme take a stab | 23:22 |
*** cody-somerville has quit IRC | 23:22 | |
clarkb | since that is how pip freeze works | 23:22 |
*** ivar-lazzaro has joined #openstack-infra | 23:23 | |
*** avozza is now known as zz_avozza | 23:23 | |
*** ivar-lazzaro has quit IRC | 23:25 | |
*** ivar-lazzaro has joined #openstack-infra | 23:25 | |
mordred | clarkb: got it - and re-uploaded | 23:25 |
*** Masahiro has joined #openstack-infra | 23:36 | |
*** Longgeek has joined #openstack-infra | 23:37 | |
openstackgerrit | Richard Jones proposed openstack/requirements: Add new angular deps to global-requirements.txt for Horizon https://review.openstack.org/139298 | 23:37 |
*** Masahiro has quit IRC | 23:41 | |
*** Longgeek has quit IRC | 23:41 | |
*** ZZelle_ has joined #openstack-infra | 23:42 | |
openstackgerrit | Merged openstack-dev/pbr: Merge tag '0.10.1' into HEAD https://review.openstack.org/141612 | 23:43 |
*** ddieterly has quit IRC | 23:46 | |
*** zz_sabari is now known as sabari | 23:47 | |
*** otter768 has joined #openstack-infra | 23:51 | |
*** dimsum__ has joined #openstack-infra | 23:51 | |
*** salv-orlando has quit IRC | 23:53 | |
*** otter768 has quit IRC | 23:56 | |
*** dimsum__ has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!