We've created an "example" "sub-extension" in CommunityConfiguration that is, among other things, intended to be used in a lot of tests, so that CommunityConfiguration itself does not have to depend on other extensions in CI.example-extension for CommunityConfiguration and have it now in its own repository on Gerrit: https://gerrit.wikimedia.org/r/admin/repos/mediawiki/extensions/CommunityConfigurationExample,general
How do we actually enable it in CI?This extension is, among other things, intended to be used in a lot of tests, so that CommunityConfiguration itself does not have to depend on other extensions in CI.
The current code to enable it in a local development environment is:
```php
wfLoadExtension( 'CommunityConfigurationExample', $IP .It should have its own CI and also be enabled in all jobs where community-configuration is enabled, '/extensions/CommunityConfiguration/example/example-extension.json' );
```
It should be enabled in all jobs where community-configuration is enablede.g. also in a future api-testing job for CommunityConfiguration, e.g.Gate-And-Submit, also in a future api-testing job for CommunityConfigurationetc.