*** sdague has quit IRC | 01:08 | |
*** https_GK1wmSU has joined #openstack-requirements | 02:10 | |
*** https_GK1wmSU has left #openstack-requirements | 02:11 | |
openstackgerrit | Merged openstack/requirements master: update constraint for os-brick to new release 1.15.2 https://review.openstack.org/489374 | 02:51 |
---|---|---|
*** udesale has joined #openstack-requirements | 03:43 | |
*** udesale__ has joined #openstack-requirements | 04:32 | |
*** udesale has quit IRC | 04:34 | |
*** fanyamei has joined #openstack-requirements | 05:30 | |
*** fanyamei has left #openstack-requirements | 05:31 | |
openstackgerrit | Jeffrey Zhang proposed openstack/requirements master: Remove libvirt-python from global requirements https://review.openstack.org/489485 | 06:06 |
*** aarefiev_afk is now known as aarefiev | 07:28 | |
*** sdague has joined #openstack-requirements | 09:20 | |
*** coolsvap has joined #openstack-requirements | 09:32 | |
openstackgerrit | Tovin Seven proposed openstack/requirements master: [WiP] Add opentracing to global requirements https://review.openstack.org/487731 | 09:45 |
openstackgerrit | Merged openstack/requirements master: Raise os-brick minimum to 1.15.2 https://review.openstack.org/489376 | 09:47 |
*** udesale__ has quit IRC | 09:56 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements master: Updated from generate-constraints https://review.openstack.org/488373 | 10:25 |
dims | tonyb : thanks for chasing the barbicanclient stuff | 10:58 |
*** udesale has joined #openstack-requirements | 12:23 | |
*** hoangcx_ has joined #openstack-requirements | 12:50 | |
*** masayukig[m] has quit IRC | 13:02 | |
*** masayukig[m] has joined #openstack-requirements | 13:42 | |
*** udesale has quit IRC | 14:26 | |
*** hoangcx_ has quit IRC | 15:01 | |
*** aarefiev is now known as aarefiev_afk | 16:23 | |
rm_work | We need a newer version of pyroute2 than is in upper-constraints (we need 0.4.19, uc has 0.4.18), requirements.txt has >=0.4.17 | 17:46 |
rm_work | Should I JUST bump the u-c version? or should I increase requirements.txt as well | 17:46 |
rm_work | technically we don't need anything from 0.4.19 for *running* | 17:47 |
rm_work | advice? | 17:47 |
rm_work | dims ^^ | 18:08 |
openstackgerrit | Adam Harwell proposed openstack/requirements master: Raise pyroute2 upper-constraint to 0.4.19 https://review.openstack.org/489694 | 18:09 |
rm_work | trying just u-c for now | 18:09 |
rm_work | comment if you'd like me to bump the whole thing | 18:09 |
*** EmilienM is now known as emacchi | 18:14 | |
*** emacchi is now known as EmilienM | 18:14 | |
dims | rm_work : tonyb has frozen all updates, even for barbicanclient we will need a FFE | 18:24 |
rm_work | eugh | 18:41 |
rm_work | ok | 18:41 |
rm_work | i guess it can wait, it just makes testing a PITA | 18:42 |
rm_work | when does it unfreeze? | 18:42 |
dtroyer | I am setting up a feature branch on python-openstackclient and osc-lib (feature/osc4) and am seeing a functional test failure in the U-C branch change for python-openstackclient (http://logs.openstack.org/07/489307/1/check/gate-osc-dsvm-functional-tips-ubuntu-xenial-nv/65b166e/console.html#_2017-07-31_23_58_30_171890) but the one in osc-lib is passing (http://logs.openstack.org/05/489305/1/check/gate-osc-dsvm-functio | 19:01 |
dtroyer | Those reviews add "?h=feature/osc4" to the requirements repo URL which implies that openstack/requirements needs a feature/osc4 branch? | 19:01 |
dims | rm_work : https://releases.openstack.org/pike/schedule.html#p-rf | 21:31 |
rm_work | dims: wait so is that like, the end of Aug? | 21:43 |
rm_work | R+0? | 21:43 |
dims | rm_work : best case scenario is the RC1 target week, as soon as all the projects get stable/pike branches | 21:44 |
rm_work | kk | 21:47 |
tonyb | rm_work: Why is testing a pain? | 22:02 |
tonyb | rm_work: why do you need .19? that will help us decide if we also need a g-r bump | 22:03 |
rm_work | on OSX, pyroute2 can't be imported since 0.4.17 | 22:09 |
rm_work | or something around there | 22:09 |
rm_work | 0.4.19 fixes this | 22:09 |
rm_work | it means running like "tox -e py27" or such to run unit tests before pushing up to gerrit will always fail | 22:10 |
rm_work | just an annoyance | 22:10 |
rm_work | and workaround-able | 22:10 |
tonyb | okay in that case the u-c bump in pike will be enough, we can bump g-r for queens | 22:10 |
rm_work | which is why i said, fine, it can sit | 22:10 |
rm_work | ah so u-c is fine to bump? | 22:10 |
rm_work | that's all my patch does | 22:10 |
tonyb | for some defnition of "fine" but it's certainly better than a g-r bump | 22:11 |
tonyb | rm_work: to work around the local tox issue you can grabd the u-c file that you just edited and then export UPPER_CONSTRAINTS_FILE=/path/to/you/file ; tox -epy27 | 22:12 |
tonyb | or at leats you shoudl be able to if the project is setup correctly | 22:12 |
tonyb | rm_work: Which project. I can check | 22:13 |
rm_work | octavia | 22:14 |
rm_work | it should work | 22:14 |
tonyb | okay | 22:14 |
rm_work | but, if we can merge the u-c that's cool | 22:14 |
rm_work | if not that's fine i'll wait | 22:14 |
tonyb | rm_work: It shoudl be fine. All the affected projects are services the overall impact is low. If they blow up we can revert the change. It's a bit of a pain but I think it's possibly worth the risk | 22:16 |
tonyb | I wonder why .18 and .19 didn't get auto included in u-c as part of our normal process | 22:16 |
tonyb | I'll lokointo that before I +2 the review, just in case there's a know failure there that I've forgotten | 22:17 |
rm_work | maybe they would have? 0.19 was like... this morning | 22:17 |
rm_work | err 0.4.19 | 22:17 |
tonyb | Ahh okay that explains .19 | 22:17 |
tonyb | Oh u-c has .18 never mind nothign to see here ;P | 22:19 |
tonyb | rm_work: Ummm isn't pyroute2 like super linux specific? it doesn't list OSX as a supported platform? | 22:20 |
openstackgerrit | James E. Blair proposed openstack/requirements master: Add zuul-sphinx to global requirements https://review.openstack.org/489411 | 22:31 |
rm_work | tonyb: right | 22:33 |
rm_work | tonyb: and none of this stuff is RUN on OSX | 22:33 |
rm_work | it's just unit testing | 22:33 |
rm_work | because we have to import classes that use it | 22:34 |
rm_work | and mocking it is ... disturbingly complex | 22:34 |
tonyb | LOL | 22:34 |
*** sdague has quit IRC | 22:35 | |
tonyb | rm_work: I'll think about it while I'm taking the kids to school | 22:40 |
prometheanfire | I really don't think testing on osx should be a high priority given it's not a target for installation/running openstack | 23:06 |
tonyb | prometheanfire: pretty much the conclusion I came to. | 23:37 |
-openstackstatus- NOTICE: osic nodes have been removed from nodepool due to a problem with the mirror host beginning around 22:20 UTC. please recheck any jobs with failures installing packages. | 23:48 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!