jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/345619 )

Change subject: Enable ORES review tool in hewiki
......................................................................


Enable ORES review tool in hewiki

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)
(mwscript maintenance/sql.php --wiki=hewiki 
extensions/ORES/sql/(ores_model|ores_classification).sql
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: T161621
Change-Id: I9b2a702a3f1b01cf05223ecd7555e42fc35547f8
---
M wmf-config/InitialiseSettings.php
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index ffbdbb2..37b1be5 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -18126,6 +18126,7 @@
        'enwiki' => true, // T140003
        'cswiki' => true, // T151611
        'etwiki' => true, // T159609
+       'hewiki' => true, // T161621
 ],
 'wgOresExtensionStatus' => [
        'default' => 'beta',
@@ -18152,6 +18153,7 @@
        'enwiki' => [ 'hard' => 0.17, 'soft' => 0.49, 'softest' => 0.96 ], // 
T140003
        'cswiki' => [ 'hard' => 0.45, 'soft' => 0.8, 'softest' => 0.88 ], // 
T151611
        'etwiki' => [ 'hard' => 0.34, 'soft' => 0.62, 'softest' => 0.95 ], // 
T159609
+       'hewiki' => [ 'hard' => 0.07, 'soft' => 0.50, 'softest' => 0.94 ], // 
T161621
 ],
 'wgOresFiltersThresholds' => [
        'default' => [],

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9b2a702a3f1b01cf05223ecd7555e42fc35547f8
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to