From d4ebad97accdd23655beef155a2076fd5a68fdfd Mon Sep 17 00:00:00 2001 From: "bhearsum%mozilla.com" Date: Tue, 2 Apr 2013 13:27:19 +0000 Subject: [PATCH] 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 --- mozilla/webtools/aus/xml/inc/config-dist.php | 38 +++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index 41b0bd92ae4..fdd800d33b8 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -84,6 +84,27 @@ define('THROTTLE_LOGGING',false); $productThrottling = 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( ) @@ -206,7 +227,22 @@ $throttleExceptions = array( 'betatest', 'releasetest', 'beta' - ) + ), + '19.0' => array( + 'betatest', + 'releasetest', + 'beta' + ), + '19.0.1' => array( + 'betatest', + 'releasetest', + 'beta' + ), + '19.0.2' => array( + 'betatest', + 'releasetest', + 'beta' + ), );