Tasks Release-Engineering-Team is actively working on
Picture: Trefoil Knot.jpg by Fadkins CC-BY-SA 3.0
Tasks Release-Engineering-Team is actively working on
Picture: Trefoil Knot.jpg by Fadkins CC-BY-SA 3.0
dancy@deploy2002:~$ scap install-world --version 4.230.0 --limit 'ml-build1001*' Scap version "4.230.0" will be installed on 1 host(s). Proceed? [y/N]: y 20:48:09 Installing scap version "4.230.0" for 1 host(s) 20:48:09 Downloading version "4.230.0" locally INFO: Scap version "4.230.0" for distribution "bullseye" already exists locally. Nothing to retrieve INFO: Scap version "4.230.0" for distribution "bookworm" already exists locally. Nothing to retrieve INFO: Scap version "4.230.0" for distribution "trixie" successfully extracted at /var/lib/scap/scap-wheels/trixie/4.230.0 INFO: Distributions downloaded. Skipping local installation on primary as requested 20:48:13 Syncing masters 20:48:16 scap-sync-to-masters: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) 20:48:16 Syncing installation material to 1 scap targets from "deploy1003.eqiad.wmnet" 20:48:18 scap-sync-wheels-to-targets: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) 20:48:19 scap-sync-install-script-to-targets: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) 20:48:19 Installing 1 scap targets 20:49:06 scap-install-to-targets: 100% (in-flight: 0; ok: 1; fail: 0; left: 0) 20:49:06 Installation of scap version "4.230.0" completed for 1 hosts
Add trixie to supported distros
history.py: Don't use database connection pooling
Bump flake8 to 6.1.0
Deprecation fixes for trixie
Here you go! :) Please also link your LDAP account to your Phab profile.
(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)
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.
Right, sorry. I need to get better in simply copying your commit message titles. :)
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.
A fix got deployed today.
This deployment included:
Related GitLab patches: Ignore partial task ID matches
Ah, there's already been a silent batch-edit done before I posted my last comment :) (@Aklapper, here are some more in case you'd like to batch-edit them as well :p)
Out of interest, is there any interest in doing a silent batch-edit to add the Phabricator Translations Extension tag to closed tasks that relate to the phabricator/translations repo (in order to e.g. aid future searches within that project)? (Or should people just e.g. be told to also search within Wikimedia-Phabricator-Extensions and/or Phabricator?)
Makes sense, thanks for all your work!
Done in https://phabricator.wikimedia.org/project/view/8379/
Done.
Done.
Done.
Change #1216760 merged by jenkins-bot:
[integration/config@master] Revert "Zuul: [WP25EasterEggs] add CommunityConfigurationExample"
Change #1217164 merged by jenkins-bot:
[mediawiki/extensions/CommunityConfiguration@REL1_45] cypress: skip when CommunityConfigurationExample is not loaded
Change #1217163 merged by jenkins-bot:
[mediawiki/extensions/CommunityConfiguration@REL1_44] cypress: skip when CommunityConfigurationExample is not loaded
Change #1217162 merged by jenkins-bot:
[mediawiki/extensions/CommunityConfiguration@REL1_43] cypress: skip when CommunityConfigurationExample is not loaded
Change #1216756 merged by jenkins-bot:
[mediawiki/extensions/CommunityConfiguration@master] cypress: skip when CommunityConfigurationExample is not loaded
Change #1217164 had a related patch set uploaded (by Hashar; author: Hashar):
[mediawiki/extensions/CommunityConfiguration@REL1_45] cypress: skip when CommunityConfigurationExample is not loaded
Change #1217163 had a related patch set uploaded (by Hashar; author: Hashar):
[mediawiki/extensions/CommunityConfiguration@REL1_44] cypress: skip when CommunityConfigurationExample is not loaded
Change #1217162 had a related patch set uploaded (by Hashar; author: Hashar):
[mediawiki/extensions/CommunityConfiguration@REL1_43] cypress: skip when CommunityConfigurationExample is not loaded
Change #1216759 merged by jenkins-bot:
[integration/config@master] Zuul: [WP25EasterEggs] add CommunityConfigurationExample
Change #1216760 had a related patch set uploaded (by Hashar; author: Hashar):
[integration/config@master] Revert "Zuul: [WP25EasterEggs] add CommunityConfigurationExample"
Change #1216759 had a related patch set uploaded (by Hashar; author: Hashar):
[integration/config@master] Zuul: [WP25EasterEggs] add CommunityConfigurationExample
Change #1216756 had a related patch set uploaded (by Hashar; author: Hashar):
[mediawiki/extensions/CommunityConfiguration@master] cypress: skip when CommunityConfigurationExample is not loaded
I have tried to have the tests skipped from the before hook using:
describe( 'Community Configuration Example Page', () => {
I have tried to have the tests to be skipped in the before hook without using @cypress/skip-test since it is deprecated. I could not figure it out :-\ Thus I guess I should just add @cypress/skip-test. That will be for tomorrow.