[03:15:17] 10Beta-Cluster-Infrastructure, 10Cloud-VPS (Debian Buster Deprecation): Migrate deployment-prep away from Debian Buster to Bullseye/Bookworm - https://phabricator.wikimedia.org/T327742#9947848 (10Andrew) I have further increased the core quota for this project from 220 to 240. [03:21:49] 10GitLab (Administration, Settings & Policy), 10gitlab-settings, 10Release-Engineering-Team (Yak Shaving πŸƒπŸͺ’): GitLab's default commit templates often lose the text of existing commit messages - https://phabricator.wikimedia.org/T366624#9947857 (10brennen) 05Openβ†’03Resolved a:03brennen [03:56:48] 10Beta-Cluster-Infrastructure, 06cloud-services-team, 06serviceops, 10Cloud-VPS (Debian Buster Deprecation): Replace deployment-memc[08-10] with Bullseye or Bookworm - https://phabricator.wikimedia.org/T361384#9947872 (10Andrew) The old memc hosts run redis, and are referred to as such in deployment-prep p... [05:35:42] 10Continuous-Integration-Infrastructure, 10ci-test-error (WMF-deployed Build Failure), 10MW-1.43-notes (1.43.0-wmf.10; 2024-06-18): ForeignResourceStructureTest flaky in CI due to "Failed to download resource at https://codeload.github.com" - https://phabricator.wikimedia.org/T362425#9947957 (10matmarex)... [05:39:38] 10Phabricator, 06Project-Admins: Convert GrowthExperiments-Community-Updates to be a subproject of GrowthExperiments - https://phabricator.wikimedia.org/T369077#9947961 (10Aklapper) Basically T224421, T242254, T345563, T177787#9023514, so T342275. :) [06:51:57] 06Project-Admins: Archive #Reading_Epics and its subprojects - https://phabricator.wikimedia.org/T368196#9948027 (10Aklapper) Thank you! <3 [07:13:11] (03PS1) 10Bartosz DziewoΕ„ski: Add Aaron Liu to CI allow list [integration/config] - 10https://gerrit.wikimedia.org/r/1051621 [07:23:24] 10GitLab (Account Approval), 06Release-Engineering-Team: Requesting GitLab account activation for [Kuldeepburjbhalaike] - https://phabricator.wikimedia.org/T368845#9948051 (10Kuldeepburjbhalaike) [07:23:33] 10GitLab (Account Approval), 06Release-Engineering-Team: Requesting GitLab account activation for [Kuldeepburjbhalaike] - https://phabricator.wikimedia.org/T368845#9948052 (10Kuldeepburjbhalaike) I have updated the required info. Thanks. [07:45:21] hashar: The TwoColConflict CI was blocked since monday because of an issue with the parallel tests: https://phabricator.wikimedia.org/T368783. We have merged a patch to Quibble to fix it - is there a chance to get that rolled out today (or has that been rolled out?). Should I try and prepare PRs for integration-config? [07:46:50] ahh [07:46:52] fun times [07:50:21] I don't get why Scribunto has a special case in the phpunit split job [07:51:12] Scribunto and the Parser tests have a special case, because they're both test suites that dynamically generate tests [07:51:22] scribunto is an extra special case because it's not in core [07:52:04] we have tickets open for removing the "special" test suites, but ... someone would need to work on those :) [07:53:26] (https://phabricator.wikimedia.org/T358394 - the scribunto ticket) [07:53:54] some years ago we introduced a `Standalone` PHPUnit group which lets us skip some tests from running [07:54:05] https://phabricator.wikimedia.org/T125050 [07:54:30] and I imagine a change targetting TwoColConflict should not run the Scribunto tests [07:55:01] it shouldn't - it wouldn't normally. Just I added a hack to the quibble parallel stuff to handle scribunto [07:55:19] and I didn't check inside the hack whether scribunto in actually included in the extensions being tested [07:55:53] (because I was testing on Wikibase extensions, where Scribunto is always present) [07:59:02] and my guess is the splitter does not filter out `@group Standalone` [07:59:28] so potentially patches made to the Wikibase repos that depends on Scribunto are running the whole Scribunto integration tests (which takes 2/3 minutes iirc) [07:59:49] so the splitter still applies the --group and --exclude-group arguments [07:59:56] Standalone will be filtered out [07:59:59] ahhh [08:00:03] cool :) [08:00:05] but the group filtering happens after the classes are specified [08:00:10] I could not find the part that is applying the filtering :) [08:00:13] i.e. after the list of files is supplied [08:00:43] I am running the Mediawiki train and I will cut a new quibble release + upate the images and switch the jobs :) [08:02:53] thanks so much! [08:03:48] I'm still working on getting the parallel patches into mediawiki core. Once that's done, there will be very little code in quibble that we need to maintain for the parallel jobs [08:03:55] just the environment switch basically. [08:04:03] then I hope new bugs don't require us to bump quibble :) [08:06:46] (03PS1) 10Hashar: release: Quibble 1.9.2 [integration/quibble] - 10https://gerrit.wikimedia.org/r/1051683 [08:07:21] (03PS1) 10Hashar: release: Start 1.9.3 cycle [integration/quibble] - 10https://gerrit.wikimedia.org/r/1051684 [08:07:36] kostajh: codders: ^ :) [08:07:43] (03CR) 10Hashar: [C:03+2] release: Quibble 1.9.2 [integration/quibble] - 10https://gerrit.wikimedia.org/r/1051683 (owner: 10Hashar) [08:07:49] (03CR) 10Hashar: [C:03+2] release: Start 1.9.3 cycle [integration/quibble] - 10https://gerrit.wikimedia.org/r/1051684 (owner: 10Hashar) [08:08:02] codders: I am fine bumping quibble as many time as needed ;) [08:08:21] it is literally my job! Then yeah maybe I should automatize it at some point [08:08:49] and yeah ideally there should be little change needed in Quibble itself and we should have most of the logic inside MediaWiki itself [08:09:04] I argue that maybe eventually one day we could port Quibble to PHP / include it inside MediaWiki [08:09:32] but it is maybe a bit overkill to have it included there and there are some advantages at having the test runner as a standalone project [08:12:25] I quite like that quibble and the CI stuff is in python - makes it a lot easier to reason about than the complex monolith [08:12:47] but then I never was a fan of PHP, so maybe that's just my bias [08:13:19] my first prototype was a makefile to benefit from potential parallelism / not rebuilding existing targets [08:13:38] I tried a bit with PHP and eventually I was like "screw that, lets use python" [08:13:52] which makes it easier to write that kind of program [08:14:25] then I still have PTSD about maintaining php 5.x code in production :) [08:15:06] that sounds like a pretty bad time :) [08:26:56] (03Merged) 10jenkins-bot: release: Quibble 1.9.2 [integration/quibble] - 10https://gerrit.wikimedia.org/r/1051683 (owner: 10Hashar) [08:26:56] (03Merged) 10jenkins-bot: release: Start 1.9.3 cycle [integration/quibble] - 10https://gerrit.wikimedia.org/r/1051684 (owner: 10Hashar) [08:37:31] !log Tag Quibble 1.9.2 @ 046ec783998b5964a3148d05a1220fcec8998777 # T361190 T368783 [08:37:34] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [08:37:35] T361190: Split PHPUnit test suite for wmf-quibble-vendor-mysql-php74-docker - https://phabricator.wikimedia.org/T361190 [08:37:35] T368783: Test file "SandboxTest.php" not found for parallel PHPUnit in TwoColConflict - https://phabricator.wikimedia.org/T368783 [08:45:35] (03PS1) 10Hashar: dockerfiles: update Quibble to 1.9.2 [integration/config] - 10https://gerrit.wikimedia.org/r/1051691 [08:47:47] (03PS1) 10Hashar: jjb: switch jobs to Quibble 1.9.2 [integration/config] - 10https://gerrit.wikimedia.org/r/1051693 [08:47:57] (03CR) 10Hashar: [C:03+2] dockerfiles: update Quibble to 1.9.2 [integration/config] - 10https://gerrit.wikimedia.org/r/1051691 (owner: 10Hashar) [08:49:05] (03Merged) 10jenkins-bot: dockerfiles: update Quibble to 1.9.2 [integration/config] - 10https://gerrit.wikimedia.org/r/1051691 (owner: 10Hashar) [08:50:19] !log Building Docker images for Quibble 1.9.2 [08:50:20] Logged the message at https://wikitech.wikimedia.org/wiki/Release_Engineering/SAL [08:51:29] andre: if you are around, there are some screenshots I have attached to a task and they can't be seen when browsing privately / not logged in https://phabricator.wikimedia.org/T341291#9939660 [08:51:30] :/ [08:51:45] 06Release-Engineering-Team, 10dev-images, 10MediaWiki-Docker: APT errors when installing custom packages in MediaWiki-Docker - https://phabricator.wikimedia.org/T362702#9948279 (10dcausse) Seems like that recently https://packages.sury.org/php/dists/buster/ is now returning a 403 [08:51:49] I have uploaded them by drag'n dropping when editing a comment [08:52:23] hashar, you'll have to "attach" in the "Referenced Files" in the sidebar [08:52:27] ah yeah they show up as "File Not Attached" [08:52:31] I remember that bug [08:52:31] thanks! [08:52:40] not sure what's the indented behavior though, I lost track :-/ [08:52:44] *intended [08:52:45] I should have used mocks instead of files [08:53:37] I find that behavior a bit surprisin [08:53:38] g [08:54:17] anyway that fixed it, thank you andre ! [08:54:30] meouw [08:59:24] 10Phabricator, 06Project-Admins: Convert GrowthExperiments-Community-Updates to be a subproject of GrowthExperiments - https://phabricator.wikimedia.org/T369077#9948418 (10Aklapper) p:05Triageβ†’03Low a:03Aklapper [09:04:19] 10Phabricator, 06Project-Admins: Convert GrowthExperiments-Community-Updates to be a subproject of GrowthExperiments - https://phabricator.wikimedia.org/T369077#9948450 (10Aklapper) 05Openβ†’03Resolved Done. https://phabricator.wikimedia.org/maniphest/?ids=369069,366329,366328,365894,365890,365889,36880... [09:19:53] 10Continuous-Integration-Infrastructure, 06Release-Engineering-Team: Some Quibble images fail to build - https://phabricator.wikimedia.org/T369146 (10hashar) 03NEW [09:24:45] codders: I can't upgrade Quibble [09:24:54] our CI images are based on Buster and it has reached end of life ;) [09:24:57] what goes wrong? [09:25:00] oh no! [09:25:16] 10Continuous-Integration-Infrastructure, 06Release-Engineering-Team: Some Quibble images fail to build - https://phabricator.wikimedia.org/T369146#9948578 (10hashar) Easy! `counterexample 2024-07-03 08:58:06 [docker-pkg-build] INFO E: Failed to fetch https://packages.sury.org/php/dists/buster/InRelease 403 F... [09:25:19] then shall we just take TwoColConflict out of the parallel list for now? [09:26:40] yeah [09:26:54] cause the whole Buster/php packaging etc is a bit of a mess [09:27:01] or at least needs some brain bandwith to untangle [09:27:12] so yeah I'd opt the repo out of parallelism for now [09:27:48] k. I have meetings now until 12h15, but I can make a patch after that [09:34:06] (03CR) 10Hashar: [C:04-2] "The Buster images based on sury.org fail to build T369146" [integration/config] - 10https://gerrit.wikimedia.org/r/1051693 (owner: 10Hashar) [09:35:11] codders: I will do it ;) [09:35:54] k - thanks! [09:36:51] 10Continuous-Integration-Infrastructure, 06Release-Engineering-Team: Some Quibble images fail to build - https://phabricator.wikimedia.org/T369146#9948649 (10hashar) [09:38:01] (03PS1) 10Hashar: zuul: disable PHPUnit parallel for TwoColConflict [integration/config] - 10https://gerrit.wikimedia.org/r/1051701 (https://phabricator.wikimedia.org/T368783) [09:38:14] (03CR) 10Hashar: [C:03+2] zuul: disable PHPUnit parallel for TwoColConflict [integration/config] - 10https://gerrit.wikimedia.org/r/1051701 (https://phabricator.wikimedia.org/T368783) (owner: 10Hashar) [09:38:30] codders: https://gerrit.wikimedia.org/r/c/integration/config/+/1051701 and I will deploy it immediately ;) [09:38:42] the php images I had to drop an email to ask around what is our current status [09:38:46] notably about libICU [09:38:48] we will see [09:39:28] nice - thanks! [09:39:39] (03Merged) 10jenkins-bot: zuul: disable PHPUnit parallel for TwoColConflict [integration/config] - 10https://gerrit.wikimedia.org/r/1051701 (https://phabricator.wikimedia.org/T368783) (owner: 10Hashar) [09:46:18] deployed ;) [09:53:37] hashar: Please stop saying that about libICU. It's the same version, according to SRE. [09:53:55] Project beta-code-update-eqiad build #502842: 04FAILURE in 2.8 sec: https://integration.wikimedia.org/ci/job/beta-code-update-eqiad/502842/ [09:54:01] hashar: The remaining problem is that Chrome dies in some of the QUnit tests. Everything else passes. [09:55:29] Buster has libicu 63 while Bullseye has 67 https://phabricator.wikimedia.org/T335766#9898027 [09:55:34] (I'm also waiting on SRE to approve/merge/deploy the move of prod from buster to bullseye.) [09:55:35] then if that passes, I guess it is fine [09:55:38] Yes, but ours don't. [09:55:47] and anyway we can keep php 7.4 on Buster [09:56:05] and from what I have gathered from back channels, we are not moving prod to Bullseye anytime soon [09:56:16] Oh? I was told the opposite. [09:56:17] * James_F sighs. [09:56:32] hearsay and rumor driven engineering ... [09:56:42] Just make all the tasks UBN and assign to SRE Service Ops to make a decision. [09:57:43] 10Continuous-Integration-Infrastructure, 06Release-Engineering-Team, 13Patch-For-Review: Most buster-based Quibble CI images fail to build, as upstream has dropped support - https://phabricator.wikimedia.org/T369146#9948712 (10Jdforrester-WMF) [09:57:51] anyway, if Chrome fails for somea reason under Bullseye, that means we can't switch the sury.org based jobs from Buster to Bullseye [09:57:59] Yes, I know. [09:58:02] That's why we haven't. [09:58:14] hence thedeadlock ;) [09:58:18] Indeed. [09:58:39] I propose we drop support for php 8 [09:58:41] 😁 [09:59:01] We've already dropped support for PHP 8.0. [09:59:57] I guess we could drop CI testing from REL1_41 etc., and drop the images? That'd save a small amount of CI load. [10:05:22] Yippee, build fixed! [10:05:22] Project beta-code-update-eqiad build #502843: 09FIXED in 2 min 21 sec: https://integration.wikimedia.org/ci/job/beta-code-update-eqiad/502843/ [10:07:46] 10Continuous-Integration-Infrastructure, 13Patch-For-Review: Quibble jobs fail on bullseye images in QUnit job: "Multiple targets are not supported" - https://phabricator.wikimedia.org/T366799#9948736 (10hashar) [10:10:50] Oooh. I see, we've not upgraded CI to icu67 yet? Production is running it already. [10:10:59] I can fix that, but should I? [10:34:52] Ah, and our Chromium is depending on libicu63. Boo. Will having both Just Workβ„’ or will it break a bunch of things? [10:44:38] (03PS1) 10Jforrester: Dockerfiles: [quibble-buster-php74] Fix libICU to 67 not 63 [integration/config] - 10https://gerrit.wikimedia.org/r/1051721 [10:44:40] hashar: ^^^ Pour vous. [10:46:37] FIRING: DatasourceError: Queue (Jenkins jobs + Zuul functions) alert - https://grafana.wikimedia.org/alerting/grafana/iS0FSjJ4z/view - https://wikitech.wikimedia.org/wiki/Monitoring/DatasourceError - https://alerts.wikimedia.org/?q=alertname%3DDatasourceError [10:49:13] 10Phabricator (Upstream), 10Release-Engineering-Team (Priority Backlog πŸ“₯), 06Traffic, 07Upstream: Consider using preconnect for https://phab.wmfusercontent.org CDN - https://phabricator.wikimedia.org/T367290#9948879 (10Aklapper) Thanks. Waiting on getting this merged into upstream first not to increase our... [10:51:37] RESOLVED: DatasourceError: Queue (Jenkins jobs + Zuul functions) alert - https://grafana.wikimedia.org/alerting/grafana/iS0FSjJ4z/view - https://wikitech.wikimedia.org/wiki/Monitoring/DatasourceError - https://alerts.wikimedia.org/?q=alertname%3DDatasourceError [10:54:26] (03PS1) 10Jforrester: Zuul: Drop PHP 8.0 jobs [integration/config] - 10https://gerrit.wikimedia.org/r/1051724 [10:54:26] (03PS1) 10Jforrester: jjb: Drop PHP 8.0-based jobs, unused [integration/config] - 10https://gerrit.wikimedia.org/r/1051725 [10:54:26] (03PS1) 10Jforrester: Dockerfiles: Drop PHP 8.0-based images, unused [integration/config] - 10https://gerrit.wikimedia.org/r/1051726 [10:54:49] 10GitLab (Administration, Settings & Policy), 06Release-Engineering-Team, 06collaboration-services, 06Data-Platform-SRE, 06Java-Scala-Standardization: Create a global Maven package registry in Gitlab - https://phabricator.wikimedia.org/T367322#9948904 (10LSobanski) A few more questions around backups, to... [11:19:44] 10Phabricator: Disable Herald rule H99 (adding #Internet-Archive) - https://phabricator.wikimedia.org/T367650#9948994 (10Aklapper) [11:20:37] 10Phabricator: Disable Herald rule H99 (adding #Internet-Archive) - https://phabricator.wikimedia.org/T367650#9948996 (10Aklapper) 05Openβ†’03Resolved No reply so I went ahead and disabled that rule. [11:56:37] 06Release-Engineering-Team, 10dev-images, 10MediaWiki-Docker: APT errors when installing custom packages in MediaWiki-Docker - https://phabricator.wikimedia.org/T362702#9949116 (10Daimona) >>! In T362702#9948279, @dcausse wrote: > Seems like that recently https://packages.sury.org/php/dists/buster/ is now re... [12:40:10] 06Project-Admins, 07Tracking-Neverending: Requests for addition to the #acl*Project-Admins group (in comments) - https://phabricator.wikimedia.org/T706#9949258 (10Ladsgroup) Hi @GFontenelle_WMF. If you need it to create one workboard only. I can create it for you instead. Would that be enough? [12:43:45] 06Project-Admins, 07Tracking-Neverending: Requests for addition to the #acl*Project-Admins group (in comments) - https://phabricator.wikimedia.org/T706#9949288 (10Aklapper) Please see the steps on https://www.mediawiki.org/wiki/Phabricator/Creating_and_renaming_projects - thanks [13:18:12] 10GitLab (Misc), 06Release-Engineering-Team, 10Stewards-Onboarding-Tool: GitLab Private Repository Request for: repos/stewards/users - https://phabricator.wikimedia.org/T368836#9949537 (10brennen) 05Openβ†’03Resolved a:03brennen > A private repository is requested, as the list of users will include s... [13:31:36] Hi [13:32:05] There is a bug with extensions FlaggedRevs [13:32:23] Is there currently any system administrator available? [13:33:13] there are many bugs with it, can you share some details? [13:34:53] This correction should have been incorporated https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1050449 [13:35:23] Because it merged another correction based on that correction [13:36:01] I mean "patch", not "correction" [13:38:08] 10GitLab (Integrations), 10Release-Engineering-Team (Radar), 06collaboration-services, 06Infrastructure-Foundations, and 2 others: Container image reports in debmonitor are broken - https://phabricator.wikimedia.org/T348876#9949610 (10brennen) [13:38:17] This ticket T368380 explains it [13:38:17] T368380: FlaggedRevs: moved page gets unreviewed - https://phabricator.wikimedia.org/T368380 [13:38:29] 10Phabricator: Disable personal Herald rule H37? - https://phabricator.wikimedia.org/T366854#9949611 (10Aklapper) 05Openβ†’03Resolved a:03Aklapper I disabled H37 for now. [13:39:43] 10Phabricator (Upstream), 07Upstream: Include editing comments in the activity feed - https://phabricator.wikimedia.org/T135715#9949619 (10Aklapper) 05Openβ†’03Declined Declining for now as this lacks a use case. [13:41:06] Why does this need a sys admin? [13:41:41] admin of what system now? [13:41:51] s/now/though [13:45:10] the interwebs? [13:46:39] There was a ticket T305973, more than one patch was created, and all the patches were merged but there was one patch that was not merged causing a problem [13:46:39] T305973: JsonBodyValidator does not validate the parameter types - https://phabricator.wikimedia.org/T305973 [13:52:39] Gerges: If you are asking for some developer to rebase https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1050449 , and get a review by someone else, and get it deployed in a backport window defined in https://wikitech.wikimedia.org/wiki/Deployments : That does not need a "sysadmin" but first finding a dev in that area instead... :) [13:54:09] Thanks for clarifying this [14:03:01] 10Gerrit, 06Release-Engineering-Team, 13Patch-For-Review, 07Upstream: Install gerrit image-diff plugin - https://phabricator.wikimedia.org/T341291#9949666 (10hashar) After renaming the options: {F56201840 width=800} [14:06:07] 10Beta-Cluster-Infrastructure, 10Cloud-VPS (Debian Buster Deprecation): Migrate deployment-prep away from Debian Buster to Bullseye/Bookworm - https://phabricator.wikimedia.org/T327742#9949679 (10Andrew) >>! In T327742#9812917, @elukey wrote: > I have asked something on IRC's `wikimedia-cloud` about a way to s... [14:11:23] 06Release-Engineering-Team: Run a query to pull the number of Phabricator Tasks reported by community, resolved by WMF - https://phabricator.wikimedia.org/T369176 (10ARamirez_WMF) 03NEW [14:18:19] 06Release-Engineering-Team: Run a query to pull the number of Phabricator Tasks reported by community, resolved by WMF - https://phabricator.wikimedia.org/T369176#9949730 (10Aklapper) @ARamirez_WMF: For the most recent quarter this is already automated. See the email `Phabricator data for WMF QLS - Q2/2024` trig... [14:23:09] 10Phabricator (Upstream), 07Upstream: Log user account deactivation in the same way as adding/removing admin rights - https://phabricator.wikimedia.org/T102576#9949753 (10Aklapper) > Main Page Activity Feed I think that is already the case, is it not? > and Recent Activity of the admin user. What is the use c... [14:23:39] 10Beta-Cluster-Infrastructure, 10Cloud-VPS (Debian Buster Deprecation): Migrate deployment-prep away from Debian Buster to Bullseye/Bookworm - https://phabricator.wikimedia.org/T327742#9949756 (10elukey) >>! In T327742#9949679, @Andrew wrote: >>>! In T327742#9812917, @elukey wrote: >> I have asked something on... [14:24:32] 10Phabricator (Upstream), 07Upstream: Log user account deactivation also in the feed of the acting admin account - https://phabricator.wikimedia.org/T102576#9949769 (10Aklapper) [14:25:19] 10Phabricator (Upstream), 07Upstream: Log user account deactivation also in the feed of the acting admin account - https://phabricator.wikimedia.org/T102576#9949775 (10Aklapper) I hope I understood correctly [14:48:15] 10Release-Engineering-Team (Seen), 10MW-on-K8s, 06serviceops, 06SRE, and 2 others: Turn down api_appserver and appserver clusters - https://phabricator.wikimedia.org/T367949#9949876 (10Clement_Goubert) 05Openβ†’03In progress p:05Triageβ†’03Medium [14:50:11] 06Release-Engineering-Team: Run a query to pull the number of Phabricator Tasks reported by community, resolved by WMF - https://phabricator.wikimedia.org/T369176#9949918 (10thcipriani) @ARamirez_WMF would it be possible to get folks in Product Analytics to help us wrangle this data? I think we can give them rea... [14:50:17] 10Release-Engineering-Team (Priority Backlog πŸ“₯): Run a query to pull the number of Phabricator Tasks reported by community, resolved by WMF - https://phabricator.wikimedia.org/T369176#9949919 (10thcipriani) [14:57:40] 06Release-Engineering-Team, 06Trust and Safety Product Team, 13Patch-For-Review, 10Temporary accounts (Release train CI and infrastructure), 03Trust and Safety Product Sprint: [Epic] Make PHPUnit extension and core, Selenium, and API testing tests pass wi... - https://phabricator.wikimedia.org/T355879#9949934 [14:58:00] 06Release-Engineering-Team, 06Trust and Safety Product Team, 13Patch-For-Review, 10Temporary accounts (Release train CI and infrastructure), 03Trust and Safety Product Sprint: [Epic] Make PHPUnit extension and core, Selenium, and API testing tests pass wi... - https://phabricator.wikimedia.org/T355879#9949941 [15:06:52] 10Phabricator (Upstream), 07Upstream: Log user account deactivation also in the feed of the acting admin account - https://phabricator.wikimedia.org/T102576#9949987 (10Bugreporter) What I mean is it should be shown in all 3 places: the disabled account, the admin account and main page. [15:07:57] 10GitLab (Misc), 06Release-Engineering-Team, 10Stewards-Onboarding-Tool: GitLab Private Repository Request for: repos/stewards/users - https://phabricator.wikimedia.org/T368836#9949994 (10Urbanecm) Thanks! [16:04:06] 10Release-Engineering-Team (Priority Backlog πŸ“₯): Run a query to pull the number of Phabricator Tasks reported by community, resolved by WMF - https://phabricator.wikimedia.org/T369176#9950276 (10ARamirez_WMF) Hi @thcipriani As for what I need recurring quarterly, this [[ https://docs.google.com/spreadsheets/d/... [16:07:40] 10Phabricator (Upstream), 07Upstream: Log user account deactivation also in the feed of the acting admin account - https://phabricator.wikimedia.org/T102576#9950299 (10Aklapper) 05Openβ†’03Declined Upstream code is https://we.phorge.it/source/phorge/browse/master/src/applications/people/xaction/Phabricat... [17:23:46] 10Release-Engineering-Team (Priority Backlog πŸ“₯): Run a query to pull the number of Phabricator Tasks reported by community, resolved by WMF - https://phabricator.wikimedia.org/T369176#9950859 (10thcipriani) >>! In T369176#9950276, @ARamirez_WMF wrote: > Hi @thcipriani > > As for what I need recurring quarterly... [17:50:34] 10Phabricator (Upstream), 07Upstream: Log user account deactivation also in the feed of the acting admin account - https://phabricator.wikimedia.org/T102576#9951007 (10Aklapper) 05Declinedβ†’03Open Argh, I realize that the entry "adminuser empowered otheruser as an administrator." is shown under "Recent Acti... [18:49:43] (03open) 10jforrester: Draft: Add Chart extension to production release list [repos/releng/release] - 10https://gitlab.wikimedia.org/repos/releng/release/-/merge_requests/86 [18:51:30] (03update) 10jforrester: Draft: Add Chart extension to production release list [repos/releng/release] - 10https://gitlab.wikimedia.org/repos/releng/release/-/merge_requests/86 [19:28:22] (03open) 10dancy: tox.ini: Revise and extend format checks [repos/releng/train-dev] - 10https://gitlab.wikimedia.org/repos/releng/train-dev/-/merge_requests/78 [19:28:25] (03update) 10dancy: tox.ini: Revise and extend format checks [repos/releng/train-dev] - 10https://gitlab.wikimedia.org/repos/releng/train-dev/-/merge_requests/78 [19:30:29] (03merge) 10dancy: tox.ini: Revise and extend format checks [repos/releng/train-dev] - 10https://gitlab.wikimedia.org/repos/releng/train-dev/-/merge_requests/78 [19:32:02] (03open) 10dancy: train-dev trim-images: Rewrite in python [repos/releng/train-dev] - 10https://gitlab.wikimedia.org/repos/releng/train-dev/-/merge_requests/79 [19:32:04] (03update) 10dancy: train-dev trim-images: Rewrite in python [repos/releng/train-dev] - 10https://gitlab.wikimedia.org/repos/releng/train-dev/-/merge_requests/79 [19:33:30] (03update) 10dancy: train-dev trim-images: Rewrite in python [repos/releng/train-dev] - 10https://gitlab.wikimedia.org/repos/releng/train-dev/-/merge_requests/79 [19:33:33] (03update) 10dancy: train-dev trim-images: Rewrite in python [repos/releng/train-dev] - 10https://gitlab.wikimedia.org/repos/releng/train-dev/-/merge_requests/79 [19:36:35] (03merge) 10dancy: train-dev trim-images: Rewrite in python [repos/releng/train-dev] - 10https://gitlab.wikimedia.org/repos/releng/train-dev/-/merge_requests/79 [20:46:00] (03PS1) 10Kosta Harlan: zuul: Add AbuseFilter as phan & test dependency for ORES [integration/config] - 10https://gerrit.wikimedia.org/r/1051838 (https://phabricator.wikimedia.org/T364705) [22:13:36] 06Project-Admins, 07Tracking-Neverending: Requests for addition to the #acl*Project-Admins group (in comments) - https://phabricator.wikimedia.org/T706#9952145 (10GFontenelle_WMF) Hi @Ladsgroup! Thank you for the offer. I'm actually not sure if that's enough and I appreciate some guidance/suggestions. I need t... [22:46:26] 10Beta-Cluster-Infrastructure, 06cloud-services-team, 06serviceops, 10Cloud-VPS (Debian Buster Deprecation), 13Patch-For-Review: Replace deployment-memc[08-10] with Bullseye or Bookworm - https://phabricator.wikimedia.org/T361384#9952292 (10Andrew) The three old VMs have been replaced by: deployment-mem... [22:49:01] (03open) 10dduvall: ci: Use Blubber v1.0.0 to build Blubber [repos/releng/blubber] - 10https://gitlab.wikimedia.org/repos/releng/blubber/-/merge_requests/112 [22:49:06] (03update) 10dduvall: ci: Use Blubber v1.0.0 to build Blubber [repos/releng/blubber] - 10https://gitlab.wikimedia.org/repos/releng/blubber/-/merge_requests/112 [22:51:28] (03update) 10dduvall: ci: Use Blubber v1.0.0 to build Blubber [repos/releng/blubber] - 10https://gitlab.wikimedia.org/repos/releng/blubber/-/merge_requests/112 [22:51:31] (03update) 10dduvall: ci: Use Blubber v1.0.0 to build Blubber [repos/releng/blubber] - 10https://gitlab.wikimedia.org/repos/releng/blubber/-/merge_requests/112 [22:51:41] recursive dogfooding [22:51:48] :D [22:52:15] but who builds the builder? [23:08:46] infra foundations