[00:23:55] 10GitLab (Infrastructure), 06Release-Engineering-Team, 06collaboration-services: Investigate moving from Digital Ocean to WMF infrastructure - https://phabricator.wikimedia.org/T389936#10676653 (10Dzahn) The k8s-aux cluster could potentially play a role in this. [00:30:44] !log Delete parsoid.svc.deployment-prep.eqiad1.wikimedia.cloud service name again (T389252) [00:30:46] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [00:30:46] T389252: deployment-restbase05.deployment-prep.eqiad1.wikimedia.cloud configured to talk to parsoid.svc.deployment-prep.eqiad1.wikimedia.cloud - https://phabricator.wikimedia.org/T389252 [02:51:51] (03PS1) 10Jeena Huneidi: Remove wikilambda e2e test parameter [integration/config] - 10https://gerrit.wikimedia.org/r/1131121 (https://phabricator.wikimedia.org/T383065) [02:52:40] (03PS2) 10Jeena Huneidi: Remove wikilambda e2e test parameter [integration/config] - 10https://gerrit.wikimedia.org/r/1131121 (https://phabricator.wikimedia.org/T383065) [02:55:32] (03CR) 10Thcipriani: [C:03+2] "Confirmed already deployed" [integration/config] - 10https://gerrit.wikimedia.org/r/1131121 (https://phabricator.wikimedia.org/T383065) (owner: 10Jeena Huneidi) [02:56:54] (03Merged) 10jenkins-bot: Remove wikilambda e2e test parameter [integration/config] - 10https://gerrit.wikimedia.org/r/1131121 (https://phabricator.wikimedia.org/T383065) (owner: 10Jeena Huneidi) [06:35:53] Krinkle: I did not consider `get() or $défault` can be used to skip evaluating $default. My guess is Python `get()` does the same [06:42:24] I think I will look at the Zuul dependency stuff you wrote on Friday [06:43:38] It's hard to avoid in an interpreted language, even in a compile language there may observable side-effects if the enginer chooses not to even allocate the [] or {} until after entering a function when it was declared before. My guess is that for the most part it doesn't matter because defaults tend to be null or false or 0 or cheap objectst that are allocated on the stack and discarded very soon rather than permanently. [06:43:56] 10Phabricator, 10Release-Engineering-Team (Priority Backlog 📥): Update to Phorge upstream 2024.35 release - https://phabricator.wikimedia.org/T370266#10677076 (10Marostegui) >>! In T370266#10674747, @brennen wrote: > Picking this thread back up after some discussion in last week's Collaboration Services office... [06:44:14] but if you have some kind of non-trivial structure as default, that'd probably be wasteful, and in JavaScript this was at some point an optimization that seemed worth making if you do it in a lot of places and it adds up. [06:44:25] It might not be as signicant nowadays. [06:44:54] I'd argue the compiler should optimize it out for me :b [06:45:51] but indeed in Python dict are everywhere and when a key is missing you simply get None and sometime want tofallback on another small default [06:46:21] and dict.setdefault() lets you change from None to whatever (aka it could be a dict!) [06:47:13] Krinkle: for the Zuul deps patch did your script inspect the extensions extension.json? [06:48:14] 10Continuous-Integration-Config, 10Math, 10MediaWiki-Platform-Team (Radar), 13Patch-For-Review: Allow control over which extra extensions are installed (Math REL1_43 jobs exceed 60min timeout) - https://phabricator.wikimedia.org/T389998#10677080 (10Physikerwelt) I support this idea. The only doubt I have i... [06:48:19] hashar: not sure I underand what you mean. I used the extension.json to determine if an inherited dep from recusion is a hard requirement or not. [06:48:36] +1 that is what I meant [06:48:44] https://phabricator.wikimedia.org/P74370 [06:49:10] then my guess is lot of the extensions do not set their hard requirement in extension.json since they are fulfilled in zuul [06:49:19] lines 3, 68-73, 83-95 [06:49:25] I should read that script yes :) [06:50:06] I thought once review we could deploy that and run the Quibble phpunit job against each of the extension [06:50:13] but maybe it is easier to just do it and announce it wide [06:50:14] I think more people know about extension.json requires than about our zuul yaml file. Usually it is the other way around: add reqwuirement, oops CI fails, fix CI. [06:50:43] fair [06:50:46] also third-parties and extension distributor would only benefit from extension.json. But overall hard dependencies are just rare. [06:50:55] Most extensions use core and have 0 deps [06:51:39] Quibble has a similar lookup mechanism (`--resolve-requires`) which does a recursive lookup. So I guess I will have to adapt that as well [06:52:43] Hm.. why? that's about extension.json right? [06:52:49] those are hard and transitive [06:53:25] hmm [06:53:27] yeah true [06:53:46] I mixed up the required dependencies from the one added for some integration testing of optional features [06:57:01] Krinkle: anyway when that works and less extensions are cloned, that would be the single largest performance boost made to CI in a decade :-] [06:57:17] (together with the success cache made by Dan some weeks ago) [07:05:17] Yeah, I'll deploy it tomorrow and we can see how it goes on Friday. [07:25:36] 10Continuous-Integration-Infrastructure, 10Testing Support, 10ci-test-error (WMF-deployed Build Failure), 10MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), and 2 others: Selenium timeouts can cause the job to remain stuck until the build times out - https://phabricator.wikimedia.org/T389536#10677155 (10hashar)... [07:25:57] Selenium builds timing out after one hour ... that one is a going to be a pain to figure out :\ [07:32:06] 10Continuous-Integration-Infrastructure, 10Testing Support, 10ci-test-error (WMF-deployed Build Failure), 10MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), and 2 others: Selenium timeouts can cause the job to remain stuck until the build times out - https://phabricator.wikimedia.org/T389536#10677164 (10Peter) >... [07:48:57] 10Continuous-Integration-Infrastructure, 10Testing Support, 10ci-test-error (WMF-deployed Build Failure), 10MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), and 2 others: Selenium timeouts can cause the job to remain stuck until the build times out - https://phabricator.wikimedia.org/T389536#10677180 (10hashar)... [07:53:06] 10Phabricator, 06MediaWiki-Platform-Team: Merge Herald rules H425 and H428 - https://phabricator.wikimedia.org/T390024 (10Aklapper) 03NEW p:05Triage→03Low [07:56:14] hashar: would my change help that at all? It seems like yes, but maybe not? [08:02:03] 10Continuous-Integration-Infrastructure, 10Testing Support, 10ci-test-error (WMF-deployed Build Failure), 10MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), and 2 others: Selenium timeouts can cause the job to remain stuck until the build times out - https://phabricator.wikimedia.org/T389536#10677201 (10Peter) `... [09:33:36] Train status: Not happy how loud T390032 is in Logstash but as it's a single wiki and only a deprecation warning I don't plan to roll back [09:33:37] T390032: PHP Deprecated: Use of MediaWiki\Output\OutputPage::parserOptions was deprecated in MediaWiki 1.44. [Called from MediaWiki\Extension\FundraiserLandingPage\Specials\FundraiserLandingPage::execute] - https://phabricator.wikimedia.org/T390032 [09:48:26] Does https://donate.wikimedia.org/wiki/Special:LandingPage always expose so many " tags cannot be used outside of normal pages" errors because it's transcluded into a different page anyway? [09:56:02] 10Phabricator, 10Release-Engineering-Team (Priority Backlog 📥): Update to Phorge upstream 2024.35 release - https://phabricator.wikimedia.org/T370266#10677517 (10Aklapper) Flexible; whatever fits for you. Not urgent, only blocks us from pulling/deploying future upstream updates of Phab. (FYI I'm likely way les... [09:59:54] 10Beta-Cluster-Infrastructure, 10CirrusSearch, 10Data-Platform-SRE (2025.03.22 - 2025.04.11), 10Discovery-Search (2025.03.22 - 2025.04.11), 13Patch-For-Review: Migrate deployment-prep elasticsearch cluster to opensearch - https://phabricator.wikimedia.org/T389971#10677543 (10Gehel) [10:00:55] Krinkle: if there are less extensions cloned, there are less tests run and the build would complete faster :) [10:00:56] 10Phabricator, 10Release-Engineering-Team (Priority Backlog 📥): Update to Phorge upstream 2024.35 release - https://phabricator.wikimedia.org/T370266#10677547 (10Marostegui) >>! In T370266#10677517, @Aklapper wrote: > Flexible; whatever fits for you. Not urgent, only blocks us from pulling/deploying future ups... [10:02:34] 10Phabricator, 10Release-Engineering-Team (Priority Backlog 📥): Update to Phorge upstream 2024.35 release - https://phabricator.wikimedia.org/T370266#10677560 (10Aklapper) > If you all are okay with a one time off test (as we've done in the past) I can try to get a host and prepare it. Yes, that would be grea... [10:03:46] 10Phabricator, 06DBA: Prepare a database test for m3 - https://phabricator.wikimedia.org/T390034 (10Marostegui) 03NEW [10:04:03] 10Phabricator, 06DBA: Prepare a database test for m3 - https://phabricator.wikimedia.org/T390034#10677575 (10Marostegui) p:05Triage→03Medium a:03Marostegui [10:04:15] andre: Fundraising tech is in #wikimedia-fundraising on IRC, but that ParserOptions is a deprecation made by C Scott / Content Transformers . Iguess they might have missed it [10:06:33] hashar: thanks! I don't consider it a hard blocker for group2 though, assuming it's not deployed on any other wikis than donatewiki anyway. I just set it as a blocker because it's pretty noisy [10:08:01] https://phabricator.wikimedia.org/T369186 bothers me more but not a new issue either [10:08:51] I have cced cscott he is doing the deprecation via T350626 [10:08:52] T350626: Remove 'options' arguments to ParserOutput::getText() - https://phabricator.wikimedia.org/T350626 [10:09:04] ah, okay. makes sense, thanks [10:09:06] I trust him to send a fix later today [10:09:39] "headers already sent" probably means that some errors get output early on [10:10:00] it is rather generic error and can have different source [10:10:22] the one in that bug report is that the captchas could not be found cause the Swift distributed object storage was not responding [10:11:39] Might be several reasons; I assume we don't have captchas on officewiki [10:12:02] gotta look at the stacktrace :) [10:14:05] ah yeah that is captchas again :) [10:16:43] 10Phabricator (Upstream), 07Upstream: Listing tickets "Closed By: Current Viewer" while logged out causes PhabricatorTypeaheadInvalidTokenException: This datasource ("PhabricatorPeopleUserFunctionDatasource") can not evaluate the function "viewer(...)". - https://phabricator.wikimedia.org/T217984#10677627 (10Ak... [10:27:42] andre: I would ignore https://phabricator.wikimedia.org/T369186 [10:27:56] it is something transient somewhere in the backend (thumbnail infra or swift itself) [10:28:12] well, need to roll back now b/c of fundraising issue. And find out if anyone else deploys b/c overlap in windows [10:29:55] for the deprecation? [10:30:38] hashar: yes https://phabricator.wikimedia.org/T390032#10677674 [10:30:40] ah I see Peter asked to rollback :) [10:30:43] \o/ [10:30:50] happy rollback! [10:31:36] andre: don't forget to let him know on the task! [10:32:56] I'm here now :) thank you! [10:34:22] pcoombe: Ah, hi! Yeah sorry, I assumed it is "just" a deprecation warning. Though I wonder if https://donate.wikimedia.org/wiki/Special:LandingPage always exposes so many " tags cannot be used outside of normal pages" errors [10:36:13] well looks like the deprecation is a breaking change as well :b [10:39:24] Heh, testserver checks fail on https://donate.wikimedia.org/w/index.php?title=Special:LandingPage [10:39:35] guess I need to skip that and continue with deployment [10:47:42] 06Project-Admins, 10Edit-Review-Improvements, 06Growth-Team, 06Moderator-Tools-Team, 07PM: Clean up #edit-review-improvements project - https://phabricator.wikimedia.org/T389982#10677742 (10Aklapper) Also https://www.mediawiki.org/wiki/Edit_Review_Improvements welcomes an End Date and a `{{historical}}`... [10:48:25] pcoombe: rollback finished (in case you want to test) [10:48:50] https://donate.wikimedia.org/w/index.php?title=Special:LandingPage looks readable again [10:51:01] thanks, confirmed it looks good. I'll talk with fr-tech and see if we can get the underlying issue fixed [10:54:44] 10GitLab (Infrastructure), 06Release-Engineering-Team, 06collaboration-services: Investigate moving from Digital Ocean to WMF infrastructure - https://phabricator.wikimedia.org/T389936#10677757 (10Jelto) >>! In T389936#10676653, @Dzahn wrote: > The k8s-aux cluster could potentially play a role in this. In t... [11:11:13] 10Gerrit, 06Release-Engineering-Team, 06collaboration-services, 13Patch-For-Review, 07User-notice: Enable browser notifications system in Gerrit - https://phabricator.wikimedia.org/T389327#10677791 (10hashar) Announce message, loosely copied from the doc. I'll send it to wikitech-l and Slack Subject: G... [11:12:17] 10Gerrit, 06Release-Engineering-Team, 06collaboration-services, 13Patch-For-Review, 07User-notice: Enable browser notifications system in Gerrit - https://phabricator.wikimedia.org/T389327#10677793 (10hashar) [11:25:22] 10Continuous-Integration-Infrastructure, 06Release-Engineering-Team: Add some integration executors to spread the load - https://phabricator.wikimedia.org/T389554#10677843 (10hashar) > At the same time 6 new nodes were added the per-node concurrency was lowered from 4 to 3. Somehow I missed that :) > Th... [11:25:44] (sorry for offtopic) hi @andre, I'm Deniz_WMDE on Phabricator - I have a question, do you mind if I DM you here on IRC? [11:25:55] dena: feel free to [11:26:09] thanks! [13:23:23] 10Gerrit, 07Upstream: Gerrit editor replaces tabs with spaces - https://phabricator.wikimedia.org/T355816#10678305 (10Paladox) https://github.com/GerritCodeReview/gerrit/commit/6f8e72e0e818740136415dd163ebc2bd330b5ab5 is in stable-3.10 now. [13:38:08] 06Release-Engineering-Team, 10MediaWiki-Core-Tests, 06MediaWiki-Engineering, 10Testing Support: api-testing: avoid processing the entire job queue when changing user rights - https://phabricator.wikimedia.org/T389898#10678388 (10MSantos) @Lferreira we discussed in triage and this can potentially be on both... [13:44:09] 10Beta-Cluster-Infrastructure, 10CirrusSearch, 10Data-Platform-SRE (2025.03.22 - 2025.04.11), 10Discovery-Search (2025.03.22 - 2025.04.11), 13Patch-For-Review: Migrate deployment-prep elasticsearch cluster to opensearch - https://phabricator.wikimedia.org/T389971#10678413 (10bking) 05Open→03In progres... [13:46:39] (03CR) 10Hashar: "I'd like the LocalSettings tweaks built-in Quibble to be kept to a minimum since deploying them needs cutting a new release, upgrading Doc" [integration/quibble] - 10https://gerrit.wikimedia.org/r/1131078 (https://phabricator.wikimedia.org/T389895) (owner: 10Daimona Eaytoy) [13:47:21] (03CR) 10Hashar: "(I most probably gave informations you already now, but I wanted to be able to refer to that explanation later on if needed)" [integration/quibble] - 10https://gerrit.wikimedia.org/r/1131078 (https://phabricator.wikimedia.org/T389895) (owner: 10Daimona Eaytoy) [13:47:29] (03CR) 10Hashar: [C:04-1] LocalSettings: explicitly configure CirrusSearch to do nothing [integration/quibble] - 10https://gerrit.wikimedia.org/r/1131078 (https://phabricator.wikimedia.org/T389895) (owner: 10Daimona Eaytoy) [13:49:46] 10Continuous-Integration-Infrastructure, 10Testing Support, 10ci-test-error (WMF-deployed Build Failure), 10MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), and 2 others: Selenium timeouts can cause the job to remain stuck until the build times out - https://phabricator.wikimedia.org/T389536#10678471 (10Daimona)... [14:06:20] (03CR) 10Daimona Eaytoy: "Ooooooh yeah, neat. I'll do that. Thanks!" [integration/quibble] - 10https://gerrit.wikimedia.org/r/1131078 (https://phabricator.wikimedia.org/T389895) (owner: 10Daimona Eaytoy) [14:06:24] (03Abandoned) 10Daimona Eaytoy: LocalSettings: explicitly configure CirrusSearch to do nothing [integration/quibble] - 10https://gerrit.wikimedia.org/r/1131078 (https://phabricator.wikimedia.org/T389895) (owner: 10Daimona Eaytoy) [14:17:16] 06Project-Admins, 10Edit-Review-Improvements, 06Growth-Team, 06Moderator-Tools-Team, 07PM: Clean up #edit-review-improvements project - https://phabricator.wikimedia.org/T389982#10678753 (10Samwalton9-WMF) Good suggestion! I've added #mediawiki-recent-changes to relevant tasks on this board, but I'll lea... [14:38:21] 10Continuous-Integration-Infrastructure, 10Testing Support, 10ci-test-error (WMF-deployed Build Failure), 10MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), and 2 others: Selenium timeouts can cause the job to remain stuck until the build times out - https://phabricator.wikimedia.org/T389536#10678911 (10Jdforrest... [14:49:23] 06Project-Admins, 10Edit-Review-Improvements, 06Growth-Team, 06Moderator-Tools-Team, 07PM: Clean up #edit-review-improvements project - https://phabricator.wikimedia.org/T389982#10678956 (10Pppery) You need to check the subprojects #edit-review-improvements-integrated-filters and #edit-review-improvement... [14:58:59] Sorry if this is the wrong place to ask, but I'm getting a Puppet CA error on a newly-deployed host in beta ( https://paste.opendev.org/show/827243/ ) . Any suggestions? [15:04:09] !log Update gitlab-runners to v17.8.4 in gitlab-cloud-runners staging and production. [15:04:10] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [15:23:10] 10Continuous-Integration-Infrastructure, 10CampaignEvents, 10Campaigns-Product-Team (Campaign-Tools-Current-Sprint), 07ci-test-error, 13Patch-For-Review: api-testing CI failure: Timeout of 5000ms exceeded in "before all" hook in "POST /campaignevents/v0... - https://phabricator.wikimedia.org/T389863#10679137 [15:23:24] 10Continuous-Integration-Infrastructure, 10CampaignEvents, 10Campaigns-Product-Team (Campaign-Tools-Current-Sprint), 07ci-test-error: api-testing CI failure: Timeout of 5000ms exceeded in "before all" hook in "POST /campaignevents/v0/event_registration" - https://phabricator.wikimedia.org/T389863#10679140... [15:35:11] 06Release-Engineering-Team, 10MW-on-K8s, 06serviceops, 13Patch-For-Review: Refactor scap's kubernetes DeploymentsConfig to support selection of image kinds - https://phabricator.wikimedia.org/T389499#10679214 (10dduvall) >>! In T389499#10676584, @Scott_French wrote: > So, a possibly adequate analogy for th... [15:35:29] inflatador: hi, yeah the Puppet SSL is a mess [15:35:33] inflatador: that's is "expected" for a new host in deployment-prep. Unfortunately machines do not seamlessly switch from the shared Puppetserver to the project local puppetserver. https://wikitech.wikimedia.org/wiki/Help:Project_puppetserver#Step_2:_Setup_a_puppet_client [15:35:48] hashar bd808 apologies, Andrew helped me out in #wcloud [15:35:55] ah great!! [15:36:14] I am not sure how it can be fixed though :] [15:36:17] Puppet is happy (as happy is it ever gets, anyway ;P ) [15:36:24] we just learned to rm -fR /var/lib/puppet/ssl [15:36:33] I see somebody changed https://wikitech.wikimedia.org/wiki/Nova_Resource:Deployment-prep/How_code_is_updated#Converting_a_host_to_use_local_puppetserver to imply things "jsut work", but my experience is that they don't [15:36:36] or whatever the nowadays doc is which is what bd808 pointed [15:38:36] pretty much the first thing I was asked to do when I started here was to update the elastic stuff in deployment-prep. Good times for a new hire ;P [15:40:25] inflatador: it is a good test of docs. if there are no docs then it is just harassment. [15:43:50] GitLab needs a short maintenance break in around one hour [16:17:32] 10Scap (SpiderPig 🕸️): session cookie keeps being updated/ regenerated - https://phabricator.wikimedia.org/T390078 (10hashar) 03NEW [16:21:49] 10Scap (SpiderPig 🕸️): session cookie keeps being updated/ regenerated - https://phabricator.wikimedia.org/T390078#10679509 (10dancy) You've described a behavior, but is there an actual problem to be solved here (i.e., something not working)? [16:48:41] 06Release-Engineering-Team, 10Cloud-VPS (Project-requests): Request creation of zuul3 VPS project - https://phabricator.wikimedia.org/T390081 (10bd808) 03NEW [16:49:55] 10Continuous-Integration-Infrastructure (Zuul upgrade), 06Release-Engineering-Team, 10Cloud-VPS (Project-requests): Request creation of zuul3 VPS project - https://phabricator.wikimedia.org/T390081#10679700 (10bd808) [16:50:51] 10Continuous-Integration-Infrastructure (Zuul upgrade), 06Release-Engineering-Team, 10Cloud-VPS (Project-requests): Request creation of zuul3 VPS project - https://phabricator.wikimedia.org/T390081#10679708 (10taavi) Is this meant to eventually go away or replace the current `integration` project? [17:02:31] GitLab maintenance done [17:06:19] 10Continuous-Integration-Infrastructure (Zuul upgrade), 06Release-Engineering-Team, 10Cloud-VPS (Project-requests): Request creation of zuul3 VPS project - https://phabricator.wikimedia.org/T390081#10679840 (10dcaro) +1 from me (with the extra info requested) zuul3 neat :) [17:08:04] 10Continuous-Integration-Infrastructure (Zuul upgrade), 06Release-Engineering-Team, 10Cloud-VPS (Project-requests): Request creation of zuul3 VPS project - https://phabricator.wikimedia.org/T390081#10679856 (10bd808) >>! In T390081#10679708, @taavi wrote: > Is this meant to eventually go away or replace the... [17:10:16] !log bking@deployment-prep reverted an accident replacement of deployment-acme-chief.yaml T389971 [17:10:18] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [17:10:18] T389971: Migrate deployment-prep elasticsearch cluster to opensearch - https://phabricator.wikimedia.org/T389971 [17:12:54] https://gerrit-review.googlesource.com/c/gerrit/+/463141 allows you to edit the edit preference within the edit view and have the changes applied live. [17:35:40] 10Scap (SpiderPig 🕸️): User uid=bd808 unable to finish authentication with spiderpig - https://phabricator.wikimedia.org/T389869#10679989 (10dancy) @MoritzMuehlenhoff I see that the `uid` attribute is now missing from the CAS server response. I doesn't seem like https://gerrit.wikimedia.org/r/c/operations/puppe... [17:57:29] write Python [17:57:33] get 0.151 .buildkit_qemu_emulator: /bin/sh: Invalid ELF image for this architecture [17:57:38] really [17:57:45] I miss the time I wrote x86 assembly [17:57:52] things were simpler at the time [18:26:41] 06Project-Admins, 10Edit-Review-Improvements, 06Growth-Team, 06Moderator-Tools-Team, 07PM: Clean up #edit-review-improvements project - https://phabricator.wikimedia.org/T389982#10680238 (10Trizek-WMF) [Grandpa remembers time] #Edit-Review-Improvements-RC-Page was the initial tag, which was more or less... [18:41:18] 10Phabricator, 10Release-Engineering-Team (Priority Backlog 📥), 06Security-Team: Allow to change subtype of Security subtype tasks (via mutations config setting) - https://phabricator.wikimedia.org/T389738#10680280 (10sbassett) So if we change the mutations to `["bug", "issue", "defect"]`, per the phabricato... [19:10:35] 10Scap (SpiderPig 🕸️): User uid=bd808 unable to finish authentication with spiderpig - https://phabricator.wikimedia.org/T389869#10680344 (10dancy) These are the attributes that are being returned now: ` ['credentialType', 'clientIpAddress', 'samlAuthenticationStatementAuthMethod', 'isFromNewLogin', 'authenticat... [19:55:50] 10Release-Engineering-Team (Priority Backlog 📥), 10wikimedia.biterg.io: Automatically export and publish a list of WMF deployed code repositories in Bitergia's JSON format - https://phabricator.wikimedia.org/T385529#10680465 (10brennen) [20:22:42] 10Continuous-Integration-Infrastructure (Zuul upgrade), 06Release-Engineering-Team, 06cloud-services-team, 10Cloud-VPS (Project-requests): Request creation of zuul3 VPS project - https://phabricator.wikimedia.org/T390081#10680577 (10bd808) [20:23:38] !log bking@deployment-prep populating new OpenSearch cluster indices a la https://wikitech.wikimedia.org/w/index.php?title=Search&oldid=2164435#Adding_new_wikis T389971 [20:23:40] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [20:23:40] T389971: Migrate deployment-prep elasticsearch cluster to opensearch - https://phabricator.wikimedia.org/T389971 [20:51:36] 10Beta-Cluster-Infrastructure: Provision a `dologmsg` script for all the deployment-prep hosts to make !log SAL entries easier - https://phabricator.wikimedia.org/T390106 (10bd808) 03NEW [22:07:17] 10Continuous-Integration-Infrastructure, 10Testing Support, 10ci-test-error (WMF-deployed Build Failure), 10MW-1.44-notes (1.44.0-wmf.23; 2025-04-01), and 2 others: Selenium timeouts can cause the job to remain stuck until the build times out - https://phabricator.wikimedia.org/T389536#10680978 (10Daimona)... [22:17:22] 10Continuous-Integration-Infrastructure (Zuul upgrade): Plan for porting PipelineLib to Zuulv3+'s ansible - https://phabricator.wikimedia.org/T390119 (10thcipriani) 03NEW [22:18:00] 10Continuous-Integration-Infrastructure (Zuul upgrade), 10Release-Engineering-Team (Priority Backlog 📥): Plan for porting PipelineLib to Zuulv3+'s ansible - https://phabricator.wikimedia.org/T390119#10681027 (10thcipriani) [23:40:11] 06Release-Engineering-Team, 10MW-on-K8s, 06serviceops, 13Patch-For-Review: Refactor scap's kubernetes DeploymentsConfig to support selection of image kinds - https://phabricator.wikimedia.org/T389499#10681190 (10Scott_French) Thanks, @dduvall! >>! In T389499#10679214, @dduvall wrote: > The terms I see mos... [23:51:10] 10Continuous-Integration-Infrastructure: Find and document how to debug a NodeJS process on CI/Docker - https://phabricator.wikimedia.org/T390125 (10hashar) 03NEW [23:51:31] 10Continuous-Integration-Infrastructure: Find and document how to debug a NodeJS process on CI/Docker - https://phabricator.wikimedia.org/T390125#10681252 (10hashar) [23:51:34] 10Continuous-Integration-Config, 10Continuous-Integration-Infrastructure, 06Release-Engineering-Team, 10Testing Support, and 3 others: CI jobs failing with various timeouts (March 2025) - https://phabricator.wikimedia.org/T388416#10681253 (10hashar) [23:52:03] 10Continuous-Integration-Config, 10Continuous-Integration-Infrastructure, 06Release-Engineering-Team, 10Testing Support, and 3 others: CI jobs failing with various timeouts (March 2025) - https://phabricator.wikimedia.org/T388416#10681256 (10hashar) We would need a stacktrace of some sort? I have filed tha... [23:53:42] 10Continuous-Integration-Infrastructure: Find and document how to debug a NodeJS process on CI/Docker - https://phabricator.wikimedia.org/T390125#10681264 (10hashar) [23:55:08] 10Scap (SpiderPig 🕸️): session cookie keeps being updated/ regenerated - https://phabricator.wikimedia.org/T390078#10681270 (10hashar) p:05Triage→03Low I don't think anything is broken, it just felt strange to see the session being updated every seconds. Free free to decline! :) [23:55:35] 10Continuous-Integration-Config, 10Continuous-Integration-Infrastructure, 06Release-Engineering-Team, 10Testing Support, and 3 others: CI jobs failing with various timeouts (March 2025) - https://phabricator.wikimedia.org/T388416#10681273 (10Daimona) >>! In T388416#10681250, @hashar wrote: > We would need...