Monday, 2022-06-27

-@gerrit:opendev.org- Ian Wienand proposed: [zuul/nodepool] 847698: dib: Bump to 3.22.0 https://review.opendev.org/c/zuul/nodepool/+/84769800:39
-@gerrit:opendev.org- Kenny Ho marked as active: [zuul/zuul] 837063: Add build set URL to reporter https://review.opendev.org/c/zuul/zuul/+/83706301:15
-@gerrit:opendev.org- Zuul merged on behalf of Szymon Datko: [zuul/zuul-jobs] 847656: [tox] Update readme regarding default values https://review.opendev.org/c/zuul/zuul-jobs/+/84765608:59
-@gerrit:opendev.org- Jonathan Rosser proposed: [zuul/zuul-jobs] 847775: Allow upload-logs-swift files list to be overriden https://review.opendev.org/c/zuul/zuul-jobs/+/84777512:20
-@gerrit:opendev.org- Tristan Cacqueray proposed:13:42
- [zuul/zuul-operator] 847789: Setup cmd direct entrypoint https://review.opendev.org/c/zuul/zuul-operator/+/847789
- [zuul/zuul-operator] 847790: Add support for namespaced deployment https://review.opendev.org/c/zuul/zuul-operator/+/847790
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847809: Remove CONTRIBUTE.md documentation https://review.opendev.org/c/zuul/zuul-operator/+/84780916:09
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847830: Update to the latest version of kopf https://review.opendev.org/c/zuul/zuul-operator/+/84783016:11
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847830: Update to the latest version of kopf https://review.opendev.org/c/zuul/zuul-operator/+/84783016:26
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847830: Update to the latest version of kopf https://review.opendev.org/c/zuul/zuul-operator/+/84783017:20
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 847646: Fix merging with submitWholeTopic https://review.opendev.org/c/zuul/zuul/+/84764617:29
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847842: Test increasing the timeout https://review.opendev.org/c/zuul/zuul-operator/+/84784218:21
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/nodepool] 847106: Add nodepool.image_build_requests metric https://review.opendev.org/c/zuul/nodepool/+/84710618:24
@tristanc_:matrix.orgcorvus: I think there is an issue with the pykube library in the operator, it does not seems like it can find the in-cluster kube config. Do you remember why it is used instead of the official client?18:44
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847845: Try loading the config earlier https://review.opendev.org/c/zuul/zuul-operator/+/84784519:09
@jim:acmegating.comtristanC: istr something about pykube-ng being easier to use when dealing with custom resources, but i don't remember details.  i do see that they just made a release: https://pypi.org/project/pykube-ng/#history19:13
@jim:acmegating.commight be worth seeing if an older version works19:13
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847846: Pin pykube-ng https://review.opendev.org/c/zuul/zuul-operator/+/84784619:15
@tristanc_:matrix.orgcorvus: ok let's see.19:19
-@gerrit:opendev.org- Zuul merged on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul] 846448: Add --wait-for-init scheduler option https://review.opendev.org/c/zuul/zuul/+/84644819:20
@tristanc_:matrix.orgI tried to remove pykube, but the official python client does seem more complicated. It's too bad because the golang kube-client is quite nice actually.19:21
@jim:acmegating.comyeah, pykube is nice to work with; hopefully it's just a small bug19:25
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 845851: Update apiVersion of the CRD https://review.opendev.org/c/zuul/zuul-operator/+/84585119:38
-@gerrit:opendev.org- Tristan Cacqueray proposed:19:51
- [zuul/zuul-operator] 845851: Update apiVersion of the CRD https://review.opendev.org/c/zuul/zuul-operator/+/845851
- [zuul/zuul-operator] 847854: Add timeout for wsdump test https://review.opendev.org/c/zuul/zuul-operator/+/847854
@blaisep-sureify:matrix.orgI just want to bask in that delicious sense of accomplishment, having finally succeeded in my first `/config/resources/resources.yaml` change.19:52
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/nodepool] 846806: Support deleting DIB images while builder is offline https://review.opendev.org/c/zuul/nodepool/+/84680620:00
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/nodepool] 846806: Support deleting DIB images while builder is offline https://review.opendev.org/c/zuul/nodepool/+/84680620:04
@tristanc_:matrix.orgcorvus: pinning pykube seems to help, but the job now fails on the console stream test20:25
@jim:acmegating.comtristanC: i'm running `wsdump -r --eof-wait 5 -t '{"uuid":"1ef64fea79ce40ff803e0ef321980396","logfile":"console.log"}' wss://zuul.opendev.org/api/tenant/local/console-stream` to see what it does20:34
@jim:acmegating.comoh wait, it looks like the wsdump worked...20:34
@jim:acmegating.comwas it the test on the static host and not the pod that failed?20:35
@jim:acmegating.comsorry, i deleted some message for clarity since i was confused20:36
@jim:acmegating.comit looks like "connect to console-stream" may be the task that did not finish, even though it appears to have printed all of the output.  so perhaps it didn't get an EOF?  that's what my test above should help with20:36
@jim:acmegating.comtristanC: okay, the job finished, and my wsdump command is still running.  so it looks like zuul itself is really not sending an EOF at the end of a websocket console stream.20:38
@jim:acmegating.com(or possibly it is, but wsdump isn't handling that the same way anymore; that seems less likely though)20:39
@jim:acmegating.comtristanC: actually -- according to lsof i don't have a connection open anymore, but wsdump still hasn't exited.  i think we should consider the possibility that "--eof-wait" doesn't work as we expect (anymore)20:46
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847854: Add timeout for wsdump test https://review.opendev.org/c/zuul/zuul-operator/+/84785421:02
@tristanc_:matrix.orgcorvus: thank you for checking, let me see if i can find a solution for that21:04
-@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 847856: Use attributes instead of a nested dict for web cache https://review.opendev.org/c/zuul/zuul/+/84785621:17
@jim:acmegating.commhu: ^ is a followup to https://review.opendev.org/832293 which i approved21:18
@mhuin:matrix.org+1'ed for great justice21:20
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847854: Provide input to the wsdump test https://review.opendev.org/c/zuul/zuul-operator/+/84785421:30
@tristanc_:matrix.orgcorvus: i think i got it, it seems like `wsdump` is waiting for something to happen on stdin. I'll squash 847854 and 847846, then we should have a working ci again for the zuul-operator22:02
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847846: Pin pykube-ng and fix the CI https://review.opendev.org/c/zuul/zuul-operator/+/84784622:04
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 845851: Update apiVersion of the CRD https://review.opendev.org/c/zuul/zuul-operator/+/84585122:05
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 845851: Update CRD apiVersion to v1 (from v1beta) https://review.opendev.org/c/zuul/zuul-operator/+/84585122:06
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847830: Update to the latest version of kopf https://review.opendev.org/c/zuul/zuul-operator/+/84783022:07
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 847809: Remove CONTRIBUTE.md documentation https://review.opendev.org/c/zuul/zuul-operator/+/84780922:08
-@gerrit:opendev.org- Tristan Cacqueray proposed on behalf of James E. Blair https://matrix.to/#/@jim:acmegating.com: [zuul/zuul-operator] 785985: Move some config to configmaps https://review.opendev.org/c/zuul/zuul-operator/+/78598522:37
-@gerrit:opendev.org- Tristan Cacqueray proposed on behalf of Albin Vass: [zuul/zuul-operator] 800302: WIP: Add structural schema to crd https://review.opendev.org/c/zuul/zuul-operator/+/80030222:39
-@gerrit:opendev.org- Tristan Cacqueray proposed on behalf of Albin Vass: [zuul/zuul-operator] 800265: Gracefully shutdown executor on SIGTERM https://review.opendev.org/c/zuul/zuul-operator/+/80026522:41
@tristanc_:matrix.orgHere is the fix to unlock the zuul-operator CI: https://review.opendev.org/c/zuul/zuul-operator/+/84784623:15
-@gerrit:opendev.org- Tristan Cacqueray proposed: [zuul/zuul-operator] 845851: Update CRD apiVersion to v1 (from v1beta) https://review.opendev.org/c/zuul/zuul-operator/+/84585123:38

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