зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1099259 - added tasks for mn and mnw tests on emulator r=lightsofapollo,mdas
--HG-- extra : rebase_source : d1748135ba66c6f1a5d9fe02bb1072465734d4c0 extra : source : ad734480ef85369d06008256f02934277e6a504b
This commit is contained in:
Родитель
d84a11ee0a
Коммит
d82522022d
|
@ -150,6 +150,14 @@ tests:
|
|||
tasks/builds/b2g_emulator.yml:
|
||||
task: tasks/tests/b2g_emulator_js_reftest.yml
|
||||
chunks: 3
|
||||
marionette:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_emulator.yml:
|
||||
task: tasks/tests/b2g_emulator_marionette.yml
|
||||
marionette-webapi:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_emulator.yml:
|
||||
task: tasks/tests/b2g_emulator_marionette_webapi.yml
|
||||
mochitests:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_desktop.yml:
|
||||
|
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
task:
|
||||
created: '{{now}}'
|
||||
deadline: '{{#from_now}}24 hours{{/from_now}}'
|
||||
metadata:
|
||||
source: http://todo.com/soon
|
||||
owner: {{owner}}
|
||||
name: Marionette Framework Unit Tests
|
||||
description: Marionette Framework Unit Tests test run
|
||||
|
||||
workerType: b2gtest
|
||||
provisionerId: aws-provisioner
|
||||
|
||||
payload:
|
||||
image: '{{#docker_image}}tester{{/docker_image}}'
|
||||
maxRunTime: 3600
|
||||
command:
|
||||
- entrypoint
|
||||
- >
|
||||
python ./mozharness/scripts/marionette.py
|
||||
--no-read-buildbot-config
|
||||
--config-file ./mozharness/configs/marionette/automation_emulator_config.py
|
||||
--config-file ./mozharness_configs/remove_executables.py
|
||||
--download-symbols ondemand
|
||||
--installer-url {{build_url}}
|
||||
--test-url {{tests_url}}
|
||||
artifacts:
|
||||
'public/build':
|
||||
type: directory
|
||||
path: '/home/worker/artifacts/'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherder:
|
||||
groupName: Marionette Framework Unit Tests
|
||||
symbol: Mn
|
||||
productName: b2g
|
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
task:
|
||||
created: '{{now}}'
|
||||
deadline: '{{#from_now}}24 hours{{/from_now}}'
|
||||
metadata:
|
||||
source: http://todo.com/soon
|
||||
owner: {{owner}}
|
||||
name: Marionette WebAPI Tests
|
||||
description: Marionette WebAPI test run
|
||||
|
||||
workerType: b2gtest
|
||||
provisionerId: aws-provisioner
|
||||
|
||||
payload:
|
||||
image: '{{#docker_image}}tester{{/docker_image}}'
|
||||
maxRunTime: 3600
|
||||
command:
|
||||
- entrypoint
|
||||
- >
|
||||
python ./mozharness/scripts/marionette.py
|
||||
--no-read-buildbot-config
|
||||
--config-file ./mozharness/configs/marionette/automation_emulator_config.py
|
||||
--config-file ./mozharness_configs/remove_executables.py
|
||||
--download-symbols ondemand
|
||||
--test-manifest webapi-tests.ini
|
||||
--installer-url {{build_url}}
|
||||
--test-url {{tests_url}}
|
||||
artifacts:
|
||||
'public/build':
|
||||
type: directory
|
||||
path: '/home/worker/artifacts/'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherder:
|
||||
groupName: Marionette WebAPI Tests
|
||||
symbol: Mnw
|
||||
productName: b2g
|
Загрузка…
Ссылка в новой задаче