Bug 1140551 - Move all chunk configs into tasks instead of branch configs r=garndt

This commit is contained in:
jlal@mozilla.com 2015-03-13 19:53:42 -07:00
parent 145fb1134f
commit 60a95b5ecf
12 changed files with 23 additions and 25 deletions

View File

@ -56,7 +56,6 @@ tests:
allowed_build_tasks:
tasks/builds/b2g_emulator_ics_opt.yml:
task: tasks/tests/b2g_emulator_crashtest.yml
chunks: 3
gaia-build:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
@ -69,7 +68,6 @@ tests:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
task: tasks/tests/b2g_gaia_js_integration_tests.yml
chunks: 4
gaia-linter:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
@ -84,10 +82,8 @@ tests:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
task: tasks/tests/b2g_gaia_ui_test_functional.yml
chunks: 3
tasks/builds/b2g_desktop_debug.yml:
task: tasks/tests/b2g_gaia_ui_test_functional.yml
chunks: 3
gaia-ui-test-unit:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
@ -113,7 +109,6 @@ tests:
chunks: 9
tasks/builds/b2g_emulator_ics_debug.yml:
task: tasks/tests/b2g_emulator_mochitest.yml
chunks: 20
tasks/builds/mulet_linux.yml:
task: tasks/tests/mulet_mochitests.yml
chunks: 5
@ -121,21 +116,17 @@ tests:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
task: tasks/tests/b2g_mochitest_oop.yml
chunks: 1
reftest:
allowed_build_tasks:
tasks/builds/b2g_emulator_ics_opt.yml:
task: tasks/tests/b2g_emulator_reftest.yml
chunks: 20
reftest-sanity-oop:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
task: tasks/tests/b2g_reftests_sanity_oop.yml
chunks: 1
xpcshell:
allowed_build_tasks:
tasks/builds/b2g_emulator_ics_opt.yml:
task: tasks/tests/b2g_emulator_xpcshell.yml
tasks/builds/b2g_emulator_ics_debug.yml:
task: tasks/tests/b2g_emulator_xpcshell_chunked.yml
chunks: 2

View File

@ -68,7 +68,6 @@ tests:
allowed_build_tasks:
tasks/builds/b2g_emulator_ics_opt.yml:
task: tasks/tests/b2g_emulator_crashtest.yml
chunks: 3
gaia-build:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
@ -81,10 +80,8 @@ tests:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
task: tasks/tests/b2g_gaia_js_integration_tests.yml
chunks: 10
tasks/builds/mulet_linux.yml:
task: tasks/tests/mulet_gaia_js_integration_tests.yml
chunks: 10
gaia-linter:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
@ -99,10 +96,8 @@ tests:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
task: tasks/tests/b2g_gaia_ui_test_functional.yml
chunks: 3
tasks/builds/b2g_desktop_debug.yml:
task: tasks/tests/b2g_gaia_ui_test_functional.yml
chunks: 3
gaia-ui-test-unit:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
@ -129,40 +124,31 @@ tests:
allowed_build_tasks:
tasks/builds/b2g_emulator_kk_debug.yml:
task: tasks/tests/b2g_emulator_mochitest.yml
chunks: 20
tasks/builds/b2g_emulator_kk_opt.yml:
task: tasks/tests/b2g_emulator_mochitest.yml
chunks: 20
tasks/builds/b2g_emulator_ics_opt.yml:
task: tasks/tests/b2g_emulator_mochitest.yml
chunks: 9
tasks/builds/b2g_emulator_ics_debug.yml:
task: tasks/tests/b2g_emulator_mochitest.yml
chunks: 20
tasks/builds/mulet_linux.yml:
task: tasks/tests/mulet_mochitests.yml
chunks: 5
mochitest-oop:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
task: tasks/tests/b2g_mochitest_oop.yml
chunks: 1
reftest:
allowed_build_tasks:
tasks/builds/mulet_linux.yml:
task: tasks/tests/mulet_reftests.yml
chunks: 6
tasks/builds/b2g_emulator_kk_opt.yml:
task: tasks/tests/b2g_emulator_reftest.yml
chunks: 20
tasks/builds/b2g_emulator_ics_opt.yml:
task: tasks/tests/b2g_emulator_reftest.yml
chunks: 20
reftest-sanity-oop:
allowed_build_tasks:
tasks/builds/b2g_desktop_opt.yml:
task: tasks/tests/b2g_reftests_sanity_oop.yml
chunks: 1
xpcshell:
allowed_build_tasks:
tasks/builds/b2g_emulator_kk_opt.yml:
@ -171,4 +157,3 @@ tests:
task: tasks/tests/b2g_emulator_xpcshell.yml
tasks/builds/b2g_emulator_ics_debug.yml:
task: tasks/tests/b2g_emulator_xpcshell_chunked.yml
chunks: 2

View File

@ -42,6 +42,9 @@ task:
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
chunks:
total: 1
current: {{chunk}}
treeherder:
groupSymbol: tc
groupName: Submitted by taskcluster

View File

@ -28,6 +28,9 @@ task:
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
chunks:
total: 3
treeherder:
groupName: Reftest
groupSymbol: tc-R

View File

@ -29,6 +29,8 @@ task:
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
chunks:
total: 20
treeherder:
groupName: Mochitest
groupSymbol: tc-M

View File

@ -27,6 +27,8 @@ task:
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
chunks:
total: 20
treeherder:
groupName: Reftest
groupSymbol: tc-R

View File

@ -28,6 +28,8 @@ task:
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
chunks:
total: 2
treeherder:
groupName: XPCShell
symbol: X{{chunk}}

View File

@ -29,6 +29,8 @@ task:
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
chunks:
total: 10
treeherder:
groupName: Gaia JS Integration Test
groupSymbol: tc-Gij

View File

@ -31,6 +31,9 @@ task:
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
chunks:
total: 3
treeherder:
groupName: Gaia Python Integration Tests
groupSymbol: tc-Gip

View File

@ -30,6 +30,8 @@ task:
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
chunks:
total: 10
treeherder:
groupName: Gaia JS Integration Test
groupSymbol: tc-Gij

View File

@ -27,8 +27,9 @@ task:
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
chunks:
total: 5
treeherder:
groupSymbol: tc-M
groupName: Mulet mochitests
symbol: {{chunk}}

View File

@ -33,6 +33,8 @@ task:
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
chunks:
total: 6
treeherder:
groupName: Reftest
groupSymbol: tc-R