Today, some changes to some MW repos have broken CI for CampaignEvents. The main symptom is that event registration cannot be enabled via the REST API, and therefore the selenium and api-testing jobs are failing. I can't reproduce this locally, so I made r1085493 to test it in CI. Looking at the job output, it seems that the WikiAdmin account is not being globalized by the installer. This is suspiciously reminiscent of T358985, but that task has been fixed a while ago, and the output for the same job seems to shot that the account is globalised:
Running MediaWiki\Extension\CentralAuth\Maintenance\MigrateInitialAccounts... Globalized 1 accounts
So there must be something else going on...