| -@gerrit:opendev.org- Zuul merged on behalf of Bartosz Bezak: [opendev/system-config] 975966: UCA: Add Gazpacho https://review.opendev.org/c/opendev/system-config/+/975966 | 00:53 | |
| -@gerrit:opendev.org- Monty Taylor https://matrix.to/#/@mordred:inaugust.com proposed: [opendev/system-config] 976254: Add node 24 to quay.io mirror https://review.opendev.org/c/opendev/system-config/+/976254 | 13:51 | |
| @fungicide:matrix.org | Bartosz Bezak: https://static.opendev.org/mirror/ubuntu-cloud-archive/dists/noble-updates/gazpacho/ exists now and has expected content | 14:34 |
|---|---|---|
| @bbezak:matrix.org | thx fungi , we've just merged today kolla change with that https://review.opendev.org/c/openstack/kolla/+/975940 | 14:35 |
| @fungicide:matrix.org | one step ahead! excellent | 14:35 |
| @clarkb:matrix.org | https://review.opendev.org/c/opendev/lodgeit/+/975332 is another likely low risk trixie update tested via https://review.opendev.org/c/opendev/system-config/+/945143 | 15:55 |
| @clarkb:matrix.org | second attempt at pushing via https instead of ssh (and in this case using opendev.org not review.opendev.org: https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/M5L2HKDDY2CVLXPEVXCIHOAMG3MQ4ALA/ we updated the documentation. I half wonder if the problem now is ask chatgpt how to push to gerrit | 16:15 |
| @clarkb:matrix.org | * second attempt at pushing via https instead of ssh (and in this case using opendev.org not review.opendev.org): https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/M5L2HKDDY2CVLXPEVXCIHOAMG3MQ4ALA/ we updated the documentation. I half wonder if the problem now is ask chatgpt how to push to gerrit | 16:16 |
| @fungicide:matrix.org | thanks, i also followed up asking what documentation they had read | 16:37 |
| @fungicide:matrix.org | maybe there's something misleading still lingering somewhere | 16:40 |
| -@gerrit:opendev.org- Clark Boylan proposed: [opendev/system-config] 976282: Start testing Ansible 10 on bridge https://review.opendev.org/c/opendev/system-config/+/976282 | 18:08 | |
| -@gerrit:opendev.org- Clark Boylan proposed: [opendev/system-config] 976286: Pin llfuse during borg install on Focal https://review.opendev.org/c/opendev/system-config/+/976286 | 18:37 | |
| @clarkb:matrix.org | I think the ansible 10 testing exposed ^. I don't think this issue is related to the ansible version | 18:38 |
| @clarkb:matrix.org | but if we want to be extra careful we could run tests with the old version of ansible and double check | 18:38 |
| @clarkb:matrix.org | the eavesdrop job is failing beacuse ptgbot uses pkg_resources | 18:43 |
| @clarkb:matrix.org | I'll try to work ona fix for that after our team meeting today | 18:45 |
| @clarkb:matrix.org | thsi is annoying beacuse pkg_resources was deleted the docs are gone too so good luck looking up the hints to the importlib replacements | 18:48 |
| @fungicide:matrix.org | https://setuptools.pypa.io/en/stable/pkg_resources.html | 18:51 |
| @fungicide:matrix.org | at least until they update what "stable" points at | 18:52 |
| @fungicide:matrix.org | and then, wayback machine, i suppose | 18:52 |
| @fungicide:matrix.org | or git history | 18:52 |
| @clarkb:matrix.org | thanks https://setuptools.pypa.io/deprecated/pkg_resources.html is what google found without content | 18:53 |
| @fungicide:matrix.org | yuck | 18:53 |
| @fungicide:matrix.org | i went to the setuptools docs linked from pypi, and then used the version selector | 18:54 |
| @fungicide:matrix.org | i was hoping it would have versions per git tag, but nope | 18:54 |
| @fungicide:matrix.org | still, better than nothing | 18:54 |
| -@gerrit:opendev.org- Tim Burke proposed: [zuul/zuul-jobs] 975737: Ignore empty tags for container jobs https://review.opendev.org/c/zuul/zuul-jobs/+/975737 | 19:05 | |
| -@gerrit:opendev.org- Clark Boylan proposed: [opendev/system-config] 976282: Start testing Ansible 10 on bridge https://review.opendev.org/c/opendev/system-config/+/976282 | 19:38 | |
| @clarkb:matrix.org | This update depends on a potential fix for the ptgbot issue. That way we can see it working end to end | 19:38 |
| @fungicide:matrix.org | oh so `importlib.resources.files()` returns a pathlib path object? i guess we're using a new enough python for that | 19:40 |
| @fungicide:matrix.org | i still find the `/` operator weird with those | 19:40 |
| @clarkb:matrix.org | it returns a pathlib like object (its a subset) which is why you have to us as_file when treating it as a file | 19:41 |
| @fungicide:matrix.org | have to retrain my brain for not-math | 19:41 |
| @clarkb:matrix.org | and yes we bumped up python to 3.12 on that repo | 19:41 |
| @clarkb:matrix.org | that fixes the eavesdrop job so I think the change is good on the ptgbot side as well | 19:55 |
| @mordred:waterwanders.com | pathlib is nice sometimes ... but the / operator is, imho, a bit too clevre | 20:01 |
| @clarkb:matrix.org | fungi: aiui as_file will extract files out of eggs/sdists/however they get stored. Which is why it isn't safe to directly use the path on the chdir (though I suspect it would work here since things should be extracted on disk already) | 20:03 |
| @fungicide:matrix.org | makes sense | 20:08 |
| @clarkb:matrix.org | the letsencrypt job failed on the second patchset for 976282. It passed on ps1. I don't think any of the changes I made should have impacted that. I wonder if this is a case of the weird handler not seeing variable bug that we've seen in the past. If so that implies it still affects newer ansible. Hopefully not any more consistently | 20:45 |
| @clarkb:matrix.org | I doubt I'll have time to dig into that further today. but the good news is other than that I haven't seen any potential ansible version related issues so far | 20:45 |
| @clarkb:matrix.org | I'll push another patchset that runs the other system-config-run jobs against that version fo ansible | 20:45 |
| -@gerrit:opendev.org- Clark Boylan proposed: [opendev/system-config] 976282: Start testing Ansible 10 on bridge https://review.opendev.org/c/opendev/system-config/+/976282 | 20:48 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!