See milestone for details.
Description
Details
| Title | Reference | Author | Source Branch | Dest Branch | |
|---|---|---|---|---|---|
| update submodules for 2025-12-16 deploy | repos/phabricator/deployment!90 | brennen | work/2025-12-16-deploy | wmf/stable |
Related Objects
Event Timeline
brennen opened https://gitlab.wikimedia.org/repos/phabricator/deployment/-/merge_requests/90
update submodules for 2025-12-16 deploy
brennen merged https://gitlab.wikimedia.org/repos/phabricator/deployment/-/merge_requests/90
update submodules for 2025-12-16 deploy
Icinga downtime and Alertmanager silence (ID=767d0770-34be-4080-b717-6fcd10af3517) set by jelto@cumin1003 for 0:30:00 on 1 host(s) and their services with reason: Phabricator deploy
phab1004.eqiad.wmnet
Icinga downtime and Alertmanager silence (ID=6fbc002b-f58a-4a1e-8c1b-328bb8dc684d) set by jelto@cumin1003 for 0:30:00 on 1 host(s) and their services with reason: Phabricator deploy
phab2002.codfw.wmnet
Mentioned in SAL (#wikimedia-operations) [2025-12-16T16:03:03Z] <brennen@deploy2002> Started deploy [phabricator/deployment@3a23687]: deploy phab2002 for T412825
Mentioned in SAL (#wikimedia-operations) [2025-12-16T16:03:34Z] <brennen@deploy2002> Finished deploy [phabricator/deployment@3a23687]: deploy phab2002 for T412825 (duration: 00m 31s)
Mentioned in SAL (#wikimedia-operations) [2025-12-16T16:03:50Z] <brennen@deploy2002> Started deploy [phabricator/deployment@3a23687]: deploy phab1004 for T412825
Mentioned in SAL (#wikimedia-operations) [2025-12-16T16:04:49Z] <brennen@deploy2002> Finished deploy [phabricator/deployment@3a23687]: deploy phab1004 for T412825 (duration: 00m 58s)
This deployment included:
- Translations (thanks to Pppery for all patches!):
English translation string updatesUpdate source strings to latest upstream: https://gerrit.wikimedia.org/r/c/phabricator/translations/+/1206983- Remove old list of translated languages in README: https://gerrit.wikimedia.org/r/c/phabricator/translations/+/1214701
- Add .gitreview: https://gerrit.wikimedia.org/r/c/phabricator/translations/+/1214702
- Replace "libphutil" with "Arcanist": https://gerrit.wikimedia.org/r/c/phabricator/translations/+/1214708
- rm .arcconfig: https://gerrit.wikimedia.org/r/c/phabricator/translations/+/1217881
- Extensions:
- T395728: 'Related GitLab patches' box includes patches for unrelated tasks (that begin with the current task's ID)
- Technical debt: Replaced two deprecated AphrontView::setUser() calls with setViewer() in https://gitlab.wikimedia.org/repos/phabricator/extensions/-/commit/1e9ab8d5908124f7831dd6ca1afc85488509466e.
- If creating new weekly train deployment tasks failed, revert half of that patch!
Note that none of the translation stuff has a direct effect on Phabricator; it's all internal refactoring of scripts or clean up of technical dept to prepare for future patches. This deployment notably did not include an update of the PHP files Phabricator reads.
What I would do actually is that if there's a PHP patch that changes the src/translations dir mention that, and otherwise not mention my patches at all. Changing the source strings translatewiki.net read isn't "deployed" in any meaningful sense (yes the projects/ dir is technically copied to the Phabricator server but it isn't read). And changes to command-line scripts aren't "deployed" in any meaningful sense either as I run the scripts against my local wikimedia-phabricator checkout not against the deployed version.
(And changes to src/locales might also be interesting and worth noting, although aside from one in-review patch I doubt I'll ever do them without a corresponding src/translations update)