Backed out changeset c6ecaa5b3dde (bug 1225458) for test failures in decision task

This commit is contained in:
Carsten "Tomcat" Book 2015-12-22 14:20:13 +01:00
parent b5b90cc5fa
commit a300f7d2c0
5 changed files with 34 additions and 20 deletions

View File

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

View File

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

View File

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

View File

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

View File

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