openstackgerrit | zhangyc proposed openstack/rpm-packaging master: update aodhclient.spec.j2 to 2.1.1 https://review.opendev.org/752356 | 02:09 |
---|---|---|
*** evrardjp has quit IRC | 04:33 | |
*** evrardjp has joined #openstack-rpm-packaging | 04:33 | |
*** ykarel|away has joined #openstack-rpm-packaging | 04:46 | |
*** ykarel|away is now known as ykarel | 05:01 | |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging master: glance-store: Update to 2.3.0 https://review.opendev.org/752288 | 05:33 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging master: Update oslotest to 4.4.1 https://review.opendev.org/751703 | 05:35 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging master: Update taskflow to 4.5.0 https://review.opendev.org/751749 | 05:35 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging master: update oslo.log.spec.j2 to 4.4.0 https://review.opendev.org/748565 | 05:36 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging master: nova: update filelist after xenapi removal https://review.opendev.org/752275 | 05:37 |
*** gyee has quit IRC | 05:38 | |
dirk | cmurphy: hmm, weirdc. so I was refferring to the cinder, nova and glance filelist updates | 05:38 |
dirk | otherwise these 3 will always fail every other package update | 05:38 |
dirk | https://review.opendev.org/752275 https://review.opendev.org/752288 and https://review.opendev.org/752242 | 05:40 |
openstackgerrit | Merged openstack/rpm-packaging master: Update reno to 3.2.0 https://review.opendev.org/751744 | 05:40 |
openstackgerrit | Merged openstack/rpm-packaging master: update tooz.spec.j2 to 2.7.1 https://review.opendev.org/747326 | 05:46 |
openstackgerrit | Merged openstack/rpm-packaging master: Update oslo.messaging to 12.5.0 https://review.opendev.org/751690 | 05:48 |
openstackgerrit | Merged openstack/rpm-packaging master: Update python-manilaclient to 2.3.0 https://review.opendev.org/751719 | 05:49 |
*** sboyron has joined #openstack-rpm-packaging | 05:49 | |
openstackgerrit | Merged openstack/rpm-packaging master: Update stevedore to 3.2.2 https://review.opendev.org/751747 | 06:25 |
*** jpena|off is now known as jpena | 06:43 | |
openstackgerrit | Javier Peña proposed openstack/rpm-packaging master: glance-store: Update to 2.3.0 https://review.opendev.org/752288 | 06:51 |
*** jaicaa has quit IRC | 07:01 | |
*** jaicaa has joined #openstack-rpm-packaging | 07:04 | |
*** apevec has joined #openstack-rpm-packaging | 07:22 | |
*** ykarel_ has joined #openstack-rpm-packaging | 07:24 | |
*** ykarel has quit IRC | 07:30 | |
*** ykarel_ is now known as ykarel | 07:32 | |
openstackgerrit | Alfredo Moralejo proposed openstack/rpm-packaging master: Add python macros to RDO builds https://review.opendev.org/751830 | 07:38 |
amoralej | dirk, wrt https://review.opendev.org/#/c/751830/ should i also define those for suse? | 07:45 |
*** jpich has joined #openstack-rpm-packaging | 08:04 | |
dirk | amoralej: so %pytest and %python3 are defined on SUSE (at least if python-pytest is in build requires) | 10:43 |
dirk | amoralej: I think pycached would have to be moved to common place or redefined for SUSE as well | 10:43 |
dirk | I don't know what it is good for though.. when/how should it be used? | 10:44 |
amoralej | dirk what's the best place to check the current macros on suse? | 10:45 |
amoralej | https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_macros | 10:46 |
dirk | amoralej: https://en.opensuse.org/openSUSE:Packaging_Python and https://github.com/openSUSE/python-rpm-macros/blob/master/README.md | 10:46 |
amoralej | wrt pycached "Given a Python file, lists the file and the files with its bytecode cache. See Byte compiling for more information." | 10:46 |
amoralej | it's used in some of the dependencies we rebuild from fedora | 10:47 |
dirk | amoralej: ok, so it is needed for installed files directly the sitelib, not in a subdirectory | 10:51 |
dirk | I would hope that nothing in openstack uses that | 10:51 |
dirk | is there any package that we need to add this in the current rpm-packaging master tree? | 10:52 |
amoralej | no in rpm-packaging tree | 10:52 |
dirk | amoralej: looks like we also need this then for SUSE as the problem is generic. | 10:52 |
amoralej | only for deps | 10:52 |
dirk | okay, so the intention is to share the openstack-macros package also for non-openstack deps? | 10:52 |
dirk | I mean, I get that the macro is missing, but where do you need it? | 10:53 |
dirk | jpena: could you help me with https://review.opendev.org/#/c/752242/ ? I guess zstd is somehow missing in the rdo ci? | 10:53 |
amoralej | dirk, yes, in RDO we use openstack-macros also for some non-openstack packages | 10:53 |
amoralej | which are dependencies for openstack | 10:54 |
dirk | amoralej: ok, I see. then please add just an empty %pycache definition for the .suse flavor | 10:54 |
jpena | dirk: yes, we're working on getting python3-zstd available for the RDO CI | 10:54 |
amoralej | ok | 10:54 |
dirk | jpena: ok great, thanks for that. and https://review.opendev.org/#/c/752275/ ? I don#t understand the unit tests failure, it works on SUSE | 10:55 |
jpena | I'm checking that right now | 10:56 |
dirk | jpena: we need to merge glance/cinder and nova updates first otherwise the rest of the rechecks will always be marked as failing because they all trigger any one of those packages as rebuild and those fail to build from source atm | 10:56 |
dirk | I merged a few leaf packages after manually checking the test result, but for the "core" packages I'd like to first get the ci to a green state again | 10:57 |
openstackgerrit | Alfredo Moralejo proposed openstack/rpm-packaging master: Add python macros to RDO builds https://review.opendev.org/751830 | 10:59 |
*** jpich has quit IRC | 11:07 | |
*** jpich has joined #openstack-rpm-packaging | 11:08 | |
*** ykarel has quit IRC | 11:25 | |
*** ykarel has joined #openstack-rpm-packaging | 11:25 | |
*** jpena is now known as jpena|lunch | 11:37 | |
*** amoralej is now known as amoralej|lunch | 12:01 | |
*** jpena|lunch is now known as jpena | 12:30 | |
openstackgerrit | Boyron Sébastien proposed openstack/rpm-packaging master: Update python-cinderclient to 7.2.0 https://review.opendev.org/752448 | 12:31 |
openstackgerrit | Boyron Sébastien proposed openstack/rpm-packaging master: Update python-keystoneclient to 4.1.1 https://review.opendev.org/752449 | 12:32 |
openstackgerrit | Boyron Sébastien proposed openstack/rpm-packaging master: Update python-masakariclient to 6.1.1 https://review.opendev.org/752450 | 12:33 |
openstackgerrit | Boyron Sébastien proposed openstack/rpm-packaging master: Update python-senlinclient to 2.1.1 https://review.opendev.org/752451 | 12:34 |
openstackgerrit | Boyron Sébastien proposed openstack/rpm-packaging master: Update python-tackerclient to 1.3.0 https://review.opendev.org/752452 | 12:35 |
*** jpich has quit IRC | 12:35 | |
openstackgerrit | Boyron Sébastien proposed openstack/rpm-packaging master: Update python-troveclient to 5.1.1 https://review.opendev.org/752453 | 12:35 |
*** jpich has joined #openstack-rpm-packaging | 12:36 | |
openstackgerrit | Boyron Sébastien proposed openstack/rpm-packaging master: Update tripleo-common to 12.6.0 https://review.opendev.org/752454 | 12:36 |
*** amoralej|lunch is now known as amoralej | 13:04 | |
*** jpich has quit IRC | 13:12 | |
*** jpich has joined #openstack-rpm-packaging | 13:12 | |
jpena | it's meeting time | 13:30 |
jpena | #startmeeting rpm_packaging | 13:31 |
openstack | Meeting started Thu Sep 17 13:31:02 2020 UTC and is due to finish in 60 minutes. The chair is jpena. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:31 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:31 |
*** openstack changes topic to " (Meeting topic: rpm_packaging)" | 13:31 | |
jpena | ping toabctl, dirk, apevec, jpena, number80, kaslcrof, cmurphy, rha, hberaud, sboyron | 13:31 |
openstack | The meeting name has been set to 'rpm_packaging' | 13:31 |
jpena | #topic roll call | 13:31 |
*** openstack changes topic to "roll call (Meeting topic: rpm_packaging)" | 13:31 | |
sboyron | o/ | 13:31 |
jpena | Remember to add any last-minute topic to https://etherpad.opendev.org/p/openstack-rpm-packaging | 13:31 |
jpena | #chair sboyron | 13:31 |
openstack | Current chairs: jpena sboyron | 13:31 |
dirk | o/ | 13:31 |
jpena | #chair dirk | 13:31 |
openstack | Current chairs: dirk jpena sboyron | 13:31 |
dirk | I have nothing additional for the agenda | 13:33 |
jpena | ok, let's go then | 13:34 |
jpena | #topic New cores | 13:34 |
*** openstack changes topic to "New cores (Meeting topic: rpm_packaging)" | 13:34 | |
jpena | We had a brief discussion in the past about this, so let's restart it | 13:34 |
dirk | yeah | 13:34 |
dirk | thanks for bringing it up :) | 13:34 |
jpena | hberaud has been pretty active during the last few months, so he may be a good addition | 13:34 |
dirk | +1 | 13:35 |
jpena | ok, if he's interested, I'll send an e-mail to openstack-discuss so we can vote and make it official | 13:35 |
dirk | yes, sounds good! | 13:36 |
jpena | #action jpena to confirm with hberaud, then send email to openstack-discuss | 13:36 |
jpena | nice, then | 13:36 |
jpena | next topic | 13:36 |
jpena | #topic PTL elections coming soon | 13:36 |
*** openstack changes topic to "PTL elections coming soon (Meeting topic: rpm_packaging)" | 13:36 | |
jpena | it's that time of the cycle... again :) | 13:37 |
dirk | :-] | 13:37 |
dirk | how much work was the PTL title for you? | 13:37 |
jpena | I'm not sure if any progress was made in the distributed PTL idea that was discussed some months ago. evrardjp maybe you know something? | 13:38 |
jpena | dirk: well, it was not too much, tbh. But then, it wouldn't be too much for anyone else either :P | 13:38 |
dirk | I have fallen out of touch on that topic, so I don't know | 13:38 |
dirk | jpena: I'm afraid the most active core currently is me (with toabctl being out), and I just can't do the PTL role atm | 13:39 |
dirk | I could be release liason or some other role that helps offloading focus from the PTL though | 13:40 |
dirk | if you're looking for sharing the work | 13:40 |
jpena | ok, we're still on time. If we find something on the distributed PTL idea, we could try that. Otherwise, I could stay for another cycle | 13:42 |
jpena | moving on | 13:45 |
jpena | #topic open floor | 13:45 |
*** openstack changes topic to "open floor (Meeting topic: rpm_packaging)" | 13:45 | |
dirk | jpena: thanks jpena | 13:45 |
jpena | Oh, before I forget. About the cinder and nova reviews, we need to get updated packages to make them pass the RDO CI (python3-zstd and python3-jsonschema). amoralej and I are working on that, so we should get it fixed soon, if nothing strange happens | 13:46 |
dirk | jpena: what is the reason for the glance failure? | 13:46 |
dirk | basically nova+cinder+glance updated would then make the rest of the rechecks a lot more meaningful | 13:47 |
dirk | I am thinking about how we can make the SUSE CI less anal, but parts of me say that this was actually the goal to test that everything works | 13:47 |
dirk | (we'd have to keep the partiular -master.tar.gz tarball that once worked rather than updating it continuously) | 13:48 |
jpena | for glance we need to skip one test in RDO (qemu-img in CentOS does not support vdi format), and the other 2 seem to be related to glance-store... so probably need to split the review in two | 13:48 |
dirk | ah okay, skipping the tests would also fix the problem for suse | 13:49 |
dirk | I think | 13:49 |
jpena | anything else to discuss? | 13:54 |
jpena | if not, we can call it a day | 13:55 |
evrardjp | sorry for the late answer | 13:55 |
evrardjp | we have established that moving to a SIG wouldn't hurt too much. I will propose a patch and we'll see. The idea is that it would be transparent for you. | 13:57 |
evrardjp | distributed leadership is possible too, but it needs so many things set in stone that you probably don't need. | 13:57 |
jpena | thanks evrardjp. Let's explore the SIG option and see, then | 13:58 |
evrardjp | I am sorry I let that one slip. | 13:58 |
dirk | jpena: not from me | 13:58 |
dirk | jpena: only that I keep more of an eye on the reviews for the next few days | 13:59 |
dirk | I think we might have to work on branching soon | 13:59 |
jpena | dirk: yes, we'll need to branch soon. I'll add it as a topic for the next meeting, in case we're ready with the current batch of patches | 13:59 |
jpena | have a nice day everyone! | 14:03 |
jpena | #endmeeting | 14:03 |
*** openstack changes topic to "https://etherpad.openstack.org/p/openstack-rpm-packaging - Regular IRC Meeting Thursdays 13:30 PM UTC in openstack-rpm-packaging" | 14:03 | |
openstack | Meeting ended Thu Sep 17 14:03:03 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:03 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/rpm_packaging/2020/rpm_packaging.2020-09-17-13.31.html | 14:03 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/rpm_packaging/2020/rpm_packaging.2020-09-17-13.31.txt | 14:03 |
openstack | Log: http://eavesdrop.openstack.org/meetings/rpm_packaging/2020/rpm_packaging.2020-09-17-13.31.log.html | 14:03 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging master: glance-store: Update to 2.3.0 https://review.opendev.org/752288 | 14:03 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging master: glance: skip qemu-img related checks as those are unstable on Centos https://review.opendev.org/752474 | 14:06 |
dirk | jpena: https://review.opendev.org/#/c/752288/6 better? :) | 14:33 |
jpena | dirk: yep, that works | 14:34 |
jpena | https://review.opendev.org/752242 is looking good, too. We should get info from the RDO CI soon | 14:34 |
dirk | jpena: yep, passed. lets review + merge :) | 14:41 |
sboyron | I've got a stupid question; but should we take care about Suse CI ? | 14:44 |
*** gyee has joined #openstack-rpm-packaging | 15:15 | |
openstackgerrit | Merged openstack/rpm-packaging master: glance-store: Update to 2.3.0 https://review.opendev.org/752288 | 15:30 |
*** ykarel is now known as ykarel|away | 15:30 | |
*** jpich has quit IRC | 15:30 | |
*** jpich has joined #openstack-rpm-packaging | 15:31 | |
openstackgerrit | Merged openstack/rpm-packaging master: cinder: add zstd https://review.opendev.org/752242 | 15:49 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging master: glance: skip qemu-img related checks as those are unstable on Centos https://review.opendev.org/752474 | 15:53 |
openstackgerrit | Dirk Mueller proposed openstack/rpm-packaging master: nova: update filelist after xenapi removal https://review.opendev.org/752275 | 15:53 |
*** jpena is now known as jpena|off | 15:57 | |
dirk | sboyron: why shouldn't we take care about SUSE CI? | 16:01 |
sboyron | dirk: I had the feeling that some review has been accepted with a red SUSE CI and would liked to understand if there is a problem right now with the CI | 16:03 |
dirk | sboyron: yes, SUSE CI is testing if all of the packages would build with the change-under-test, and unfortunately 3 of them are currently bitrotted. | 16:04 |
dirk | there are 3 reviews that we need to get in for the voting to become meaningful. unfortunately those 3 are currently waiting for issues on rdo side to resolve | 16:04 |
sboyron | ok :/ | 16:04 |
sboyron | thx for these details | 16:05 |
sboyron | is there a way to run SUSE CI locally ? | 16:05 |
sboyron | (I mean on my fedora laptop) | 16:05 |
*** ykarel|away has quit IRC | 16:05 | |
sboyron | dirk, this CI is so neither being deprecated neither optional | 16:07 |
*** jpich has quit IRC | 16:23 | |
*** amoralej is now known as amoralej|off | 16:36 | |
dirk | sboyron: yes, its basically just a wrapper around renderspec and osc build | 16:48 |
sboyron | ok | 16:49 |
dirk | sboyron: sorry, I can write this up in more detail later if you're interested | 16:53 |
dirk | for now, all the links are online, if you're interested we can do a quick walk through on how to navigate | 16:54 |
sboyron | dirk sure I'd like | 16:58 |
sboyron | dirk let's see it tomorrow or later | 16:58 |
dirk | sboyron: which timezone do you work in? | 17:21 |
dirk | sboyron: I'M about to leave for today, I work UTC+2 and I'm free after ~ 10:00 UTC tomorrow | 17:26 |
dirk | sboyron: as a change, I'd like to understand how to navigate and fix https://review.opendev.org/#/c/752275/4 , it would unblock the suse ci if merged | 17:27 |
*** hberaud has quit IRC | 17:43 | |
sboyron | dirk: I work UTC+1 | 17:56 |
sboyron | CEST | 17:57 |
*** irclogbot_3 has quit IRC | 17:58 | |
*** irclogbot_0 has joined #openstack-rpm-packaging | 18:02 | |
*** apevec has quit IRC | 18:37 | |
*** openstackgerrit has quit IRC | 19:21 | |
*** hberaud has joined #openstack-rpm-packaging | 20:40 | |
*** sboyron has quit IRC | 21:24 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!