bug 1099340 - 33.1.1 throttle; r=bhearsum

git-svn-id: svn://10.0.0.236/trunk@265673 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hwine%mozilla.com 2014-11-14 20:38:13 +00:00
parent 420f8deb27
commit fbce1c42e1

View File

@ -126,9 +126,10 @@ $productThrottling = array(
'32.0.1' => 100, '32.0.1' => 100,
'32.0.2' => 100, '32.0.2' => 100,
'32.0.3' => 100, '32.0.3' => 100,
'33.0' => 100, '33.0' => 0,
'33.0.1' => 100, '33.0.1' => 0,
'33.0.2' => 100, '33.0.2' => 0,
'33.1' => 0,
), ),
'Thunderbird' => array( 'Thunderbird' => array(
'10.0' => 0, '10.0' => 0,
@ -502,6 +503,16 @@ $throttleExceptions = array(
'releasetest', 'releasetest',
'beta' 'beta'
), ),
'33.1' => array(
'betatest',
'releasetest',
'beta'
),
'33.1.1' => array(
'betatest',
'releasetest',
'beta'
),
); );