зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1147528 - Enable b2g-desktop on production treeherder r=kgrandon a=bustage CLOSED TREE
--HG-- extra : source : ab1c6debc388c4cb568c1508380bac64d785dec4 extra : histedit_source : 75646f613afd153c8955ded683ce32f81af0a1b0
This commit is contained in:
Родитель
0f0c55ff2e
Коммит
29c102db31
|
@ -2,7 +2,7 @@ $inherits:
|
|||
from: 'tasks/build.yml'
|
||||
task:
|
||||
metadata:
|
||||
name: "[TC] B2G Desktop {{build_type}}"
|
||||
name: "[TC] B2G Desktop ( {{build_type}} )"
|
||||
description: B2G Desktop {{build_type}}
|
||||
|
||||
workerType: b2gbuild-desktop
|
||||
|
@ -21,8 +21,11 @@ task:
|
|||
buildbot_step 'Build' ./build-b2g-desktop.sh $HOME/workspace
|
||||
|
||||
extra:
|
||||
treeherderEnv:
|
||||
- production
|
||||
- staging
|
||||
treeherder:
|
||||
groupSymbol: tc
|
||||
groupSymbol: "?"
|
||||
groupName: Submitted by taskcluster
|
||||
machine:
|
||||
platform: b2g-linux64
|
||||
|
|
|
@ -3,7 +3,7 @@ $inherits:
|
|||
from: 'tasks/test.yml'
|
||||
task:
|
||||
metadata:
|
||||
name: '[TC] Gaia Build Test'
|
||||
name: '[TC] - Gaia Build Test'
|
||||
description: Gaia Build Test test run
|
||||
|
||||
payload:
|
||||
|
@ -29,6 +29,10 @@ task:
|
|||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherderEnv:
|
||||
- production
|
||||
- staging
|
||||
treeherder:
|
||||
groupSymbol: "?"
|
||||
symbol: 'Gb'
|
||||
productName: b2g
|
||||
|
|
|
@ -3,7 +3,7 @@ $inherits:
|
|||
from: 'tasks/test.yml'
|
||||
task:
|
||||
metadata:
|
||||
name: '[TC] Gaia Build Unit Test'
|
||||
name: '[TC] - Gaia Build Unit Test'
|
||||
description: Gaia Build Unit Test
|
||||
|
||||
payload:
|
||||
|
@ -28,6 +28,10 @@ task:
|
|||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherderEnv:
|
||||
- production
|
||||
- staging
|
||||
treeherder:
|
||||
groupSymbol: "?"
|
||||
symbol: 'Gbu'
|
||||
productName: b2g
|
||||
|
|
|
@ -3,7 +3,7 @@ $inherits:
|
|||
from: 'tasks/test.yml'
|
||||
task:
|
||||
metadata:
|
||||
name: '[TC] Gaia JS Integration Test'
|
||||
name: '[TC] - Gaia JS Integration Test'
|
||||
description: Gaia JS Integration Test run {{chunk}}
|
||||
|
||||
payload:
|
||||
|
@ -31,9 +31,12 @@ task:
|
|||
|
||||
extra:
|
||||
chunks:
|
||||
total: 20
|
||||
total: 30
|
||||
treeherderEnv:
|
||||
- production
|
||||
- staging
|
||||
treeherder:
|
||||
groupName: Gaia JS Integration Test
|
||||
groupSymbol: tc-Gij
|
||||
groupSymbol: Gij
|
||||
symbol: '{{chunk}}'
|
||||
productName: b2g
|
||||
|
|
|
@ -3,7 +3,7 @@ $inherits:
|
|||
from: 'tasks/test.yml'
|
||||
task:
|
||||
metadata:
|
||||
name: '[TC] Gaia Python Accessibility Integration Tests'
|
||||
name: '[TC] - Gaia Python Accessibility Integration Tests'
|
||||
description: Gaia Python Accessibility Integration Tests run {{chunk}}
|
||||
|
||||
payload:
|
||||
|
@ -30,8 +30,11 @@ task:
|
|||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherderEnv:
|
||||
- production
|
||||
- staging
|
||||
treeherder:
|
||||
groupName: Gaia Python Integration Tests
|
||||
groupSymbol: tc-Gip
|
||||
groupSymbol: Gip
|
||||
symbol: 'a'
|
||||
productName: b2g
|
||||
|
|
|
@ -3,7 +3,7 @@ $inherits:
|
|||
from: 'tasks/test.yml'
|
||||
task:
|
||||
metadata:
|
||||
name: '[TC] Gaia Python Functional Integration Tests'
|
||||
name: '[TC] - Gaia Python Functional Integration Tests'
|
||||
description: Gaia Python Functional Integration Tests run {{chunk}}
|
||||
|
||||
payload:
|
||||
|
@ -34,9 +34,11 @@ task:
|
|||
extra:
|
||||
chunks:
|
||||
total: 3
|
||||
|
||||
treeherderEnv:
|
||||
- production
|
||||
- staging
|
||||
treeherder:
|
||||
groupName: Gaia Python Integration Tests
|
||||
groupSymbol: tc-Gip
|
||||
groupSymbol: Gip
|
||||
symbol: 'f{{chunk}}'
|
||||
productName: b2g
|
||||
|
|
|
@ -3,7 +3,7 @@ $inherits:
|
|||
from: 'tasks/test.yml'
|
||||
task:
|
||||
metadata:
|
||||
name: '[TC] Gaia Python Integration Unit Tests'
|
||||
name: '[TC] - Gaia Python Integration Unit Tests'
|
||||
description: Gaia Python Integration Unit Tests run {{chunk}}
|
||||
|
||||
payload:
|
||||
|
@ -30,8 +30,11 @@ task:
|
|||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherderEnv:
|
||||
- production
|
||||
- staging
|
||||
treeherder:
|
||||
groupName: Gaia Python Integration Tests
|
||||
groupSymbol: tc-Gip
|
||||
groupSymbol: Gip
|
||||
symbol: 'u'
|
||||
productName: b2g
|
||||
|
|
|
@ -29,6 +29,10 @@ task:
|
|||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherderEnv:
|
||||
- production
|
||||
- staging
|
||||
treeherder:
|
||||
symbol: 'Gu'
|
||||
groupSymbol: "?"
|
||||
productName: b2g
|
||||
|
|
|
@ -3,7 +3,7 @@ $inherits:
|
|||
from: 'tasks/test.yml'
|
||||
task:
|
||||
metadata:
|
||||
name: '[TC] Gaia Linter'
|
||||
name: '[TC] - Gaia Linter'
|
||||
description: Linter Test
|
||||
|
||||
payload:
|
||||
|
@ -27,6 +27,10 @@ task:
|
|||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherderEnv:
|
||||
- production
|
||||
- staging
|
||||
treeherder:
|
||||
groupSymbol: "?"
|
||||
symbol: 'Li'
|
||||
productName: 'b2g'
|
||||
|
|
Загрузка…
Ссылка в новой задаче