*** zzzeek has quit IRC | 00:01 | |
*** zzzeek has joined #openstack-oslo | 00:02 | |
*** tosky has quit IRC | 00:17 | |
*** kgiusti has left #openstack-oslo | 00:54 | |
*** ianychoi has joined #openstack-oslo | 02:09 | |
*** zzzeek has quit IRC | 02:20 | |
*** zzzeek has joined #openstack-oslo | 02:21 | |
*** zzzeek has quit IRC | 03:02 | |
*** zzzeek has joined #openstack-oslo | 03:06 | |
*** zzzeek has quit IRC | 05:08 | |
*** zzzeek has joined #openstack-oslo | 05:09 | |
*** ralonsoh has joined #openstack-oslo | 06:49 | |
*** sboyron_ has joined #openstack-oslo | 07:10 | |
*** rpittau|afk is now known as rpittau | 07:53 | |
*** ianychoi has quit IRC | 08:33 | |
*** tosky has joined #openstack-oslo | 08:36 | |
*** ianychoi has joined #openstack-oslo | 08:48 | |
*** hberaud has quit IRC | 08:58 | |
*** hberaud has joined #openstack-oslo | 08:58 | |
*** ralonsoh has quit IRC | 09:34 | |
*** ralonsoh has joined #openstack-oslo | 09:34 | |
moguimar | stephenfin, I think with the remotal of lower-constraints.txt this patch started failing | 09:46 |
---|---|---|
moguimar | https://review.opendev.org/c/openstack/oslo.cache/+/774229 | 09:46 |
moguimar | before that, the requirements-check CI job was not being run | 09:46 |
moguimar | hberaud, thoughts on ^ ? | 10:23 |
hberaud | moguimar: before the removal of l-c.txt? | 10:35 |
moguimar | yep | 10:35 |
moguimar | in the same patch | 10:35 |
hberaud | I don't know the exact condition to meet that could trigger the run of reqs-check but yes I think it could be that | 10:37 |
hberaud | I wonder why Wallaby and Victoria not complained... maybe because python-memcached was ok for these branches, and maybe tweak the python-memcached version could help on ussuri | 10:40 |
moguimar | I think is a python2 specific complaint | 10:40 |
hberaud | errors looks around python-memcached | 10:40 |
hberaud | yes | 10:40 |
moguimar | so that could be why it only pops up in stable/train | 10:41 |
hberaud | ah sorry s/ussuri/train | 10:41 |
hberaud | definitelly yes | 10:41 |
moguimar | there is also a nagging about sphinx in the middle | 10:43 |
hberaud | yes | 10:59 |
*** zzzeek has quit IRC | 11:28 | |
*** zzzeek has joined #openstack-oslo | 11:30 | |
openstackgerrit | Joel Capitao proposed openstack/oslo.context master: Switch to collections.abc.* https://review.opendev.org/c/openstack/oslo.context/+/775127 | 11:55 |
openstackgerrit | Stephen Finucane proposed openstack/oslo.upgradecheck master: Remove six https://review.opendev.org/c/openstack/oslo.upgradecheck/+/775132 | 12:03 |
openstackgerrit | Stephen Finucane proposed openstack/oslo.upgradecheck master: Uncap PrettyTable https://review.opendev.org/c/openstack/oslo.upgradecheck/+/775133 | 12:03 |
openstackgerrit | Stephen Finucane proposed openstack/oslo.upgradecheck master: Remove lower-constraints remnants https://review.opendev.org/c/openstack/oslo.upgradecheck/+/775134 | 12:03 |
stephenfin | moguimar: Wanna +W this? https://review.opendev.org/c/openstack/oslo.context/+/773116 | 12:10 |
stephenfin | we can then abandon this https://review.opendev.org/c/openstack/oslo.context/+/775127 | 12:10 |
moguimar | stephenfin, can we put back the lower-constraints.txt file back in the train patch and see if it stops breaking the CI? | 12:14 |
stephenfin | whoops, missed that ping | 12:14 |
* stephenfin looks | 12:14 | |
moguimar | I think the important part is dropping the job in the zuul file | 12:15 |
moguimar | having the file gone in master is enough for future versions | 12:15 |
stephenfin | why does removing lower-constraints break things? | 12:16 |
moguimar | it wasn't triggering requirements-check | 12:16 |
stephenfin | but why? | 12:16 |
moguimar | there is something weird in python-memcached for py27 | 12:17 |
stephenfin | those should be different things, surely | 12:17 |
stephenfin | https://github.com/openstack/requirements/blob/stable/train/global-requirements.txt#L306-L307 | 12:17 |
stephenfin | we're missing version classifiers | 12:17 |
stephenfin | okay, I understand now. requirements-check is broken, but it only runs if you touch any of the requirements.txt files | 12:18 |
stephenfin | to me, it seems the solution is to fix the broken requirements-check job rather than ignoring it :-\ | 12:18 |
stephenfin | moguimar: I can do that if you'd like | 12:19 |
moguimar | cool, lunch just arived, brb | 12:20 |
stephenfin | If you want to do it, just copy the python-memcached definitions from openstack/requirements to our requirements.txt and add a note (and ideally 'Changes:' section, like the 'Conflicts:' section) to the commit message describing what you changed and why | 12:20 |
stephenfin | ack | 12:20 |
openstackgerrit | Stephen Finucane proposed openstack/automaton master: Uncap PrettyTable https://review.opendev.org/c/openstack/automaton/+/775145 | 12:30 |
openstackgerrit | Stephen Finucane proposed openstack/automaton master: Remove lower-constraints remnants https://review.opendev.org/c/openstack/automaton/+/775146 | 12:30 |
openstackgerrit | Stephen Finucane proposed openstack/automaton master: tox: Remove references to testr https://review.opendev.org/c/openstack/automaton/+/775147 | 12:33 |
*** mgagne has quit IRC | 12:52 | |
*** mgagne has joined #openstack-oslo | 12:53 | |
*** zzzeek has quit IRC | 13:07 | |
*** zzzeek has joined #openstack-oslo | 13:08 | |
openstackgerrit | Moisés Guimarães de Medeiros proposed openstack/oslo.cache stable/train: Dropping lower constraints testing https://review.opendev.org/c/openstack/oslo.cache/+/774229 | 13:14 |
*** zzzeek has quit IRC | 13:21 | |
*** zzzeek has joined #openstack-oslo | 13:26 | |
openstackgerrit | Daniel Bengtsson proposed openstack/pbr master: Dropping lower constraints testing https://review.opendev.org/c/openstack/pbr/+/767724 | 13:39 |
smcginnis | moguimar: Was there a reason you removed you +W on teh automaton PrettyTable patch? | 14:11 |
moguimar | nope, just waiting the CI +1 | 14:17 |
moguimar | smcginnis, not a big reason, you can +w it | 14:17 |
smcginnis | moguimar: OK, cool. Just wanted to make sure before I touched it. ;) | 14:17 |
*** kgiusti has joined #openstack-oslo | 14:32 | |
*** zaneb has joined #openstack-oslo | 14:58 | |
damani | hi | 15:10 |
damani | moguimar, i made new releases for oslo https://review.opendev.org/c/openstack/releases/+/775161 | 15:11 |
moguimar | thanks damani | 15:17 |
damani | you're welcome | 15:17 |
moguimar | I'll poke you again once it lands back in train so you can release ussuri and train | 15:18 |
*** bcafarel has quit IRC | 15:25 | |
*** bcafarel has joined #openstack-oslo | 15:26 | |
damani | moguimar, i mean oslo.cache | 15:29 |
-openstackstatus- NOTICE: Recent POST_FAILURE results from Zuul for builds started prior to 15:47 UTC were due to network connectivity issues reaching one of our log storage providers, and can be safely rechecked | 15:51 | |
hberaud | bnemec: do you mind +W'ing this patch the CI is now green => https://review.opendev.org/c/openstack/oslo.messaging/+/771240 thanks | 15:54 |
hberaud | and then the ussuri part too https://review.opendev.org/c/openstack/oslo.messaging/+/771241 | 15:55 |
openstackgerrit | Merged openstack/automaton master: Uncap PrettyTable https://review.opendev.org/c/openstack/automaton/+/775145 | 16:05 |
damani | moguimar, ok yes cool ping me when you need a release for ussuri and train | 16:17 |
*** rpittau is now known as rpittau|afk | 17:43 | |
*** ralonsoh has quit IRC | 17:54 | |
openstackgerrit | Moisés Guimarães de Medeiros proposed openstack/oslo.cache stable/train: Dropping lower constraints testing https://review.opendev.org/c/openstack/oslo.cache/+/774229 | 17:54 |
openstackgerrit | Moisés Guimarães de Medeiros proposed openstack/oslo.cache stable/train: Dropping lower constraints testing https://review.opendev.org/c/openstack/oslo.cache/+/774229 | 18:18 |
*** moguimar has quit IRC | 18:25 | |
*** moguimar has joined #openstack-oslo | 18:25 | |
*** sboyron_ has quit IRC | 19:18 | |
openstackgerrit | Moisés Guimarães de Medeiros proposed openstack/oslo.cache stable/train: Add TLS options to oslo.cache https://review.opendev.org/c/openstack/oslo.cache/+/773905 | 19:46 |
openstackgerrit | Moisés Guimarães de Medeiros proposed openstack/oslo.cache stable/train: Add TLS context creation from config https://review.opendev.org/c/openstack/oslo.cache/+/774226 | 19:46 |
openstackgerrit | Moisés Guimarães de Medeiros proposed openstack/oslo.cache stable/train: Add dogpile.cache.pymemcache backend https://review.opendev.org/c/openstack/oslo.cache/+/774227 | 19:46 |
moguimar | finally! | 20:53 |
*** rcernin has joined #openstack-oslo | 21:20 | |
bnemec | hberaud: If it already has 2 +2's and the only change is a rebase then feel free to self-approve. | 21:49 |
bnemec | ( I approved this one, so that's for future reference) | 21:49 |
*** gmann is now known as gmann_afk | 22:10 | |
*** Dmitrii-Sh has quit IRC | 22:19 | |
*** Dmitrii-Sh has joined #openstack-oslo | 22:20 | |
*** gmann_afk is now known as gmann | 23:11 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!