From 7c647d274ceca005aaa3a2bced6b573db19eab0e Mon Sep 17 00:00:00 2001 From: "nrthomas%gmail.com" Date: Fri, 24 Oct 2014 19:40:35 +0000 Subject: [PATCH] Bug 1085526, throttle 33.0.1 at 0%, r=rail git-svn-id: svn://10.0.0.236/trunk@265637 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/aus/xml/inc/config-dist.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index 209337d054e..5982a67bbc3 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -126,6 +126,7 @@ $productThrottling = array( '32.0.1' => 0, '32.0.2' => 0, '32.0.3' => 0, + '33.0' => 0, ), 'Thunderbird' => array( '10.0' => 0, @@ -479,6 +480,11 @@ $throttleExceptions = array( 'releasetest', 'beta' ), + '33.0' => array( + 'betatest', + 'releasetest', + 'beta' + ), );