mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Backout Bug 1236947 - [tc-gip] Retrieve and store logcat
--HG-- extra : commitid : KO1gwlLhlI8
This commit is contained in:
parent
f7063b110d
commit
194b1268d3
@ -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,9 +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
|
|
||||||
LOGCAT_FILE_MAX_SIZE_IN_KB: 102400
|
|
||||||
|
|
||||||
log: 'private/b2g/logs/live.log'
|
log: 'private/b2g/logs/live.log'
|
||||||
|
|
||||||
@ -57,35 +55,6 @@ task:
|
|||||||
sims: '0'
|
sims: '0'
|
||||||
build: '{{{img_url}}}'
|
build: '{{{img_url}}}'
|
||||||
|
|
||||||
command:
|
|
||||||
- >
|
|
||||||
adb logcat
|
|
||||||
-H $PROXY_HOST
|
|
||||||
-P $ADB_PORT
|
|
||||||
-v threadtime
|
|
||||||
-r LOGCAT_FILE_MAX_SIZE_IN_KB
|
|
||||||
&> /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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user