| -@gerrit:opendev.org- Zuul merged on behalf of Simon Westphahl: [zuul/zuul] 966285: Fix OIDC secret config errors in zuul-web https://review.opendev.org/c/zuul/zuul/+/966285 | 10:39 | |
| -@gerrit:opendev.org- Simon Westphahl proposed: [zuul/nodepool] 966526: Enable IPv6 endpoint when IMDS support enabled https://review.opendev.org/c/zuul/nodepool/+/966526 | 12:22 | |
| -@gerrit:opendev.org- Simon Westphahl proposed: [zuul/zuul] 966528: Enable IPv6 endpoint when IMDS support is enabled https://review.opendev.org/c/zuul/zuul/+/966528 | 12:23 | |
| -@gerrit:opendev.org- Simon Westphahl proposed: [zuul/zuul] 966528: Enable IPv6 endpoint when IMDS support is enabled https://review.opendev.org/c/zuul/zuul/+/966528 | 12:24 | |
| -@gerrit:opendev.org- Simon Westphahl proposed: [zuul/nodepool] 966526: Enable IPv6 endpoint when IMDS support is enabled https://review.opendev.org/c/zuul/nodepool/+/966526 | 12:25 | |
| @mnaser:matrix.org | a little bit first world problem, but does anyone notice/find the console text extremely small on a 4k display in firefox/linux? rendering seems to be sortof trimmed | 15:13 |
|---|---|---|
| @mnaser:matrix.org | well.. it looks perfect in that screenshot, lol | 15:15 |
| @mnaser:matrix.org | actually you can kinda see it a bit, things like the j is trimmed from the bottom | 15:16 |
| @sean-k-mooney:matrix.org | looks like there is some type hinitign issues but that might just be a browser rednerign issues | 15:17 |
| @sean-k-mooney:matrix.org | do you have your browser scaling at 100% | 15:18 |
| @mnaser:matrix.org | yeah, if i scale up, the text is bigger, but still bottom of chaarcters like p's and y's are trimmed off, but yeah, not implying a zuul issue | 15:18 |
| @mnaser:matrix.org | i also wonder if missing font on my side | 15:20 |
| @sean-k-mooney:matrix.org | jsut lookign at a live log now https://zuul.opendev.org/t/openstack/stream/70f17f36fe0a4260bc1fd4915bb1096e?logfile=console.log im not seeing it happen but i also use monospace fonts as my defatult fonts systemwid | 15:20 |
| @sean-k-mooney:matrix.org | so i wonder is is font specific | 15:20 |
| @mnaser:matrix.org | interesting, dont see the issue in chromium | 15:21 |
| @mnaser:matrix.org | so might be firefox thing i guess | 15:21 |
| @fungicide:matrix.org | mnaser: what i observe in my primary browser (qutebrowser, webkit based) is that if i try to increase the font size the text box isn't rescaled to fit into the window and runs off the bottom of the screen without any way for me to scroll down to the bottom of the embedded text area | 15:23 |
| @sean-k-mooney:matrix.org | im using firefox but i see each span with "font-family: courier-new, courier, monospace; font-size: 12px" | 15:23 |
| @mnaser:matrix.org | that was my initial investigation, i did end up installing courier new (but i wonder if i havent rebooted since and it didnt pick it up in firefox) | 15:24 |
| @mnaser:matrix.org | browwsers too complicated :( | 15:24 |
| @sean-k-mooney:matrix.org | ah if i go to 150% zoom i see the same clipiing issue | 15:25 |
| @fungicide:matrix.org | yeah, i have some small-screen devices with very high resolution panels, and zoom ends up necessary for me on those | 15:28 |
| @sean-k-mooney:matrix.org | ah i see the issue | 15:28 |
| @sean-k-mooney:matrix.org | ```<textarea class="xterm-helper-textarea" aria-label="Terminal input" aria-multiline="false" autocorrect="off" autocapitalize="none" spellcheck="false" tabindex="0" style="left: 533px; top: 880px; width: 20px; height: 20px; line-height: 15.339px; z-index: 1000;"></textarea>``` | 15:28 |
| @sean-k-mooney:matrix.org | when you zuum in the lin hight and hight of the text area for each line is nto adjusted | 15:28 |
| @fungicide:matrix.org | aha, good catch | 15:28 |
| @sean-k-mooney:matrix.org | so the fot gets bigger btut the line height stays the same and just pushes the bottom off the end | 15:29 |
| @sean-k-mooney:matrix.org | no idea how to fix that because CSS is magic but ya thats the problem | 15:29 |
| @sean-k-mooney:matrix.org | maybe do min heihg tinstead of height | 15:29 |
| @sean-k-mooney:matrix.org | well the question i was going to ask has ansered itself. yes if i just wait long enough after updating zuuls tenant file the project will show up after the scdhuelr finishes setting them all up | 15:31 |
| @jangutter:matrix.org | ^--- if you do smart-reconfigure or full-reconfigure. | 15:31 |
| @fungicide:matrix.org | right, if you follow the scheduler log you should see it indicate when reconfiguration starts/completes | 15:32 |
| @sean-k-mooney:matrix.org | i did neither i just updated the configmap vai flux and zuul noticed and did the smart-reconfigure itself | 15:32 |
| @jangutter:matrix.org | That's.... not supposed to happen? Usually something triggers that. | 15:33 |
| @sean-k-mooney:matrix.org | https://zuul.teim.app/t/main/projects i added basiclly all the openstack pyton project in one goo so it took maybe 5 minutes to caluate all the keys and other stuff zulul needed to do | 15:33 |
| @sean-k-mooney:matrix.org | jangutter: zuul watches the tenent file | 15:33 |
| @sean-k-mooney:matrix.org | i think using inotify or similar | 15:33 |
| @jangutter:matrix.org | Hang on. | 15:33 |
| @sean-k-mooney:matrix.org | so if it changes on disk it will pick it up and retirger | 15:33 |
| @jim:acmegating.com | sean-k-mooney: are you using zuul-operator? | 15:34 |
| @sean-k-mooney:matrix.org | yes | 15:34 |
| @sean-k-mooney:matrix.org | with a patch or two but yes | 15:34 |
| @fungicide:matrix.org | deployment of the file is probably coupled with some automation to send a signal to the scheduler daemon | 15:34 |
| @sean-k-mooney:matrix.org | im using fluxcd to manage the zuul operator | 15:34 |
| @jim:acmegating.com | sean-k-mooney: the operator did the smart-reconfigure for you | 15:34 |
| @jangutter:matrix.org | https://zuul-ci.org/docs/zuul/latest/releasenotes.html#relnotes-11-3-0-upgrade-notes <--- | 15:35 |
| @sean-k-mooney:matrix.org | i just pushed https://github.com/SeanMooney/zuul-homelab/commit/e04bb9996e86a70659923f6801b496d370bcd8f1 and trigered the flux reconsole to have it be appied | 15:35 |
| @jangutter:matrix.org | in the past you could trigger it by restarting the scheduler, but that's no longer a thing anymore. | 15:35 |
| @sean-k-mooney:matrix.org | ya so that what i used to do hwen i deployed it under systemd | 15:36 |
| @sean-k-mooney:matrix.org | but i tought zuul got the ablit to trigger this iself at somepoint in the past | 15:36 |
| @jangutter:matrix.org | I don't think it ever had. | 15:36 |
| @jangutter:matrix.org | (nodepool had, but zuul tenant reconfig has always been manual in my patchy memory) | 15:37 |
| @sean-k-mooney:matrix.org | anyway im likeing the work flow of jsut pushing the commit and waiting 10 mintues for flxu to pick it up and apply it. (or being inpatiant and telling it to do it now) | 15:37 |
| @sean-k-mooney:matrix.org | ah ok ya it may have been nodepool i was thinking of | 15:37 |
| @fungicide:matrix.org | to be clear, we have something similar in opendev, though triggered through ansible when we deploy a new version of that file | 15:38 |
| @jangutter:matrix.org | Yeah, external automation triggering the event, but not something internal to zuul-scheduler. | 15:39 |
| @fungicide:matrix.org | in opendev we do it with a handler: https://opendev.org/opendev/system-config/src/branch/master/playbooks/roles/zuul-scheduler/handlers/main.yaml | 15:39 |
| @sean-k-mooney:matrix.org | ya when iu manually deployed zuul with ansible in the past i used a notifyer and handeler to triger the restart on chagnes to the config file | 15:39 |
| @sean-k-mooney:matrix.org | so i have alwasy been used to this being automated | 15:39 |
| @jangutter:matrix.org | I still like the sheer number of people who co-authored this: https://opendev.org/zuul/zuul-operator/commit/a9858a5b77b7c2b2219950bc457de1d79d3cd7b5 | 15:40 |
| @jangutter:matrix.org | ^--- but that's the bit that makes zuul-operator uptake changes in the tenant config., | 15:40 |
| @sean-k-mooney:matrix.org | ack ya that changed since i previously deployed zuul | 15:41 |
| @sean-k-mooney:matrix.org | so since i mentioned i had to fork the zuul operator imiadaly to be able to use it | 15:41 |
| @sean-k-mooney:matrix.org | hwo shoudl i file bugs and upstream some of those changes | 15:41 |
| @fungicide:matrix.org | filing bugs is probably optional if you are going to push up fixes anyway, so long as you explain in the commit message the reason it's needed | 15:42 |
| @sean-k-mooney:matrix.org | well the first fix is trivial https://github.com/SeanMooney/zuul-operator/commit/d2dc4be75a8402c8159764dc24423487add72fe4 | 15:43 |
| @sean-k-mooney:matrix.org | if i dont set the file mode to 400 or similar on the executor key it was not trusted for me adn woudl not work | 15:44 |
| @sean-k-mooney:matrix.org | the other change is propably not the correct way to fix it but it what i need to make it work https://github.com/SeanMooney/zuul-operator/commit/89ce1ae82de739c25155c3262578b841efd975eb | 15:44 |
| @sean-k-mooney:matrix.org | im deploying on talos and to allow bubblewrap to be able to create its onw user namespaces | 15:45 |
| @sean-k-mooney:matrix.org | i need to not set the runas runAsUser and runAsGroup | 15:45 |
| @sean-k-mooney:matrix.org | basically i dont think we can do nested user namespace and there is apprenlty a know incompatiblity with bublewarp and k8s with user namespaces | 15:46 |
| @sean-k-mooney:matrix.org | with those two tweaks it worked fine on https://www.talos.dev/ | 15:47 |
| @sean-k-mooney:matrix.org | https://github.com/containers/bubblewrap/issues/505 is kind of the upstream issue tracker but its a problem for any env k8s env that has user namespece enbaled as far as i can tell | 15:51 |
| @fungicide:matrix.org | sean-k-mooney: what bubblewrap version are you using? zuul should be executing with --disable-userns if bw is 0.8 or later | 15:52 |
| @fungicide:matrix.org | https://zuul-ci.org/docs/zuul/latest/releasenotes.html#relnotes-8-3-1-security-issues | 15:53 |
| @sean-k-mooney:matrix.org | im just using the upstream images form whatever the zuul operator is installing but i can check | 15:53 |
| @fungicide:matrix.org | should be plenty new enough then | 15:53 |
| @sean-k-mooney:matrix.org | any idea where its installed | 15:54 |
| @fungicide:matrix.org | in the zuul-executor image | 15:54 |
| @sean-k-mooney:matrix.org | ah found it | 15:54 |
| @jangutter:matrix.org | In an offtopic one, anyone willing to review some overambitious upgrades to the ensure-helm role in zuul-jobs? https://review.opendev.org/c/zuul/zuul-jobs/+/962794 (been tested with things like openstack-helm and it seems to work) | 15:54 |
| @sean-k-mooney:matrix.org | bubblewrap 0.8.0 | 15:55 |
| @sean-k-mooney:matrix.org | so quay.io/zuul-ci/zuul-executor@sha256:30579d4c56d8522d1fe3a33266031c8fe4c15b8833475fccb77b282b499d5fee | 15:55 |
| @fungicide:matrix.org | sean-k-mooney: i wonder if the nesting problem isn't specifically user namespaces but some other capability that also requires a privileged container | 15:55 |
| @sean-k-mooney:matrix.org | startedAt: "2025-10-23T14:09:56Z" | 15:57 |
| @sean-k-mooney:matrix.org | so that was apprently latest like 3 weeks ago | 15:57 |
| @sean-k-mooney:matrix.org | perhap | 15:57 |
| @sean-k-mooney:matrix.org | i dont have 8.3.1 however only 8.0.0 | 15:57 |
| @sean-k-mooney:matrix.org | so maybe the zuul exector iamg ejust had not been updated with it yet or i was in the time window before this was fixed? | 15:58 |
| @sean-k-mooney:matrix.org | i deploy this like the week after the summit and before the ptg | 15:58 |
| @sean-k-mooney:matrix.org | so i didnt spend a lot of tiem digging into the root cause ocne i foudn a fix | 15:59 |
| @sean-k-mooney:matrix.org | well workaround | 15:59 |
| @fungicide:matrix.org | sean-k-mooney: 8.3.1 was the zuul version where that security note was covered, not the bubblewrap version (which indicates support in bw 8.0.0) | 16:00 |
| @sean-k-mooney:matrix.org | oh | 16:00 |
| @sean-k-mooney:matrix.org | ok | 16:00 |
| @sean-k-mooney:matrix.org | then yes it could be another cap issue that is resolve. to be faire i think i also change teh defautl security context on the namespace at some point too | 16:01 |
| @fungicide:matrix.org | though it's worth noting that bw is up to a 0.11.0 release as of last year. i wonder why we're sticking with an older version in our images | 16:02 |
| @fungicide:matrix.org | oh, we install the distro package for it | 16:03 |
| @sean-k-mooney:matrix.org | one of the things i did was make the namespace prvidaged isntead of restricted when deployign https://termbin.com/9emm | 16:03 |
| @sean-k-mooney:matrix.org | so combined with running the executor now as root its works but as i said proably not the correct thing to do outside of a home lab :) | 16:04 |
| @fungicide:matrix.org | yeah, our debian bookworm base image gets a bubblewrap 0.8.0 package, when we update to debian trixie we'll have bubblewrap 0.11.0 | 16:04 |
| @sean-k-mooney:matrix.org | so i was debating pushing up a patch to make setting runAs* configurable so you could opt out | 16:06 |
| @sean-k-mooney:matrix.org | but i did nto have time to figure out how the templating system works in the operator so just hardcoded for my local install for now | 16:06 |
| @jangutter:matrix.org | I just find it deeply comforting to know that every k8s cluster is in some or other way a snowflake. The amount of customisations applied for different reasons means that your standard install mechanism basically needs to be a turing-complete scripting language. | 16:58 |
| @fungicide:matrix.org | one of the reasons in opendev we still just use ansible to orchestrate docker-compose on cloud virtual machines | 17:00 |
| @jangutter:matrix.org | Bah, clearly you folks are not enterprisey enough. I mean all your logs are available publicly, where any competitor can read them for free! | 17:24 |
| @sean-k-mooney:matrix.org | jangutter: in this case talos is enablign strictor policies by default the upstream k8s ships out of the box | 17:34 |
| @sean-k-mooney:matrix.org | out of the box k8s or kind does not enforce the resticted SSC context | 17:34 |
| @jangutter:matrix.org | yep - bare k8s is kinda like the Linux kernel | 17:35 |
| @jangutter:matrix.org | you need some sort of k8s distro for it to be useful - even kind and minikube are k8s distros. | 17:36 |
| @mnaser:matrix.org | have you met openstack? =P | 17:37 |
| @sean-k-mooney:matrix.org | https://docs.siderolabs.com/kubernetes-guides/security/pod-security | 17:37 |
| @sean-k-mooney:matrix.org | mnaser: openstack is more standard out of the box from my experince | 17:37 |
| @jangutter:matrix.org | which is why I find it comforting! | 17:38 |
| @sean-k-mooney:matrix.org | a vanila k8s isntall does not even have auth configured or networking | 17:38 |
| @mnaser:matrix.org | maybe from a nova perspective, but stuff like cinder or glance can be fun to discover how different it operates | 17:38 |
| @sean-k-mooney:matrix.org | so the firest ting you have to do is decied how authenticationa and networkign and storage is going to work | 17:38 |
| @mnaser:matrix.org | but yes to be fair, you need a csi/cni and none of those operate in the same ways either | 17:39 |
| @sean-k-mooney:matrix.org | openstack's approch is there is one servce for each compoented and it can internally have external backend. k8s approch is there is an interenface for each logical thing that anyone can impelente with no default implemetion out of the box | 17:40 |
| @sean-k-mooney:matrix.org | ya so opentack's approch is the impleation defined an openstack wehre as k8s's appoch is its the api | 17:40 |
| @sean-k-mooney:matrix.org | both have pros and cons | 17:40 |
| @jangutter:matrix.org | The k8s folks lean in very heavily towards https://12factor.net/ and view anything not strictly following these principles as pathological. | 17:45 |
| @sean-k-mooney:matrix.org | well they fail on point 1 | 17:46 |
| @sean-k-mooney:matrix.org | One codebase tracked in revision control, many deploys | 17:46 |
| @sean-k-mooney:matrix.org | but yes they do | 17:47 |
| @jangutter:matrix.org | They also tend to make the assumption that some resources should be regarded infinite and considering small scale usage is pathological. | 17:47 |
| @sean-k-mooney:matrix.org | well that a tenant of clouds :) | 17:48 |
| @jangutter:matrix.org | Clearly you're not enterprisey enough! | 17:49 |
| @sean-k-mooney:matrix.org | i am ok with that in all aspcts of my life | 17:51 |
| -@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: [zuul/zuul] 966623: Add support for zk watch zxids https://review.opendev.org/c/zuul/zuul/+/966623 | 17:51 | |
| @jangutter:matrix.org | I for one refuse to eat anything until the proper JIRA has been approved by management. Done wonders for my weight, but I'm starting to see spots. | 17:52 |
| @mnaser:matrix.org | i think the xterm-helper-textarea seems to tell me that this might be https://github.com/xtermjs/xterm.js so maybe bringing that up to date might land us improvements | 17:54 |
| @mnaser:matrix.org | I am going to do some work on zuul-web to bump the dependencies such as xterm and see if we can improve the sitaution :) | 18:00 |
| @jangutter:matrix.org | Want me to send up a hamfisted attempt? | 18:01 |
| @jim:acmegating.com | mnaser: if you can bump xterm alone, great. if you run into the deadlock we currently have with cra, openapi, etc, i suggest avoiding it. there is a complex untangling that needs to be done, and it's on my list. | 18:02 |
| @mnaser:matrix.org | yeah i will try to work my way around not playing with too many of those more complicated pieces | 18:02 |
| @jangutter:matrix.org | yarn thinks it might be as simple as | 18:02 |
| - "xterm": "^4.12.0", | ||
| + "xterm": "^5.3.0", | ||
| @mnaser:matrix.org | they moved to @xterm/xterm and addons moved to another namespace, so addressing that / fixing imports / etc | 18:03 |
| @jangutter:matrix.org | oooh, yeah, I didn't even read the warnings so many warnings. | 18:03 |
| @sean-k-mooney:matrix.org | ah interesting its alwasy nice if you can just bump a dep and they have already fixed your issue | 18:16 |
| -@gerrit:opendev.org- Jan Gutter proposed: [zuul/zuul] 966625: Test new xterm.js https://review.opendev.org/c/zuul/zuul/+/966625 | 18:17 | |
| @jangutter:matrix.org | yeah, xterm.js 5.x has made a ton of breaking changes. Maybe we're lucky and 4.19 solves your problem. https://github.com/xtermjs/xterm.js/releases | 18:26 |
| -@gerrit:opendev.org- Mohammed Naser proposed: [zuul/zuul] 966626: Upgrade Xterm.js to version 5.x https://review.opendev.org/c/zuul/zuul/+/966626 | 18:45 | |
| @mnaser:matrix.org | i'll have some more stylistic-ish changes to follow up that may help the looks but splitting those out since they are more of an opinion :) | 18:46 |
| @mnaser:matrix.org | https://imgur.com/a/QBtbAss | 18:56 |
| @mnaser:matrix.org | i would say an improvement :) but maybe in my opinion.. i will push up this follow up change and let people be the judges in their own browsers | 18:56 |
| -@gerrit:opendev.org- Mohammed Naser proposed: [zuul/zuul] 966628: Improve console text readability https://review.opendev.org/c/zuul/zuul/+/966628 | 18:58 | |
| -@gerrit:opendev.org- Mohammed Naser proposed: | 19:02 | |
| - [zuul/zuul] 966626: Upgrade Xterm.js to version 5.x https://review.opendev.org/c/zuul/zuul/+/966626 | ||
| - [zuul/zuul] 966628: Improve console text readability https://review.opendev.org/c/zuul/zuul/+/966628 | ||
| @sean-k-mooney:matrix.org | monospace helps as does increase the ling hight | 19:06 |
| @sean-k-mooney:matrix.org | but ideally it would scale dynmaicly | 19:06 |
| @sean-k-mooney:matrix.org | ah you update dit to 1.2 | 19:07 |
| @sean-k-mooney:matrix.org | not 12 px | 19:07 |
| @sean-k-mooney:matrix.org | ya that shoudl generally help as it now in theory relitive to the point size of the text | 19:08 |
| @mnaser:matrix.org | https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_9ed/zuul/9ed9641f4a08448fa982e2d44cfe6f6e/npm/html/ preview for those who are curious :) | 19:14 |
| @sean-k-mooney:matrix.org | ah nothing liike testing in psudo productoin | 19:18 |
| @jangutter:matrix.org | Impressive! | 19:18 |
| @sean-k-mooney:matrix.org | seems to work up to 200% scale fine for me | 19:19 |
| @jangutter:matrix.org | Man, imagine needing to run this across all the myriad combinations of browsers, hardware and OSes to spot the breakdowns. | 19:20 |
| @sean-k-mooney:matrix.org | <div style="width: 1682px; height: 18.3333px; line-height: 18.3333px; overflow: hidden;"><span style="letter-spacing: 0.00013412px;">2025-11-10 18:15:28.180863 | controller | {0} tempest.api.image.v2.admin.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association [0.579411s] ... ok</span></div> | 19:21 |
| @sean-k-mooney:matrix.org | so it looks like the way its represented has changed a lot | 19:21 |
| @sean-k-mooney:matrix.org | i can see that the value now change when i increase and decrease the zoom | 19:21 |
| @sean-k-mooney:matrix.org | were as before it would not | 19:22 |
| @jangutter:matrix.org | "we don't trust the browser to do the right thing" | 19:22 |
| @jangutter:matrix.org | Also, insane to me that fractional pixels are now the reliable way to render. | 19:23 |
| @sean-k-mooney:matrix.org | well this is shoign the comptue values in teh debugger | 19:25 |
| @sean-k-mooney:matrix.org | but ya that how to get it to be constent for every one with the same DPI display :P | 19:26 |
| @sean-k-mooney:matrix.org | mnaser: my solution to moving to a 4k display was to get 4k lg cx 40 inch old tv so i had the same pxl densitiy as my previous ultrawide 1440p display which had the same densitiy as my previoul 27inch 1080p display | 19:28 |
| @sean-k-mooney:matrix.org | unfortually if i want to upgrade again i will also need a bigger desk... | 19:29 |
| @mnaser:matrix.org | sean-k-mooney: this is what i ended up with https://rog.asus.com/monitors/27-to-31-5-inches/rog-swift-oled-pg27ucdm/ :) -- i used to run an lg cx display two, but i have two of those now | 19:33 |
| @mnaser:matrix.org | oled + 4k + nice size (so can run scaled) + 240hz | 19:34 |
| @fungicide:matrix.org | highest res my monitors go is 2k, but on a 7" diagnonal that can still get very pixel-dense | 19:36 |
| @mnaser:matrix.org | seems like zuul-nox-py312 is failing on my changes but looks like its unrelated to my hcanges | 19:36 |
| @mnaser:matrix.org | yeah that's neat, at the end of the day it comes down to ppi instead of size :) | 19:37 |
| @fungicide:matrix.org | right, my newer netbooks are 2560x1440 resolution and on quite small panels | 19:39 |
| @fungicide:matrix.org | i have one where that's the native res on a 5" diagonal panel even | 19:40 |
| @jangutter:matrix.org | I have a theory that most of the drive to high ppi + refresh is driven by cats. Their vision system requires this otherwise things are a flickering mess. Plus their natural sociopathy means that they are open to manipulating the human servitor species. | 19:56 |
| @fungicide:matrix.org | i'm owned by multiple cats, would believe the explanation | 20:00 |
| -@gerrit:opendev.org- James E. Blair https://matrix.to/#/@jim:acmegating.com proposed: | 22:05 | |
| - [zuul/zuul] 966501: Ensure requests referred to in assignments are up to date https://review.opendev.org/c/zuul/zuul/+/966501 | ||
| - [zuul/zuul] 966637: Add min_request_version to assignUnassignedNode method https://review.opendev.org/c/zuul/zuul/+/966637 | ||
| - [zuul/zuul] 966638: Make ZuulTreeCache.waitForSync more robust https://review.opendev.org/c/zuul/zuul/+/966638 | ||
| @mnaser:matrix.org | Strange failure on my xterm change -- `AttributeError: 'TestCmd' object has no attribute 'assertEquals'. Did you mean: 'assertEqual'?` .. i seem to be the first one hitting it | 22:20 |
| @mnaser:matrix.org | testtools 2.8.0 released 12 hours ago | 22:23 |
| @mnaser:matrix.org | https://github.com/testing-cabal/testtools/pull/424 this probably did it | 22:23 |
| -@gerrit:opendev.org- Mohammed Naser proposed: | 22:29 | |
| - [zuul/zuul] 966626: Upgrade Xterm.js to version 5.x https://review.opendev.org/c/zuul/zuul/+/966626 | ||
| - [zuul/zuul] 966628: Improve console text readability https://review.opendev.org/c/zuul/zuul/+/966628 | ||
| - [zuul/zuul] 966643: Switch to using assertEqual() in tests https://review.opendev.org/c/zuul/zuul/+/966643 | ||
| @mnaser:matrix.org | I put the wrong commit ID link and need to fix flake8, will do when near desktop again | 23:23 |
| -@gerrit:opendev.org- Mohammed Naser proposed: | 23:56 | |
| - [zuul/zuul] 966643: Switch to using assertEqual() in tests https://review.opendev.org/c/zuul/zuul/+/966643 | ||
| - [zuul/zuul] 966626: Upgrade Xterm.js to version 5.x https://review.opendev.org/c/zuul/zuul/+/966626 | ||
| - [zuul/zuul] 966628: Improve console text readability https://review.opendev.org/c/zuul/zuul/+/966628 | ||
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!