remove some old versions, bump mincount, bump dashboard for Android
This commit is contained in:
Родитель
c1ebfa59e9
Коммит
ef421b1c5a
|
@ -82,7 +82,7 @@ var gProductData = {
|
||||||
},
|
},
|
||||||
beta: {
|
beta: {
|
||||||
name: "Beta",
|
name: "Beta",
|
||||||
version: "26.0b1",
|
version: "26.0b2",
|
||||||
appendver: true,
|
appendver: true,
|
||||||
adu: { low: 1e5, min: 1e4 },
|
adu: { low: 1e5, min: 1e4 },
|
||||||
rate: { high: 2, max: 5 },
|
rate: { high: 2, max: 5 },
|
||||||
|
|
|
@ -59,10 +59,6 @@ $reports = array(array('product'=>'Firefox',
|
||||||
'version_regex'=>'25\.0.*',
|
'version_regex'=>'25\.0.*',
|
||||||
'version_display'=>'25',
|
'version_display'=>'25',
|
||||||
),
|
),
|
||||||
array('product'=>'Firefox',
|
|
||||||
'channel'=>'beta',
|
|
||||||
'version'=>'25.0',
|
|
||||||
),
|
|
||||||
array('product'=>'Firefox',
|
array('product'=>'Firefox',
|
||||||
'channel'=>'beta',
|
'channel'=>'beta',
|
||||||
'version'=>'26.0',
|
'version'=>'26.0',
|
||||||
|
@ -73,22 +69,12 @@ $reports = array(array('product'=>'Firefox',
|
||||||
array('product'=>'Firefox',
|
array('product'=>'Firefox',
|
||||||
'channel'=>'aurora',
|
'channel'=>'aurora',
|
||||||
),
|
),
|
||||||
array('product'=>'FennecAndroid',
|
|
||||||
'channel'=>'release',
|
|
||||||
'version'=>'24.0',
|
|
||||||
'version_regex'=>'24\.0.*',
|
|
||||||
'version_display'=>'24',
|
|
||||||
),
|
|
||||||
array('product'=>'FennecAndroid',
|
array('product'=>'FennecAndroid',
|
||||||
'channel'=>'release',
|
'channel'=>'release',
|
||||||
'version'=>'25.0',
|
'version'=>'25.0',
|
||||||
'version_regex'=>'25\.0.*',
|
'version_regex'=>'25\.0.*',
|
||||||
'version_display'=>'25',
|
'version_display'=>'25',
|
||||||
),
|
),
|
||||||
array('product'=>'FennecAndroid',
|
|
||||||
'channel'=>'beta',
|
|
||||||
'version'=>'25.0',
|
|
||||||
),
|
|
||||||
array('product'=>'FennecAndroid',
|
array('product'=>'FennecAndroid',
|
||||||
'channel'=>'beta',
|
'channel'=>'beta',
|
||||||
'version'=>'26.0',
|
'version'=>'26.0',
|
||||||
|
|
|
@ -36,21 +36,11 @@ date_default_timezone_set('America/Los_Angeles');
|
||||||
// version - empty is all versions
|
// version - empty is all versions
|
||||||
|
|
||||||
$reports = array(array('product'=>'FennecAndroid',
|
$reports = array(array('product'=>'FennecAndroid',
|
||||||
'channel'=>'release',
|
|
||||||
'version'=>'24.0',
|
|
||||||
'version_regex'=>'24\.0.*',
|
|
||||||
'version_display'=>'24',
|
|
||||||
),
|
|
||||||
array('product'=>'FennecAndroid',
|
|
||||||
'channel'=>'release',
|
'channel'=>'release',
|
||||||
'version'=>'25.0',
|
'version'=>'25.0',
|
||||||
'version_regex'=>'25\.0.*',
|
'version_regex'=>'25\.0.*',
|
||||||
'version_display'=>'25',
|
'version_display'=>'25',
|
||||||
),
|
),
|
||||||
array('product'=>'FennecAndroid',
|
|
||||||
'channel'=>'beta',
|
|
||||||
'version'=>'25.0',
|
|
||||||
),
|
|
||||||
array('product'=>'FennecAndroid',
|
array('product'=>'FennecAndroid',
|
||||||
'channel'=>'beta',
|
'channel'=>'beta',
|
||||||
'version'=>'26.0',
|
'version'=>'26.0',
|
||||||
|
|
|
@ -48,7 +48,7 @@ $reports = array(array('product'=>'Firefox',
|
||||||
),
|
),
|
||||||
array('product'=>'Firefox',
|
array('product'=>'Firefox',
|
||||||
'version'=>'24',
|
'version'=>'24',
|
||||||
'version_regex'=>'24\..*',
|
'version_regex'=>'24\..*', // keep around for ESR
|
||||||
'fake_adu'=>false,
|
'fake_adu'=>false,
|
||||||
'mincount'=>100,
|
'mincount'=>100,
|
||||||
),
|
),
|
||||||
|
@ -56,7 +56,7 @@ $reports = array(array('product'=>'Firefox',
|
||||||
'version'=>'25',
|
'version'=>'25',
|
||||||
'version_regex'=>'25\..*',
|
'version_regex'=>'25\..*',
|
||||||
'fake_adu'=>false,
|
'fake_adu'=>false,
|
||||||
'mincount'=>50,
|
'mincount'=>80,
|
||||||
),
|
),
|
||||||
array('product'=>'Firefox',
|
array('product'=>'Firefox',
|
||||||
'version'=>'26',
|
'version'=>'26',
|
||||||
|
@ -96,12 +96,6 @@ $reports = array(array('product'=>'Firefox',
|
||||||
'fake_adu'=>false,
|
'fake_adu'=>false,
|
||||||
'mincount'=>6,
|
'mincount'=>6,
|
||||||
),
|
),
|
||||||
array('product'=>'FennecAndroid',
|
|
||||||
'version'=>'24',
|
|
||||||
'version_regex'=>'24\..*',
|
|
||||||
'fake_adu'=>false,
|
|
||||||
'mincount'=>50,
|
|
||||||
),
|
|
||||||
array('product'=>'FennecAndroid',
|
array('product'=>'FennecAndroid',
|
||||||
'version'=>'25',
|
'version'=>'25',
|
||||||
'version_regex'=>'25\..*',
|
'version_regex'=>'25\..*',
|
||||||
|
|
|
@ -67,12 +67,6 @@ $reports = array(array('product'=>'Firefox',
|
||||||
array('product'=>'Firefox',
|
array('product'=>'Firefox',
|
||||||
'version'=>'26.0',
|
'version'=>'26.0',
|
||||||
),
|
),
|
||||||
array('product'=>'Firefox',
|
|
||||||
'version'=>'26.0a2',
|
|
||||||
),
|
|
||||||
array('product'=>'Firefox',
|
|
||||||
'version'=>'27.0a1',
|
|
||||||
),
|
|
||||||
array('product'=>'Firefox',
|
array('product'=>'Firefox',
|
||||||
'version'=>'27.0a2',
|
'version'=>'27.0a2',
|
||||||
),
|
),
|
||||||
|
|
|
@ -51,6 +51,12 @@ $reports = array(array('product'=>'Firefox',
|
||||||
'version_regex'=>'17\.0.*',
|
'version_regex'=>'17\.0.*',
|
||||||
'version_display'=>'17 ESR',
|
'version_display'=>'17 ESR',
|
||||||
),
|
),
|
||||||
|
array('product'=>'Firefox',
|
||||||
|
'channel'=>'esr',
|
||||||
|
'version'=>'24',
|
||||||
|
'version_regex'=>'24\.*',
|
||||||
|
'version_display'=>'24 ESR',
|
||||||
|
),
|
||||||
array('product'=>'Firefox',
|
array('product'=>'Firefox',
|
||||||
'channel'=>'release',
|
'channel'=>'release',
|
||||||
'version'=>'24.0',
|
'version'=>'24.0',
|
||||||
|
@ -63,10 +69,6 @@ $reports = array(array('product'=>'Firefox',
|
||||||
'version_regex'=>'25\.0.*',
|
'version_regex'=>'25\.0.*',
|
||||||
'version_display'=>'25',
|
'version_display'=>'25',
|
||||||
),
|
),
|
||||||
array('product'=>'Firefox',
|
|
||||||
'channel'=>'beta',
|
|
||||||
'version'=>'25.0',
|
|
||||||
),
|
|
||||||
array('product'=>'Firefox',
|
array('product'=>'Firefox',
|
||||||
'channel'=>'beta',
|
'channel'=>'beta',
|
||||||
'version'=>'26.0',
|
'version'=>'26.0',
|
||||||
|
@ -83,22 +85,12 @@ $reports = array(array('product'=>'Firefox',
|
||||||
array('product'=>'MetroFirefox',
|
array('product'=>'MetroFirefox',
|
||||||
'channel'=>'nightly',
|
'channel'=>'nightly',
|
||||||
),
|
),
|
||||||
array('product'=>'FennecAndroid',
|
|
||||||
'channel'=>'release',
|
|
||||||
'version'=>'24.0',
|
|
||||||
'version_regex'=>'24\.0.*',
|
|
||||||
'version_display'=>'24',
|
|
||||||
),
|
|
||||||
array('product'=>'FennecAndroid',
|
array('product'=>'FennecAndroid',
|
||||||
'channel'=>'release',
|
'channel'=>'release',
|
||||||
'version'=>'25.0',
|
'version'=>'25.0',
|
||||||
'version_regex'=>'25\.0.*',
|
'version_regex'=>'25\.0.*',
|
||||||
'version_display'=>'25',
|
'version_display'=>'25',
|
||||||
),
|
),
|
||||||
array('product'=>'FennecAndroid',
|
|
||||||
'channel'=>'beta',
|
|
||||||
'version'=>'25.0',
|
|
||||||
),
|
|
||||||
array('product'=>'FennecAndroid',
|
array('product'=>'FennecAndroid',
|
||||||
'channel'=>'beta',
|
'channel'=>'beta',
|
||||||
'version'=>'26.0',
|
'version'=>'26.0',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче