mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1142779 - Update job tasks to use new chunking logic r=lightsofapollo
This commit is contained in:
parent
add1030b93
commit
312649437f
@ -25,7 +25,6 @@ builds:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_flame_kk_eng.yml:
|
||||
task: tasks/tests/flame_kk_gaia_ui_test_functional.yml
|
||||
chunks: 3
|
||||
gaia-ui-test-functional-dsds:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_flame_kk_eng.yml:
|
||||
|
@ -40,3 +40,6 @@ task:
|
||||
treeherder:
|
||||
groupSymbol: tc
|
||||
groupName: Submitted by taskcluster
|
||||
chunks:
|
||||
total: 1
|
||||
current: {{chunk}}
|
||||
|
@ -39,6 +39,9 @@ task:
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
chunks:
|
||||
total: 3
|
||||
|
||||
treeherder:
|
||||
groupName: Gaia Python Integration Tests
|
||||
groupSymbol: tc-Gip
|
||||
|
Loading…
Reference in New Issue
Block a user