[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Throttle for RCL

2016-09-19 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Throttle for RCL
..


Throttle for RCL

Bug: T145838
Change-Id: I8859c3fa9c727dc50f1d1f4348651d9fb7d975ad
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 6fec0ce..b01b23e 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -63,6 +63,14 @@
'value' => 70 // 50 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T145838
+   'from' => '2016-09-21T8:00 -8:00', 
+   'to' => '2016-09-21T17:00 -8:00', 
+   'range' => [ '142.58.113.128/26', '142.58.128.0/21', '207.23.160.0/19', 
'207.23.192.0/19', '142.58.80.0/21', '142.58.160.0/21', '142.58.168.0/21' ],
+   'dbname' => [ 'enwiki', 'frwiki', 'commonswiki' ],
+   'value' => 70 // 50 expected
+];
+
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
# # # #
 # Other rules
 #

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8859c3fa9c727dc50f1d1f4348651d9fb7d975ad
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: Thcipriani 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Throttle for RCL

2016-09-19 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/311417

Change subject: Throttle for RCL
..

Throttle for RCL

Bug: T145838
Change-Id: I8859c3fa9c727dc50f1d1f4348651d9fb7d975ad
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/17/311417/1

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 6fec0ce..b01b23e 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -63,6 +63,14 @@
'value' => 70 // 50 expected
 ];
 
+$wmgThrottlingExceptions[] = [ // T145838
+   'from' => '2016-09-21T8:00 -8:00', 
+   'to' => '2016-09-21T17:00 -8:00', 
+   'range' => [ '142.58.113.128/26', '142.58.128.0/21', '207.23.160.0/19', 
'207.23.192.0/19', '142.58.80.0/21', '142.58.160.0/21', '142.58.168.0/21' ],
+   'dbname' => [ 'enwiki', 'frwiki', 'commonswiki' ],
+   'value' => 70 // 50 expected
+];
+
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
# # # #
 # Other rules
 #

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8859c3fa9c727dc50f1d1f4348651d9fb7d975ad
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 

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


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Throttle for RCL

2016-09-19 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Throttle for RCL
..


Throttle for RCL

Bug: T145838
Change-Id: I28f9aa480108f0f89e646aa35e707acd2721ae50
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, but someone else must approve
  Zfilipin: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 0b8305a..ae5d117 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -55,6 +55,14 @@
'dbname' => [ 'enwiki', 'frwiki' ],
'value' => 50 //40 expected
 ];
+$wmgThrottlingExceptions[] = [ // T145838
+'from' => '2016-09-21T9:00 -8:00',
+'to' => '2016-09-21T17:00 -8:00',
+'range' => [ '142.58.113.128/26', '142.58.128.0/21', 
'207.23.160.0/19', '207.23.192.0/19', '142.58.80.0/21', '142.58.160.0/21', 
'142.58.168.0/21' ],
+'dbname' => [ 'enwiki', 'frwiki', 'commonswiki' ],
+'value' => 70 // 50 expected
+];
+
 
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
# # # #
 # Other rules

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I28f9aa480108f0f89e646aa35e707acd2721ae50
Gerrit-PatchSet: 4
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: Hashar 
Gerrit-Reviewer: Zfilipin 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Throttle for RCL

2016-09-15 Thread Urbanecm (Code Review)
Urbanecm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/311088

Change subject: Throttle for RCL
..

Throttle for RCL

Bug: T145838
Change-Id: I28f9aa480108f0f89e646aa35e707acd2721ae50
---
M wmf-config/throttle.php
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/88/311088/1

diff --git a/wmf-config/throttle.php b/wmf-config/throttle.php
index 6463f3c..f293123 100644
--- a/wmf-config/throttle.php
+++ b/wmf-config/throttle.php
@@ -55,6 +55,14 @@
'dbname' => [ 'enwiki', 'frwiki' ],
'value' => 50 //40 expected
 ];
+$wmgThrottlingExceptions[] = [
+'from' => '2016-09-21T0:00 -0:00',
+'to' => '2016-09-22T0:00 -0:00',
+'range' => [ '142.58.113.128/26', '142.58.128.0/21', 
'207.23.160.0/19', '207.23.192.0/19', '142.58.80.0/21', '142.58.160.0/21', 
'142.58.168.0/21' ],
+'dbname' => [ 'enwiki', 'frwiki', 'commonswiki' ],
+'value' => 70 // 50 expected
+];
+
 
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # 
# # # #
 # Other rules

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I28f9aa480108f0f89e646aa35e707acd2721ae50
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Urbanecm 

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