*** hongbin has joined #openstack-release | 01:03 | |
*** weshay has quit IRC | 01:56 | |
*** ykarel|away has joined #openstack-release | 02:28 | |
openstackgerrit | Hongbin Lu proposed openstack/releases master: Release zun 4.0.0 rc1 https://review.opendev.org/681958 | 02:34 |
---|---|---|
*** radeks has quit IRC | 03:00 | |
*** dave-mccowan has quit IRC | 03:00 | |
*** armax has joined #openstack-release | 03:05 | |
*** ricolin has joined #openstack-release | 03:22 | |
*** hongbin has quit IRC | 04:01 | |
*** armax has quit IRC | 04:04 | |
*** hongbin has joined #openstack-release | 04:08 | |
*** hongbin has quit IRC | 04:10 | |
*** ykarel|away is now known as ykarel | 04:49 | |
*** udesale has joined #openstack-release | 05:01 | |
*** radeks has joined #openstack-release | 05:01 | |
*** radeks has quit IRC | 05:03 | |
*** radeks has joined #openstack-release | 05:05 | |
*** pcaruana has joined #openstack-release | 05:16 | |
*** ykarel has quit IRC | 05:18 | |
*** pcaruana has quit IRC | 05:29 | |
*** ykarel has joined #openstack-release | 05:38 | |
*** adriant has quit IRC | 05:54 | |
*** spsurya has joined #openstack-release | 05:55 | |
*** diablo_rojo has joined #openstack-release | 06:04 | |
*** jtomasek has joined #openstack-release | 06:23 | |
*** egonzalez has joined #openstack-release | 06:25 | |
*** efried has quit IRC | 07:00 | |
*** efried has joined #openstack-release | 07:01 | |
*** diablo_rojo has quit IRC | 07:10 | |
*** diablo_rojo has joined #openstack-release | 07:20 | |
*** trident has quit IRC | 07:22 | |
*** tosky has joined #openstack-release | 07:27 | |
*** diablo_rojo has quit IRC | 07:27 | |
*** rpittau|afk is now known as rpittau | 07:28 | |
*** trident has joined #openstack-release | 07:31 | |
*** trident has quit IRC | 07:36 | |
*** priteau has joined #openstack-release | 07:44 | |
*** trident has joined #openstack-release | 07:46 | |
*** ykarel is now known as ykarel|lunch | 07:48 | |
*** amoralej|off is now known as amoralej | 08:02 | |
*** lpetrut has joined #openstack-release | 08:07 | |
*** lpetrut has quit IRC | 08:08 | |
rakhmerov | hi, is it ok to land a patch in Train (given that T-3 is out and now only RCs are ahead) that adds a config option in a backwards compatible manner? | 08:20 |
rakhmerov | justification: it's going to have a big positive effect on performance and hence customer satisfaction | 08:21 |
ttx | rakhmerov: that would be a feature freeze exception, which is OK if (1) the PTL is OK with it and (2) we mention it on the mailing-list for everyone to be aware, just in case. | 08:24 |
rakhmerov | so ok, I'm OK with this since I'm the PTL :) I just wanted to run it with the release team | 08:25 |
ttx | yeah, if you could just mention it on the ML that would be perfect | 08:25 |
rakhmerov | ttx: ok, got it. Thanks. Will make a post in the ML | 08:25 |
rakhmerov | ok | 08:25 |
*** mjozefcz has joined #openstack-release | 08:29 | |
mjozefcz | hey! | 08:29 |
mjozefcz | We're in networking-ovn are trying to bump-up ovsdbapp requirement from 0.10.3 to 0.10.4: https://review.opendev.org/#/c/681562/3, maybe you have an idea why this check still fails? https://bb8048f0749367929365-38c02a6f4c2535c3f3f9bfdb5440d261.ssl.cf1.rackcdn.com/681562/3/check/requirements-check/84e1e97/job-output.txt | 08:31 |
mjozefcz | Requirement for package ovsdbapp : Requirement(package=u'ovsdbapp', location='', specifiers='>=0.10.4', markers=u'', comment=u'# Apache-2.0', extras=frozenset([])) does not match openstack/requirements value : set([Requirement(package='ovsdbapp', location='', specifiers='>=0.8.0', markers='', comment='# Apache-2.0', extras=frozenset([]))]) | 08:31 |
mjozefcz | we found that 0.8.0 is global requirement: https://github.com/openstack/requirements/blob/stable/queens/global-requirements.txt#L402; but anyway It should be met | 08:32 |
mjozefcz | any clues folks :)? | 08:32 |
ttx | mjozefcz: might be because requirements are frozen right now in preparation for creating train release branches | 08:32 |
ttx | You should raise a thread on that on the -discuss list, adding [requirements] to the subject | 08:32 |
ttx | (as you'll likely need an exception to get that new requirement in) | 08:33 |
ttx | (the failure is kinda weird though, so might be unrelated) | 08:33 |
ttx | mjozefcz: otherwise you can also ask on #openstack-requirements. | 08:34 |
mjozefcz | ttx, thanks, its for stable/queens, so it strange | 08:35 |
ttx | (prometheanfire will likely be around later today) | 08:35 |
mjozefcz | ttx, going to ask there, thanks :) | 08:35 |
ttx | mjozefcz: ah | 08:35 |
ttx | you probably need to bump the global requirements first then | 08:35 |
ttx | let me check quickly | 08:36 |
openstackgerrit | Merged openstack/releases master: Add deliverable file for Kayobe https://review.opendev.org/673234 | 08:36 |
mjozefcz | ttx, hmm, but it should be anyway met, as it is: >=0.8.0 | 08:36 |
mjozefcz | ttx, ok, looks like we need to have exact the same global-requirement here: https://github.com/openstack/requirements/blob/stable/queens/global-requirements.txt#L402 | 08:38 |
ttx | yeah... you can find more docs on requirements at https://docs.openstack.org/project-team-guide/dependency-management.html | 08:40 |
ttx | if still confused, #openstack-requirements or a thread on the ML with [requirements] should give you the help you need | 08:40 |
openstackgerrit | Akihiro Motoki proposed openstack/releases master: neutron Train-3 beta deliverables https://review.opendev.org/682584 | 08:40 |
ttx | sorry that is not my area of expertise :) | 08:40 |
mjozefcz | ttx, thanks :) looks like the problem has been found | 08:41 |
ttx | (just forget what I said about freezing and releases since this is queens) | 08:41 |
*** e0ne has joined #openstack-release | 08:41 | |
mjozefcz | ttx right | 08:41 |
*** lpetrut has joined #openstack-release | 08:47 | |
*** ykarel|lunch is now known as ykarel | 09:08 | |
*** pcaruana has joined #openstack-release | 09:19 | |
*** armax has joined #openstack-release | 09:58 | |
*** armax has quit IRC | 10:02 | |
*** pcaruana has quit IRC | 10:07 | |
*** dtantsur|afk is now known as dtantsur | 10:07 | |
*** udesale has quit IRC | 10:34 | |
*** udesale has joined #openstack-release | 10:34 | |
*** egonzalez has quit IRC | 10:34 | |
*** prometheanfire has quit IRC | 10:41 | |
*** prometheanfire has joined #openstack-release | 10:43 | |
*** armax has joined #openstack-release | 10:46 | |
*** pcaruana has joined #openstack-release | 10:55 | |
*** amoralej is now known as amoralej|lunch | 11:17 | |
*** weshay has joined #openstack-release | 11:33 | |
openstackgerrit | wes hayutin proposed openstack/releases master: TripleO train ml3 release https://review.opendev.org/681897 | 11:54 |
*** armax has quit IRC | 11:58 | |
*** armax has joined #openstack-release | 12:03 | |
*** dave-mccowan has joined #openstack-release | 12:25 | |
openstackgerrit | Eric Fried proposed openstack/releases master: Add highlight for VPMEM in Train release https://review.opendev.org/682509 | 12:25 |
*** pcaruana has quit IRC | 12:27 | |
*** openstackstatus has quit IRC | 12:28 | |
*** openstack has joined #openstack-release | 12:29 | |
*** ChanServ sets mode: +o openstack | 12:29 | |
*** amoralej|lunch is now known as amoralej | 12:44 | |
*** pcaruana has joined #openstack-release | 12:59 | |
openstackgerrit | Dirk Mueller proposed openstack/releases master: pymod2pkg: add new mapping for RDO https://review.opendev.org/682638 | 13:04 |
*** mriedem has joined #openstack-release | 13:05 | |
openstackgerrit | wes hayutin proposed openstack/releases master: TripleO train ml3 release https://review.opendev.org/681897 | 13:18 |
*** pcaruana has quit IRC | 13:28 | |
openstackgerrit | Eric Fried proposed openstack/releases master: Add highlight for VPMEM in Train release https://review.opendev.org/682509 | 13:35 |
*** armax has quit IRC | 13:43 | |
weshay | ah duh.. thanks smcginnis | 13:49 |
openstackgerrit | Alex Schultz proposed openstack/releases master: TripleO train ml3 release https://review.opendev.org/681897 | 13:50 |
*** hberaud has joined #openstack-release | 13:54 | |
openstackgerrit | wes hayutin proposed openstack/releases master: TripleO train ml3 release https://review.opendev.org/681897 | 13:56 |
*** ykarel is now known as ykarel|afk | 13:56 | |
*** armax has joined #openstack-release | 13:58 | |
*** pcaruana has joined #openstack-release | 13:59 | |
smcginnis | weshay: ;) | 14:01 |
mordred | smcginnis: heya - we've got 2 patches, one landed, one in the gate that should be in the train release for openstacksdk - how too-late am I for that? | 14:07 |
smcginnis | mordred: Should be fine, we'll just have to do the requirements FFE for it. | 14:08 |
smcginnis | mordred: So if you could post to the ML requesting one so we can get prometheanfire to give the requirements OK, then we should be good. | 14:08 |
mordred | smcginnis: cool - will do | 14:08 |
openstackgerrit | Matt Riedemann proposed openstack/releases master: WIP: ussuri: release sqlalchemy-migrate 0.13.0 https://review.opendev.org/682656 | 14:10 |
*** rpittau is now known as rpittau|afk | 14:10 | |
smcginnis | mriedem: Yah know, WIP release patches really just waste gate resources. Just saying... | 14:10 |
mordred | smcginnis, prometheanfire, dtantsur: email sent requesting FFE | 14:15 |
dtantsur | great | 14:15 |
smcginnis | mordred: ++ | 14:18 |
prometheanfire | replied | 14:20 |
*** mlavalle has joined #openstack-release | 14:24 | |
prometheanfire | mordred: what commit? | 14:24 |
prometheanfire | looking at https://docs.openstack.org/project-team-guide/dependency-management.html#global-requirements shows more than I think you are trying to do | 14:24 |
prometheanfire | no stable/train branch makes me think that it's going to be more | 14:26 |
prometheanfire | https://github.com/openstack/openstacksdk/compare/0.35.0...master is the link I was looking at | 14:26 |
*** ykarel|afk is now known as ykarel | 14:28 | |
mordred | prometheanfire: oh - so you are right. I think those are all solid - but that's probably an 0.36 instead of an 0.35.1 (I think I was looking at things poorly locally). ... what do you think the best approach here is. <-- dtantsur | 14:29 |
dtantsur | mordred: 0.36 and stable/train from it? | 14:29 |
smcginnis | If we haven't cut the stable/train branch for that deliverable yet, that should be fine. | 14:29 |
dtantsur | smcginnis: I think it's one of the deliverables that missed all deadlines :) | 14:30 |
* smcginnis covers ears and makes lalalala noises | 14:30 | |
mordred | dtantsur: yeah. I think that's likely the right thing. also - maybe next time I'll be more careful about timing of PTO ... | 14:30 |
dtantsur | mordred: or appoint someone to make a release on your behalf | 14:31 |
prometheanfire | mordred: I emailed the list, asking what it could cause a re-release for | 14:31 |
mordred | that too. what do I need to do to do that again? | 14:31 |
prometheanfire | if it's just a constraint bump that makes it easier | 14:32 |
mordred | probably just a constraint bump - nothing should be putting in upper caps here | 14:33 |
smcginnis | mordred: You can add one or more release liaisons by proposing it here: https://opendev.org/openstack/releases/src/branch/master/data/release_liaisons.yaml | 14:33 |
smcginnis | That's by team. | 14:33 |
prometheanfire | I guess 'no breaking changes' is the question, for each project listed | 14:34 |
dtantsur | nothing looks breaking to me | 14:35 |
prometheanfire | ya, just have to ask is all | 14:35 |
openstackgerrit | Monty Taylor proposed openstack/releases master: Add dtantsur and gtema as release liasons https://review.opendev.org/682663 | 14:37 |
openstackgerrit | Alex Schultz proposed openstack/releases master: TripleO train ml3 release https://review.opendev.org/681897 | 14:38 |
*** dtantsur is now known as dtantsur|afk | 14:52 | |
prometheanfire | mordred: mind replying as such to the list so I can approve? | 14:54 |
prometheanfire | another reply was there too though | 14:55 |
*** pcaruana has quit IRC | 14:55 | |
*** ykarel is now known as ykarel|away | 15:08 | |
*** udesale has quit IRC | 15:08 | |
*** lpetrut has quit IRC | 15:12 | |
openstackgerrit | Merged openstack/releases master: Release os-win 4.3.2 (train) https://review.opendev.org/682348 | 15:30 |
*** hberaud is now known as hberaud|school-r | 15:33 | |
mordred | prometheanfire: responded | 15:38 |
*** hberaud|school-r is now known as hberaud | 15:42 | |
*** e0ne has quit IRC | 15:48 | |
*** ykarel_ has joined #openstack-release | 15:48 | |
*** ykarel|away has quit IRC | 15:50 | |
*** ykarel_ has quit IRC | 15:54 | |
*** armax has quit IRC | 16:06 | |
*** mriedem is now known as mriedem_afk | 16:09 | |
*** diablo_rojo has joined #openstack-release | 16:48 | |
*** hberaud is now known as hberaud|gone | 16:49 | |
*** e0ne has joined #openstack-release | 16:55 | |
*** pcaruana has joined #openstack-release | 16:55 | |
*** diablo_rojo has quit IRC | 16:55 | |
*** e0ne has quit IRC | 17:00 | |
*** amoralej is now known as amoralej|off | 17:00 | |
*** e0ne has joined #openstack-release | 17:13 | |
*** e0ne has quit IRC | 17:17 | |
*** armax has joined #openstack-release | 17:19 | |
*** priteau has quit IRC | 17:32 | |
*** e0ne has joined #openstack-release | 17:33 | |
*** e0ne has quit IRC | 17:43 | |
*** mriedem_afk is now known as mriedem | 17:53 | |
*** ekcs has quit IRC | 18:22 | |
*** ricolin has quit IRC | 18:28 | |
openstackgerrit | Matt Riedemann proposed openstack/releases master: WIP: ussuri: release sqlalchemy-migrate 0.13.0 https://review.opendev.org/682656 | 18:29 |
*** e0ne has joined #openstack-release | 18:59 | |
*** armax has quit IRC | 19:03 | |
*** mjozefcz has quit IRC | 19:05 | |
*** armax has joined #openstack-release | 19:05 | |
*** dhellmann has quit IRC | 19:26 | |
*** dhellmann has joined #openstack-release | 19:27 | |
*** armax has quit IRC | 19:36 | |
*** e0ne has quit IRC | 19:38 | |
*** dtruong has quit IRC | 19:40 | |
*** dtruong has joined #openstack-release | 19:40 | |
*** priteau has joined #openstack-release | 19:46 | |
*** spsurya has quit IRC | 19:48 | |
*** e0ne has joined #openstack-release | 19:50 | |
*** radeks has quit IRC | 19:56 | |
*** armax has joined #openstack-release | 19:56 | |
*** armax has quit IRC | 20:02 | |
*** jtomasek has quit IRC | 20:11 | |
*** priteau has quit IRC | 20:28 | |
*** mriedem has quit IRC | 20:32 | |
*** mriedem has joined #openstack-release | 20:32 | |
*** weshay is now known as weshay|ruck | 20:32 | |
*** mjozefcz has joined #openstack-release | 20:43 | |
*** trident has quit IRC | 20:48 | |
*** mjozefcz has quit IRC | 20:55 | |
*** pcaruana has quit IRC | 20:58 | |
*** trident has joined #openstack-release | 21:00 | |
openstackgerrit | Monty Taylor proposed openstack/releases master: Release 0.36.0 of openstacksdk https://review.opendev.org/682748 | 21:09 |
*** e0ne has quit IRC | 21:19 | |
*** e0ne has joined #openstack-release | 21:28 | |
*** e0ne has quit IRC | 21:28 | |
*** prometheanfire has quit IRC | 21:50 | |
*** prometheanfire has joined #openstack-release | 21:51 | |
*** mriedem has quit IRC | 22:52 | |
*** tosky has quit IRC | 23:11 | |
*** mlavalle has quit IRC | 23:27 | |
*** adriant has joined #openstack-release | 23:35 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!