bug 837124: tracking bug for build and release of firefox 20.0 - throttle firefox 20 to 10%. r=catlee

git-svn-id: svn://10.0.0.236/trunk@264813 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bhearsum%mozilla.com 2013-04-02 13:27:19 +00:00
parent ba094c63e5
commit d4ebad97ac

View File

@ -84,6 +84,27 @@ define('THROTTLE_LOGGING',false);
$productThrottling = array( $productThrottling = array(
'Firefox' => array( 'Firefox' => array(
'10.0' => 10,
'10.0.1' => 10,
'10.0.2' => 10,
'11.0' => 10,
'12.0' => 10,
'13.0' => 10,
'13.0.1' => 10,
'14.0.1' => 10,
'15.0' => 10,
'15.0.1' => 10,
'16.0' => 10,
'16.0.1' => 10,
'16.0.2' => 10,
'17.0' => 10,
'17.0.1' => 10,
'18.0' => 10,
'18.0.1' => 10,
'18.0.2' => 10,
'19.0' => 10,
'19.0.1' => 10,
'19.0.2' => 10,
), ),
'Thunderbird' => array( 'Thunderbird' => array(
) )
@ -206,7 +227,22 @@ $throttleExceptions = array(
'betatest', 'betatest',
'releasetest', 'releasetest',
'beta' 'beta'
) ),
'19.0' => array(
'betatest',
'releasetest',
'beta'
),
'19.0.1' => array(
'betatest',
'releasetest',
'beta'
),
'19.0.2' => array(
'betatest',
'releasetest',
'beta'
),
); );