diff --git a/mozilla/webtools/aus/xml/inc/config-dist.php b/mozilla/webtools/aus/xml/inc/config-dist.php index bb98994ced5..7b80905a4ff 100644 --- a/mozilla/webtools/aus/xml/inc/config-dist.php +++ b/mozilla/webtools/aus/xml/inc/config-dist.php @@ -103,6 +103,18 @@ $productThrottling = array( '15.0.1' => 0, ), 'Thunderbird' => array( + '10.0' => 0, + '10.0.1' => 0, + '10.0.2' => 0, + '11.0' => 0, + '11.0.1', => 0, + '12.0' => 0, + '12.0.1' => 0, + '13.0' => 0, + '13.0.1' => 0, + '14.0' => 0, + '15.0' => 0, + '15.0.1' => 0, ) ); @@ -188,6 +200,17 @@ $throttleExceptions = array( 'releasetest', 'beta', ), + # Thunderbird only + '11.0.1' => array( + 'betatest', + 'releasetest', + 'beta', + ), + '12.0.1' => array( + 'betatest', + 'releasetest', + 'beta', + ), ); // These are channels that have access to nightly updates.