rdogerrit | rdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for caracal-9s-testing https://review.rdoproject.org/r/c/rdoinfo/+/50503 | 00:14 |
---|---|---|
rdogerrit | rdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for wallaby-8s-testing https://review.rdoproject.org/r/c/rdoinfo/+/50910 | 00:15 |
rdogerrit | Chandan Kumar proposed config master: Add Rabi Mishra keys https://review.rdoproject.org/r/c/config/+/50923 | 04:48 |
rdogerrit | Merged config master: Add Rabi Mishra keys https://review.rdoproject.org/r/c/config/+/50923 | 05:14 |
rdogerrit | Joel Capitao proposed rdoinfo master: Promote CBS tags update for caracal-9s-testing https://review.rdoproject.org/r/c/rdoinfo/+/50503 | 08:09 |
rdogerrit | Alfredo Moralejo proposed config master: Create antelope and bobcat branches for observabilityclient https://review.rdoproject.org/r/c/config/+/50920 | 08:10 |
rdogerrit | Marios Andreou proposed rdo-jobs master: Adds new data-plane-adoption-OSP-17-to-extracted-crc job for adoption CI https://review.rdoproject.org/r/c/rdo-jobs/+/50590 | 08:30 |
rdogerrit | Gregory Thiemonge proposed openstack/octavia-distgit rpm-master: Update Octavia spec for secure-RBAC https://review.rdoproject.org/r/c/openstack/octavia-distgit/+/50924 | 09:05 |
tkajinam | I'm wondering what is python3-tooz+redis for ? | 09:53 |
tkajinam | * what python3-tooz+redis is for ? | 09:54 |
amoralej | it's tooz + estra redis as defined in https://github.com/openstack/tooz/blob/master/setup.cfg#L54 | 09:54 |
amoralej | + in python package names is optional extras | 09:55 |
tkajinam | https://paste.opendev.org/show/b8zCKnMutb25murypcYB/ | 09:56 |
amoralej | so, python3-tooz+redis is a subpackage which adds python3-redis as dependency | 09:56 |
tkajinam | hmm but the package dependency and the files installes by the package do not make very clear sense to me | 09:56 |
amoralej | yeah, python3-redis is intended to work together with python3-tooz | 09:57 |
tkajinam | yeah that's what I thought though that dependency does not appear in rpm command. probably I did something stupid ? | 09:57 |
amoralej | rpm -q --requires python3-tooz+redis | 09:57 |
amoralej | it should use virtual provides | 09:57 |
tkajinam | rpm -q --requires python3-tooz+redis | 09:58 |
tkajinam | python3.9dist(redis) >= 3.1 | 09:58 |
tkajinam | ahh ok | 09:58 |
amoralej | that's it | 09:58 |
tkajinam | thanks now it makes very clear sense | 10:00 |
tkajinam | the results of these macros are still tricky for me :-P | 10:00 |
amoralej | :) | 10:01 |
amoralej | there is some documentation in fedora, lemme look for the link | 10:01 |
amoralej | https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Machine-readable-provides i.e. | 10:02 |
* tkajinam book-marked the link | 10:03 | |
tkajinam | just noticed octavia has python3-redis as its dependency but afaik it's not direct dependency but is required via taskflow (taskflow requires python3-redis as a extra dependencies) so was looking at how it may be handled better. | 10:06 |
tkajinam | (for my own curiosity. this may not be at all urgent or critical | 10:07 |
jcapitao[m] | amoralej karolinku : FYI master puppet promotion is broken because of https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/901666 | 10:15 |
jcapitao[m] | upstream p-o-i has not hitten that issue yet, I checked latest p-o-i patch merged, the job pulled telemetry-tempest-plugin one commit before | 10:17 |
amoralej | tkajinam, https://github.com/rdo-packages/octavia-distgit/blob/rpm-master/openstack-octavia.spec#L134 | 10:19 |
amoralej | we have explicit dependency in the spec | 10:20 |
gthiemonge | tkajinam: amoralej: we added this dep because we (octavia) plan to enable taskflow/jobboard (which requires redis) by default in the future | 10:25 |
tkajinam | I understand python3-redis may be needed but I'm wondering if we should use something like taskflow+redis rather than requiring redis directly. | 10:27 |
tkajinam | because the requirement of redis is mainly controlled by taskflow rather than octavia. | 10:27 |
gthiemonge | yeah, right | 10:27 |
amoralej | jcapitao[m], there are logs? | 10:27 |
jcapitao[m] | amoralej: current failure on master https://logserver.rdoproject.org/openstack-periodic-daily/review.rdoproject.org/rdoinfo/master/weirdo-caracal-promote-puppet-scenario001-centos-stream-9/b46a1be/logs/weirdo-project/logs/testr_results.html | 10:28 |
jcapitao[m] | in last upstream p-o-i job https://zuul.opendev.org/t/openstack/build/973d9827235b4af2a69b83466e0b749f it's no failing as it pulls python3-telemetry-tests-tempest-1.10.1-0.20231121140815.8271356.el9.noarch (one commit before) | 10:30 |
jcapitao[m] | upstream p-o-i jobs pull puppet-passed-ci repos, that's the reason why it's not caught upstream but in our pipeline | 10:32 |
tkajinam | looks like they enabled sg-core tests by default ? | 10:32 |
tkajinam | idk why they decided to make that breaking change | 10:32 |
jcapitao[m] | tkajinam: yeah I think so too | 10:32 |
tkajinam | IMO they should revert the change now or make the test optional... | 10:33 |
tkajinam | ^^ mrunge | 10:34 |
amoralej | yeah, i guess we'll need to set it to false | 10:36 |
jcapitao[m] | +1 to disable it as default | 10:36 |
tkajinam | the problem is that the option is not really honored | 10:36 |
tkajinam | we have to find out the way to tell gabbi to disable a specific test according to an env var which I'm looking for now | 10:37 |
amoralej | won't https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/901666/5/telemetry_tempest_plugin/scenario/test_telemetry_integration_prometheus.py#34 do what we need? | 10:38 |
tkajinam | ahh ok I was looking at an old code base | 10:41 |
tkajinam | https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/902134 | 10:46 |
tkajinam | I can add support for [service_available] sg_core and disable it in p-o-i but I believe it should be kept default with some warning period | 10:48 |
tkajinam | (by the way that job definition also affects stable branches and is likely to kill their old branches I guess | 10:49 |
tkajinam | ok that's why they need disable it in p-o-i but I believe it should be kept | 10:49 |
tkajinam | oops | 10:49 |
tkajinam | wrong copy-paste | 10:49 |
tkajinam | https://review.opendev.org/q/I74479294bc04cd9eeedeaaf7baa5e6233e9e17fd | 10:49 |
mrunge | tkajinam, looking now | 11:02 |
mrunge | I was in meetings for some time already | 11:02 |
tkajinam | np. it may take a while until CI run completes | 11:07 |
mrunge | one issue with tempest is that it is branchless | 11:08 |
tkajinam | yeah it has been causing multiple pains for long :-( | 11:14 |
tkajinam | though there are two problems here. that change which made sg-core required by default is breaking, and it causes worse effect because tempest is branchless | 11:18 |
tkajinam | breaking = backward incompatible, I mean | 11:18 |
rdogerrit | Marios Andreou proposed rdo-jobs master: Adds new data-plane-adoption-OSP-17-to-extracted-crc job for adoption CI https://review.rdoproject.org/r/c/rdo-jobs/+/50590 | 11:39 |
jcapitao[m] | re: https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/902134 - thank you tkajinam++ | 12:45 |
spotz[m] | Meeting in 17 minutes add your items! https://etherpad.opendev.org/p/RDO-Meeting | 13:43 |
spotz[m] | #startmeeting RDO meeting - 2023-11-29 | 13:59 |
opendevmeet | Meeting started Wed Nov 29 13:59:48 2023 UTC and is due to finish in 60 minutes. The chair is spotz[m]. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:59 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:59 |
opendevmeet | The meeting name has been set to 'rdo_meeting___2023_11_29' | 13:59 |
spotz[m] | #topic Roll Call | 13:59 |
amoralej | o/ | 14:00 |
karolinku[m] | o/ | 14:00 |
jcapitao[m] | o/ | 14:00 |
spotz[m] | #link https://etherpad.opendev.org/p/RDO-Meeting | 14:00 |
spotz[m] | #topic SWAG Update | 14:00 |
spotz[m] | We are still in the brand process of getting SWAG most likely because of the recent US holiday. Hope to get moved on to the vendor this week | 14:01 |
spotz[m] | Any questions? | 14:01 |
jcapitao[m] | 👍️ | 14:02 |
spotz[m] | #topic Status of train, ussuri, victoria. Can we remove the content from trunk.r.o ? | 14:02 |
jcapitao[m] | #link https://softwarefactory-project.io/r/c/software-factory/sf-infra/+/29878 | 14:03 |
jcapitao[m] | it's now merged | 14:03 |
amoralej | cool, so i think we can remove the content of the repos in trunk-centos8 | 14:03 |
jcapitao[m] | so it's been now 2 months since we communicated the decommission of those builders | 14:03 |
amoralej | and in trunk.r.o let's start by renaming the directories for one week, then remove | 14:03 |
jcapitao[m] | +1 for the methodology | 14:04 |
jcapitao[m] | that way we could revert easily | 14:05 |
amoralej | exactly | 14:06 |
jcapitao[m] | I can take care of the operations or do you want to do it ? | 14:06 |
amoralej | you can take it, np | 14:07 |
amoralej | let's review the tasks to do after the mtg | 14:07 |
jcapitao[m] | ack | 14:08 |
spotz[m] | Anything else on this otopic? | 14:10 |
jcapitao[m] | I think that's it | 14:11 |
spotz[m] | We have nothing else on the agenda. Any volunteer to lead next week? It will be the video call | 14:11 |
amoralej | i'll be on PTO, it's local holiday here | 14:12 |
karolinku[m] | I can take it | 14:13 |
spotz[m] | I'm still working on my PTO for end of the year, I'll be around next week for sure. But even on PTO if we don't cncel I might pop in:) | 14:13 |
spotz[m] | Thanks Karolina | 14:13 |
spotz[m] | #topic Open FLoor | 14:13 |
spotz[m] | If anyone has anything | 14:14 |
amoralej | not from my side | 14:15 |
spotz[m] | Next week's area is created on the agenda | 14:15 |
jcapitao[m] | nothing from me neither | 14:16 |
spotz[m] | Nice quick meeting:) | 14:18 |
spotz[m] | #endmeeting | 14:18 |
opendevmeet | Meeting ended Wed Nov 29 14:18:46 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:18 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/rdo_meeting___2023_11_29/2023/rdo_meeting___2023_11_29.2023-11-29-13.59.html | 14:18 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/rdo_meeting___2023_11_29/2023/rdo_meeting___2023_11_29.2023-11-29-13.59.txt | 14:18 |
opendevmeet | Log: https://meetings.opendev.org/meetings/rdo_meeting___2023_11_29/2023/rdo_meeting___2023_11_29.2023-11-29-13.59.log.html | 14:18 |
amoralej | thanks spotz! | 14:18 |
spotz[m] | Just realized I forgot #chair:) | 14:19 |
jcapitao[m] | thank you spotz | 14:19 |
spotz[m] | Thanks all | 14:20 |
rdogerrit | Amy Marrich (spotz) proposed rdo-website master: Addedd meetings for Nov 22 and 29 https://review.rdoproject.org/r/c/rdo-website/+/50925 | 14:34 |
spotz[m] | Ok put the links for the last 2 meetings up | 14:34 |
*** jlibosva is now known as Guest8554 | 14:57 | |
*** blarnath is now known as d34dh0r53 | 15:00 | |
*** jlibosva is now known as Guest8560 | 15:44 | |
rdogerrit | Tristan de Cacqueray proposed config master: Set github-check pipeline precedence to high https://review.rdoproject.org/r/c/config/+/50926 | 16:15 |
rdogerrit | Emma Foley proposed config master: [crc] simple-start/yml: Pass a bundle parameter to CRC https://review.rdoproject.org/r/c/config/+/50927 | 17:28 |
rdogerrit | Merged rdo-website master: Addedd meetings for Nov 22 and 29 https://review.rdoproject.org/r/c/rdo-website/+/50925 | 17:40 |
rdogerrit | Emma Foley proposed config master: [crc] Wait for the cluster to come up if there's a custom bundle used https://review.rdoproject.org/r/c/config/+/50928 | 19:29 |
*** cloudnull0 is now known as cloudnull | 20:07 | |
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org will be restarting momentarily for a patch update to address a recently observed regression preventing some changes from merging | 21:10 | |
rdogerrit | Merged config master: Set github-check pipeline precedence to high https://review.rdoproject.org/r/c/config/+/50926 | 23:51 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!