зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1230134 - [tc-gip] Make the logs private r=garndt
--HG-- extra : commitid : 1DgXRHgtaR9 extra : rebase_source : 859ab3ac6068dd4cfbbd21931d9ad969c12fb791
This commit is contained in:
Родитель
f086331e25
Коммит
bbefbe7e35
|
@ -4,3 +4,21 @@
|
|||
|
||||
$inherits:
|
||||
from: tasks/branches/base_jobs.yml
|
||||
|
||||
tests:
|
||||
gaia-ui-test-functional:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_flame_kk_eng.yml:
|
||||
task: tasks/tests/flame_kk_gaia_ui_test_functional.yml
|
||||
gaia-ui-test-functional-dsds:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_flame_kk_eng.yml:
|
||||
task: tasks/tests/flame_kk_gaia_ui_test_functional_dsds.yml
|
||||
gaia-ui-test-sanity:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_flame_kk_eng.yml:
|
||||
task: tasks/tests/flame_kk_gaia_ui_test_sanity.yml
|
||||
gaia-ui-test-unit:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_flame_kk_eng.yml:
|
||||
task: tasks/tests/flame_kk_gaia_ui_test_unit.yml
|
||||
|
|
|
@ -30,7 +30,14 @@ task:
|
|||
|
||||
# All builds share a common artifact directory for ease of uploading.
|
||||
artifacts:
|
||||
'private/logs':
|
||||
log: 'private/b2g/logs/live.log'
|
||||
|
||||
'private/b2g/device.json':
|
||||
type: file
|
||||
path: '/home/worker/data/device.json'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
'private/b2g/logs':
|
||||
type: directory
|
||||
path: '/home/worker/upload/logs/'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
|
|
@ -37,11 +37,6 @@ task:
|
|||
--log-mach=-
|
||||
--log-raw=/home/worker/upload/logs/raw.log
|
||||
gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/manifest.ini
|
||||
artifacts:
|
||||
'private/device.json':
|
||||
type: file
|
||||
path: '/home/worker/data/device.json'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
chunks:
|
||||
|
|
|
@ -35,11 +35,6 @@ task:
|
|||
--log-mach=-
|
||||
--log-raw=/home/worker/upload/logs/raw.log
|
||||
gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/manifest.ini
|
||||
artifacts:
|
||||
'private/device.json':
|
||||
type: file
|
||||
path: '/home/worker/data/device.json'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherder:
|
||||
|
|
|
@ -36,11 +36,6 @@ task:
|
|||
--log-mach=-
|
||||
--log-raw=/home/worker/upload/logs/raw.log
|
||||
gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/manifest.ini
|
||||
artifacts:
|
||||
'private/device.json':
|
||||
type: file
|
||||
path: '/home/worker/data/device.json'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherder:
|
||||
|
|
|
@ -35,11 +35,6 @@ task:
|
|||
--log-mach=-
|
||||
--log-raw=/home/worker/upload/logs/raw.log
|
||||
gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/unit/manifest.ini
|
||||
artifacts:
|
||||
'private/device.json':
|
||||
type: file
|
||||
path: '/home/worker/data/device.json'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherder:
|
||||
|
|
Загрузка…
Ссылка в новой задаче