Bug 1225458 - [tc-gip] Change the configuration of the job (memory, timeout) r=garndt

--HG--
extra : commitid : Kl8WAvITDZS
extra : rebase_source : 05d2cc747458712b05a89b434fc469e28508748c
This commit is contained in:
Johan Lorenzo 2015-12-22 12:11:31 +01:00
parent 3e8c2cad21
commit 8fc1011917
5 changed files with 20 additions and 34 deletions

View File

@ -19,7 +19,7 @@ task:
payload:
image: '{{#docker_image}}tester-device{{/docker_image}}'
maxRunTime: 3600
maxRunTime: 7200
cache:
tc-vcs: '/home/worker/.tc-vcs'
env:
@ -27,6 +27,7 @@ task:
GAIA_BASE_REPOSITORY: '{{{gaia_base_repository}}}'
GAIA_REF: '{{{gaia_ref}}}'
GAIA_REV: '{{{gaia_rev}}}'
TESTS_TIMEOUT_IN_MS: 30000
log: 'private/b2g/logs/live.log'
@ -42,9 +43,19 @@ task:
path: '/home/worker/upload/logs/'
expires: '{{#from_now}}1 year{{/from_now}}'
capabilities:
devices:
phone:
type: 'flame'
memory: '512'
sims: '0'
build: '{{{img_url}}}'
features:
testdroidProxy: true
extra:
treeherder:
groupSymbol: tc
orbl groupSymbol: tc
groupName: Submitted by taskcluster
chunks:
total: 1

View File

@ -11,13 +11,8 @@ task:
capabilities:
devices:
phone:
type: 'flame'
memory: '319'
sims: '1'
build: '{{{img_url}}}'
features:
testdroidProxy: true
maxRunTime: 7200
command:
- >
gaiatest
@ -30,7 +25,7 @@ task:
--address=$PROXY_HOST:$MARIONETTE_PORT
--device $SERIAL_ID
--xml-output=/home/worker/upload/logs/xml_output.xml
--timeout=10000
--timeout=$TESTS_TIMEOUT_IN_MS
--log-html=/home/worker/upload/logs/index.html
--restart
--type=b2g-dsds

View File

@ -11,13 +11,8 @@ task:
capabilities:
devices:
phone:
type: 'flame'
memory: '319'
sims: '2'
build: '{{{img_url}}}'
features:
testdroidProxy: true
maxRunTime: 7200
command:
- >
gaiatest
@ -28,7 +23,7 @@ task:
--address=$PROXY_HOST:$MARIONETTE_PORT
--device $SERIAL_ID
--xml-output=/home/worker/upload/logs/xml_output.xml
--timeout=10000
--timeout=$TESTS_TIMEOUT_IN_MS
--log-html=/home/worker/upload/logs/index.html
--restart
--type=b2g+dsds

View File

@ -12,13 +12,8 @@ task:
capabilities:
devices:
phone:
type: 'flame'
memory: '319'
sims: '1'
build: '{{{img_url}}}'
features:
testdroidProxy: true
maxRunTime: 7200
command:
- >
gaiatest
@ -29,7 +24,7 @@ task:
--address=$PROXY_HOST:$MARIONETTE_PORT
--device $SERIAL_ID
--xml-output=/home/worker/upload/logs/xml_output.xml
--timeout=10000
--timeout=$TESTS_TIMEOUT_IN_MS
--log-html=/home/worker/upload/logs/index.html
--restart
--type=b2g+sanity-dsds

View File

@ -8,16 +8,6 @@ task:
workerType: flame-kk-0-sim
payload:
capabilities:
devices:
phone:
type: 'flame'
memory: '319'
sims: '0'
build: '{{{img_url}}}'
features:
testdroidProxy: true
maxRunTime: 7200
command:
- >
gaiatest
@ -28,7 +18,7 @@ task:
--address=$PROXY_HOST:$MARIONETTE_PORT
--device $SERIAL_ID
--xml-output=/home/worker/upload/logs/xml_output.xml
--timeout=10000
--timeout=$TESTS_TIMEOUT_IN_MS
--log-html=/home/worker/upload/logs/index.html
--restart
--type=b2g