Bug 1015968 - tracking bug for build and release of Firefox and Fennec 31.0. p=nthomas,r=rail

git-svn-id: svn://10.0.0.236/trunk@265466 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
raliiev%mozilla.com 2014-07-22 11:42:05 +00:00
parent 686fcfdf4a
commit ddb48cd200

View File

@ -84,42 +84,43 @@ define('THROTTLE_LOGGING',false);
$productThrottling = array(
'Firefox' => array(
'10.0' => 100,
'10.0.1' => 100,
'10.0.2' => 100,
'11.0' => 100,
'12.0' => 100,
'13.0' => 100,
'13.0.1' => 100,
'14.0.1' => 100,
'15.0' => 100,
'15.0.1' => 100,
'16.0' => 100,
'16.0.1' => 100,
'16.0.2' => 100,
'17.0' => 100,
'17.0.1' => 100,
'18.0' => 100,
'18.0.1' => 100,
'18.0.2' => 100,
'19.0' => 100,
'19.0.1' => 100,
'19.0.2' => 100,
'20.0' => 100,
'20.0.1' => 100,
'21.0' => 100,
'22.0' => 100,
'23.0' => 100,
'23.0.1' => 100,
'24.0' => 100,
'25.0' => 100,
'25.0.1' => 100,
'26.0' => 100,
'27.0' => 100,
'27.0.1' => 100,
'28.0' => 100,
'29.0' => 100,
'29.0.1' => 100,
'10.0' => 25,
'10.0.1' => 25,
'10.0.2' => 25,
'11.0' => 25,
'12.0' => 25,
'13.0' => 25,
'13.0.1' => 25,
'14.0.1' => 25,
'15.0' => 25,
'15.0.1' => 25,
'16.0' => 25,
'16.0.1' => 25,
'16.0.2' => 25,
'17.0' => 25,
'17.0.1' => 25,
'18.0' => 25,
'18.0.1' => 25,
'18.0.2' => 25,
'19.0' => 25,
'19.0.1' => 25,
'19.0.2' => 25,
'20.0' => 25,
'20.0.1' => 25,
'21.0' => 25,
'22.0' => 25,
'23.0' => 25,
'23.0.1' => 25,
'24.0' => 25,
'25.0' => 25,
'25.0.1' => 25,
'26.0' => 25,
'27.0' => 25,
'27.0.1' => 25,
'28.0' => 25,
'29.0' => 25,
'29.0.1' => 25,
'30.0' => 25,
),
'Thunderbird' => array(
'10.0' => 0,
@ -443,6 +444,11 @@ $throttleExceptions = array(
'releasetest',
'beta'
),
'30.0' => array(
'betatest',
'releasetest',
'beta'
),
);