Friday, 2022-11-11

clarkbianw: now we are hitting the git submodule thing where using file:// submodules is not allowed arg00:07
ianwsigh, of course00:07
clarkbIn zuul we ended up setting the flag to trust the submodules. I think that is appropriate here? I mean if we don't trust the git repos that we use to build gerrit I'm not sure what we can trust?00:08
clarkbI wonder did that not get fixed in focal? Maybe we want to temporarily pin the jobs back to focal then do fixes for these things one at a time? I guess an omnibus fix also works00:08
ianwi think maybe let's see if it's just the git thing and go from there -- i'll add it to the submodule clone now00:09
clarkbwfm00:10
opendevreviewIan Wienand proposed opendev/system-config master: gerrit-build: jammy updates: update to nodejs 18.x, allow submodule clones  https://review.opendev.org/c/opendev/system-config/+/86423400:14
ianwsigh i guess there's no equals there00:41
opendevreviewIan Wienand proposed opendev/system-config master: gerrit-build: jammy updates: update to nodejs 18.x, allow submodule clones  https://review.opendev.org/c/opendev/system-config/+/86423400:41
opendevreviewIan Wienand proposed opendev/system-config master: gerrit-build: jammy updates: update to nodejs 18.x, allow submodule clones  https://review.opendev.org/c/opendev/system-config/+/86423401:51
ianwlooks like that's probably enough to fix the builds (nodejs + git config).  so i think that change is probably reasonable enough on it's own02:16
opendevreviewIan Wienand proposed opendev/system-config master: Update Gerrit images to 3.5.4 and 3.6.3  https://review.opendev.org/c/opendev/system-config/+/86421702:20
*** akahat is now known as akahat|ruck02:23
opendevreviewIan Wienand proposed opendev/system-config master: Update a few s/bridge01/bridge99 references  https://review.opendev.org/c/opendev/system-config/+/86424504:06
*** rcastillo|rover is now known as rcastillo04:29
*** soniya29 is now known as soniya29|ruck04:45
*** soniya29|ruck is now known as soniya29|rover04:45
*** soniya29 is now known as soniya29|afk05:30
*** yadnesh|away is now known as yadnesh05:58
opendevreviewMerged opendev/system-config master: Update a few s/bridge01/bridge99 references  https://review.opendev.org/c/opendev/system-config/+/86424506:26
*** soniya29|afk is now known as soniya2907:32
opendevreviewDong Zhang proposed zuul/zuul-jobs master: Make setting bucket cors configurable  https://review.opendev.org/c/zuul/zuul-jobs/+/86330907:37
*** jpena|off is now known as jpena08:01
opendevreviewMerged zuul/zuul-jobs master: Combine ensure-pip playbooks into a test role  https://review.opendev.org/c/zuul/zuul-jobs/+/86029608:50
*** soniya29 is now known as soniya29|rover08:53
opendevreviewTama McGlinn proposed opendev/git-review master: Add message option  https://review.opendev.org/c/opendev/git-review/+/86409809:26
opendevreviewTama McGlinn proposed opendev/git-review master: Add message option  https://review.opendev.org/c/opendev/git-review/+/86409809:46
*** dviroel|afk is now known as dviroel11:43
*** yadnesh is now known as yadnesh|away12:14
*** dviroel is now known as dviroel|doc_appt12:45
*** frenzy_friday is now known as frenzy_friday|lunch12:47
*** frenzy_friday|lunch is now known as frenzy_friday13:46
*** dasm|off is now known as dasm14:06
*** soniya29|rover is now known as soniya29|rover|afk14:16
*** dviroel|doc_appt is now known as dviroel14:49
*** mtomaska1 is now known as mtomaska15:05
*** dviroel is now known as dviroel\LUNCH15:12
*** dviroel\LUNCH is now known as dviroel|lunch15:12
opendevreviewMerged opendev/system-config master: Ignore bashate E010  https://review.opendev.org/c/opendev/system-config/+/85934415:15
opendevreviewJeremy Stanley proposed opendev/system-config master: Add a mailman3 list server  https://review.opendev.org/c/opendev/system-config/+/85124815:23
opendevreviewJeremy Stanley proposed opendev/system-config master: Fork the maxking/docker-mailman images  https://review.opendev.org/c/opendev/system-config/+/86015715:23
opendevreviewJeremy Stanley proposed opendev/system-config master: DNM force mm3 failure to hold the node  https://review.opendev.org/c/opendev/system-config/+/85529215:23
*** dviroel|lunch is now known as dviroel16:08
*** marios is now known as marios|out16:15
fungii think something about the bridge migration has broken the system-config-run-lists3 job16:27
fungijob being added in 851248 that is16:27
fungiit has recently started to fail with "'dict object' has no attribute 'prod_bastion'" in the import files task of playbooks/zuul/run-base.yaml16:28
fungilooks like hostvars[groups] lacks a prod_bastion key16:29
fungipreviously we were referencing hostvars["bridge.openstack.org"]16:31
fungimaybe we're simply missing prod_bastion in our test inventory?16:32
fungii guess we expect the add-bastion-host role to take care of that in tests now16:43
*** soniya29|rover|afk is now known as soniya29|rover16:48
opendevreviewJeremy Stanley proposed opendev/system-config master: Add a mailman3 list server  https://review.opendev.org/c/opendev/system-config/+/85124816:53
opendevreviewJeremy Stanley proposed opendev/system-config master: Fork the maxking/docker-mailman images  https://review.opendev.org/c/opendev/system-config/+/86015716:53
opendevreviewJeremy Stanley proposed opendev/system-config master: DNM force mm3 failure to hold the node  https://review.opendev.org/c/opendev/system-config/+/85529216:53
*** jpena is now known as jpena|off16:53
fungiokay, that should hopefully get it working16:53
fungiyeah, looks like that did the trick17:53
fungihuh, nope actually, but it did make it farther17:57
fungiFAILED: No config file '/usr/lib/python3.8/site-packages/mailman/config/alembic.cfg' found, or file has no '[alembic]' section17:57
fungiinteresting that it broke for the version using the semi-official docker image but worked with our forked build18:02
fungilooks like they tagged 0.4.4 images a little over a week ago18:05
fungiyeah, and they updated the 0.4 tag to point to that, so we're using the new images18:06
mnaserfungi: don't you love pulling arbitrary binaries from the internet all the time? \o/21:00
*** dasm is now known as dasm|off22:01
fungiyeah, it's a great way to spend a friday ;)22:21
opendevreviewJeremy Stanley proposed opendev/system-config master: Add a mailman3 list server  https://review.opendev.org/c/opendev/system-config/+/85124823:22
opendevreviewJeremy Stanley proposed opendev/system-config master: Fork the maxking/docker-mailman images  https://review.opendev.org/c/opendev/system-config/+/86015723:22
opendevreviewJeremy Stanley proposed opendev/system-config master: DNM force mm3 failure to hold the node  https://review.opendev.org/c/opendev/system-config/+/85529223:22
fungiapparently they updated their images from python 3.8 to 3.9 so the path to the alembic config changes23:22
fungichanged23:22

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!