| *** ltomasbo has quit IRC | 01:00 | |
| *** mriedem_away has quit IRC | 01:08 | |
| *** dtruong has quit IRC | 02:10 | |
| *** udesale has joined #openstack-stable | 03:53 | |
| *** skazi has quit IRC | 04:21 | |
| *** skazi has joined #openstack-stable | 05:51 | |
| *** apevec has joined #openstack-stable | 06:11 | |
| *** lajoskatona has joined #openstack-stable | 06:59 | |
| *** rcernin has quit IRC | 07:02 | |
| *** e0ne has joined #openstack-stable | 07:16 | |
| *** jpich has joined #openstack-stable | 07:48 | |
| *** Bhujay has joined #openstack-stable | 09:00 | |
| *** derekh has joined #openstack-stable | 09:37 | |
| *** dtantsur|afk is now known as dtantsur | 09:43 | |
| *** pcaruana has joined #openstack-stable | 10:04 | |
| *** udesale has quit IRC | 10:58 | |
| *** pcaruana has quit IRC | 11:15 | |
| *** pcaruana has joined #openstack-stable | 11:20 | |
| *** pcaruana has quit IRC | 11:32 | |
| *** pcaruana has joined #openstack-stable | 11:39 | |
| *** pcaruana has quit IRC | 11:50 | |
| *** mpeterson has joined #openstack-stable | 11:53 | |
| mpeterson | Hi, I need help from the group from neutron-stable-maint to +W these backports please https://etherpad.openstack.org/p/n-odl-needed-backports | 11:58 |
|---|---|---|
| *** skazi has quit IRC | 12:11 | |
| *** Bhujay has quit IRC | 12:43 | |
| *** Bhujay has joined #openstack-stable | 12:44 | |
| *** Bhujay has quit IRC | 12:45 | |
| *** Bhujay has joined #openstack-stable | 12:45 | |
| *** mriedem has joined #openstack-stable | 13:06 | |
| *** skazi has joined #openstack-stable | 13:09 | |
| *** udesale has joined #openstack-stable | 13:27 | |
| *** e0ne has quit IRC | 13:48 | |
| *** Bhujay has quit IRC | 14:51 | |
| *** e0ne has joined #openstack-stable | 14:56 | |
| *** lajoskatona has quit IRC | 14:58 | |
| *** dave-mccowan has quit IRC | 15:25 | |
| *** dave-mccowan has joined #openstack-stable | 15:29 | |
| *** derekh has quit IRC | 16:18 | |
| *** Bhujay has joined #openstack-stable | 16:40 | |
| *** e0ne has quit IRC | 16:41 | |
| *** Bhujay has quit IRC | 16:41 | |
| *** Bhujay has joined #openstack-stable | 16:42 | |
| *** jpich has quit IRC | 16:48 | |
| *** ekcs has quit IRC | 16:48 | |
| *** udesale has quit IRC | 16:52 | |
| elod | mriedem: about http://lists.openstack.org/pipermail/openstack-dev/2018-September/134915.html : a don't know much about the process, but if I can help with something, just let me know and I will try :) | 17:10 |
| mriedem | elod: ok, i think at this point we're just trying to encourage stable project teams to flush their queue of stable/ocata backports so they can do a final release and then we'll tag the repos with ocata-em | 17:12 |
| elod | i see, cool, thanks | 17:13 |
| mriedem | i guess that might mean needing to figure out (1) which projects have the stable:follows-policy tag and then (2) get an idea of which of those projets have open stable/ocata reviews, and we can then drill into reviewing those | 17:13 |
| mriedem | if that's an etherpad you'd like to start, that would be great | 17:13 |
| mriedem | e.g. https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/ocata | 17:13 |
| mriedem | https://review.openstack.org/#/q/status:open+project:openstack/cinder+branch:stable/ocata | 17:14 |
| mriedem | https://review.openstack.org/#/q/status:open+project:openstack/keystone+branch:stable/ocata | 17:14 |
| mriedem | see some projects are already ready to go for the most part | 17:14 |
| mriedem | smcginnis: ^ any thoughts on that plan as a start? | 17:14 |
| mriedem | dhellmann: ^ | 17:14 |
| mriedem | https://governance.openstack.org/tc/reference/tags/stable_follows-policy.html | 17:15 |
| dhellmann | we have some tools to report on unreleased changes in the releases repo | 17:15 |
| dhellmann | we could combine that with a gerrit report to list any open patches | 17:16 |
| dhellmann | and have 1 per team, just to make it easy to digest | 17:16 |
| elod | well, the easy part to open an etherpad: https://etherpad.openstack.org/p/ocata-final-release-before-em | 17:25 |
| elod | but the content is more interesting how to add :) | 17:26 |
| elod | should we use the tools? or just ask teams to have a look at review.openstack.org/.../<project>+branch:stable/ocata ? | 17:29 |
| dhellmann | teams tend to forget about their libraries and things they don't release often, so producing a report for them to review may give us better results | 17:30 |
| *** ekcs has joined #openstack-stable | 17:30 | |
| dhellmann | at least being able to link to a gerrit query for all of their repos would be good | 17:30 |
| elod | dhellmann: can you point me to the tool that I could use to figure out the unreleased changes in the release repo? I could try to do that on Friday perhaps | 17:33 |
| *** Bhujay has quit IRC | 17:34 | |
| dhellmann | elod : in the releases repos there's a script called tools/list_unreleased_changes.sh that takes a branch and a list of repos | 17:34 |
| dhellmann | you can get the list of repos with something like "tox -e venv -- list-deliverables -r --series ocata --team $name" | 17:34 |
| dhellmann | oh, and if you only care about repos with the stable:follows-policy tag then you can pass "--tag stable:follows-policy" to list-deliverables | 17:35 |
| elod | oh, sounds good, then i will try to use that and see the results and fill up the above etherpad with some info | 17:35 |
| dhellmann | you could wrap all of that up with a nice script and put it in that tools dir if you like | 17:35 |
| elod | hmm, good idea :) | 17:36 |
| dhellmann | you can get all of the team names with a command like: grep team deliverables/ocata/*.yaml | cut -f3 -d: | sort -u | 17:36 |
| dhellmann | so then you can loop over each team, building a report for that team in a separate output file | 17:37 |
| dhellmann | and then those could go to a pastebin that we can share with the teams | 17:37 |
| dhellmann | the gerrit bits might be a little harder, but there's some code in that repo to query gerrit already so we just need to expose it to the command line | 17:38 |
| *** dtantsur is now known as dtantsur|afk | 17:40 | |
| dhellmann | elod : one thing to watch out for, the series name arg to list-deliverables should be "ocata" and the branch name arg to list_unreleased_changes.sh should be "stable/ocata" | 17:41 |
| *** dave-mccowan has quit IRC | 17:44 | |
| elod | dhellmann: thanks for the directions! i will try to put together these things then on Friday (I'm in CEST timezone and here it's getting late o:)) | 17:44 |
| elod | i will contact you when I'll have anything | 17:45 |
| smcginnis | Thanks for looking into that elod. That should be really useful. | 17:45 |
| *** dave-mccowan has joined #openstack-stable | 17:46 | |
| elod | smcginnis: no problem, i hope it will be useful and i can help :) | 17:48 |
| elod | I mean i hope i can help and it will be useful :) | 17:54 |
| *** e0ne has joined #openstack-stable | 18:10 | |
| *** dtruong has joined #openstack-stable | 18:35 | |
| *** dtantsur|afk has quit IRC | 19:01 | |
| *** dtantsur has joined #openstack-stable | 19:01 | |
| *** e0ne has quit IRC | 19:03 | |
| *** dtantsur has quit IRC | 19:13 | |
| *** dtantsur has joined #openstack-stable | 19:17 | |
| *** e0ne has joined #openstack-stable | 19:30 | |
| *** e0ne has quit IRC | 19:34 | |
| *** e0ne has joined #openstack-stable | 19:43 | |
| *** dtruong has quit IRC | 20:47 | |
| *** e0ne has quit IRC | 21:36 | |
| *** dtruong has joined #openstack-stable | 21:55 | |
| *** ekcs has quit IRC | 22:02 | |
| *** ekcs has joined #openstack-stable | 22:06 | |
| *** dtruong has quit IRC | 22:09 | |
| *** dtruong has joined #openstack-stable | 22:09 | |
| *** rcernin has joined #openstack-stable | 22:53 | |
| *** ekcs has quit IRC | 23:00 | |
| *** mriedem is now known as mriedem_away | 23:10 | |
| *** andreykurilin has quit IRC | 23:34 | |
| *** andreykurilin has joined #openstack-stable | 23:35 | |
| *** rcernin has quit IRC | 23:36 | |
| *** rcernin has joined #openstack-stable | 23:36 | |
| *** dtruong has quit IRC | 23:46 | |
| *** dtruong has joined #openstack-stable | 23:47 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!