Backed out changeset 9e922c947ddd

This commit is contained in:
Johan Lorenzo 2016-01-07 16:32:23 +01:00
parent 208d9b20a0
commit 936b66e797
5 changed files with 74 additions and 38 deletions

View File

@ -1,3 +1,4 @@
# This task is the base for most tests in gecko.
task: task:
created: '{{now}}' created: '{{now}}'
deadline: '{{#from_now}}24 hours{{/from_now}}' deadline: '{{#from_now}}24 hours{{/from_now}}'
@ -28,8 +29,6 @@ task:
GAIA_REF: '{{{gaia_ref}}}' GAIA_REF: '{{{gaia_ref}}}'
GAIA_REV: '{{{gaia_rev}}}' GAIA_REV: '{{{gaia_rev}}}'
TESTS_TIMEOUT_IN_MS: 30000 TESTS_TIMEOUT_IN_MS: 30000
MANIFEST_PATH: gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/manifest.ini
MANIFEST_INCLUDE_EXCLUDE: b2g-dsds
log: 'private/b2g/logs/live.log' log: 'private/b2g/logs/live.log'
@ -56,34 +55,6 @@ task:
sims: '0' sims: '0'
build: '{{{img_url}}}' build: '{{{img_url}}}'
command:
- >
adb logcat
-H $PROXY_HOST
-P $ADB_PORT
-v threadtime
&> /home/worker/upload/logs/logcat.log
&
- >
gaiatest
--total-chunks={{total_chunks}}
--this-chunk={{chunk}}
--testvars=/home/worker/data/gaia_testvars.json
--testvars=/home/worker/data/device.json
--adb-host=$PROXY_HOST
--adb-port=$ADB_PORT
--address=$PROXY_HOST:$MARIONETTE_PORT
--device $SERIAL_ID
--xml-output=/home/worker/upload/logs/xml_output.xml
--log-html=/home/worker/upload/logs/index.html
--log-mach=-
--log-raw=/home/worker/upload/logs/raw.log
--restart
--timeout=$TESTS_TIMEOUT_IN_MS
--type=$MANIFEST_INCLUDE_EXCLUDE
$MANIFEST_PATH
extra: extra:
treeherder: treeherder:
groupSymbol: tc groupSymbol: tc

View File

@ -13,6 +13,26 @@ task:
phone: phone:
sims: '1' sims: '1'
command:
- >
gaiatest
--total-chunks={{total_chunks}}
--this-chunk={{chunk}}
--testvars=/home/worker/data/gaia_testvars.json
--testvars=/home/worker/data/device.json
--adb-host=$PROXY_HOST
--adb-port=$ADB_PORT
--address=$PROXY_HOST:$MARIONETTE_PORT
--device $SERIAL_ID
--xml-output=/home/worker/upload/logs/xml_output.xml
--timeout=$TESTS_TIMEOUT_IN_MS
--log-html=/home/worker/upload/logs/index.html
--restart
--type=b2g-dsds
--log-mach=-
--log-raw=/home/worker/upload/logs/raw.log
gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/manifest.ini
extra: extra:
chunks: chunks:
total: 6 total: 6

View File

@ -8,14 +8,29 @@ task:
workerType: flame-kk-2-sim workerType: flame-kk-2-sim
payload: payload:
env:
MANIFEST_INCLUDE_EXCLUDE: b2g+dsds
capabilities: capabilities:
devices: devices:
phone: phone:
sims: '2' sims: '2'
command:
- >
gaiatest
--testvars=/home/worker/data/gaia_testvars.json
--testvars=/home/worker/data/device.json
--adb-host=$PROXY_HOST
--adb-port=$ADB_PORT
--address=$PROXY_HOST:$MARIONETTE_PORT
--device $SERIAL_ID
--xml-output=/home/worker/upload/logs/xml_output.xml
--timeout=$TESTS_TIMEOUT_IN_MS
--log-html=/home/worker/upload/logs/index.html
--restart
--type=b2g+dsds
--log-mach=-
--log-raw=/home/worker/upload/logs/raw.log
gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/manifest.ini
extra: extra:
treeherder: treeherder:
groupName: Gaia Python Integration Tests groupName: Gaia Python Integration Tests

View File

@ -9,14 +9,29 @@ task:
retries: 0 retries: 0
payload: payload:
env:
MANIFEST_INCLUDE_EXCLUDE: b2g+sanity
capabilities: capabilities:
devices: devices:
phone: phone:
sims: '1' sims: '1'
command:
- >
gaiatest
--testvars=/home/worker/data/gaia_testvars.json
--testvars=/home/worker/data/device.json
--adb-host=$PROXY_HOST
--adb-port=$ADB_PORT
--address=$PROXY_HOST:$MARIONETTE_PORT
--device $SERIAL_ID
--xml-output=/home/worker/upload/logs/xml_output.xml
--timeout=$TESTS_TIMEOUT_IN_MS
--log-html=/home/worker/upload/logs/index.html
--restart
--type=b2g+sanity-dsds
--log-mach=-
--log-raw=/home/worker/upload/logs/raw.log
gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/manifest.ini
extra: extra:
treeherder: treeherder:
groupName: Gaia Python Integration Tests groupName: Gaia Python Integration Tests

View File

@ -8,8 +8,23 @@ task:
workerType: flame-kk-0-sim workerType: flame-kk-0-sim
payload: payload:
env: command:
MANIFEST_PATH: gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/unit/manifest.ini - >
gaiatest
--testvars=/home/worker/data/gaia_testvars.json
--testvars=/home/worker/data/device.json
--adb-host=$PROXY_HOST
--adb-port=$ADB_PORT
--address=$PROXY_HOST:$MARIONETTE_PORT
--device $SERIAL_ID
--xml-output=/home/worker/upload/logs/xml_output.xml
--timeout=$TESTS_TIMEOUT_IN_MS
--log-html=/home/worker/upload/logs/index.html
--restart
--type=b2g
--log-mach=-
--log-raw=/home/worker/upload/logs/raw.log
gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/unit/manifest.ini
extra: extra:
treeherder: treeherder: