jenkins-bot has submitted this change and it was merged.

Change subject: Enable ORES review tool as a beta feature in ruwiki
......................................................................


Enable ORES review tool as a beta feature in ruwiki

After deploying these actions need to be done in the given order:
1- Create tables ores_model and ores_classification (see sql folder in the 
extension)
2- Run this maintenance script: 
extensions/ORES/maintenance/CheckModelVersions.php
It should take a second to finish
3- Run this maintenance script: extensions/ORES/maintenance/PopulateDatabase.php
This one may take a minute or two.

Bug: T139541
Change-Id: Ida9042f271fc40a83b3e2e2b7c2e4f18f5cd7493
---
M wmf-config/InitialiseSettings.php
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 12c2c04..916cba7 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -16821,6 +16821,7 @@
        'fawiki' => true, // T130211
        'wikidatawiki' => true, // T130212
        'nlwiki' => true, // T139432
+       'ruwiki' => true, // T139541
 ],
 'wgOresModels' => [
        'default' => [
@@ -16847,12 +16848,19 @@
                'goodfaith' => false,
                'wp10' => false,
        ], // T139432
+       'ruwiki' => [
+               'damaging' => true,
+               'reverted' => false,
+               'goodfaith' => false,
+               'wp10' => false,
+       ], // T139541
 ],
 'wgOresDamagingThresholds' => [
        'default' => [ 'hard' => 0.5, 'soft' => 0.7 ],
        'fawiki' => [ 'hard' => 0.12, 'soft' => 0.45 ], // T130211
        'wikidatawiki' => [ 'hard' => 0.8, 'soft' => 0.96 ], // T130212
        'nlwiki' => [ 'hard' => 0.3, 'soft' => 0.72 ], // T139432
+       'ruwiki' => [ 'hard' => 0.44, 'soft' => 0.69 ], // T139541
 ],
 ### End (roughly) of general extensions ########################
 

-- 
To view, visit https://gerrit.wikimedia.org/r/297709
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ida9042f271fc40a83b3e2e2b7c2e4f18f5cd7493
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to