зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1099239 - add reftests to linux64 mulet r=lightsofapollo
--HG-- extra : rebase_source : e3e7881e766a78ab00173e17436237294755a72a extra : source : 35a7d68956cdb3cbf26fc7296b05315e54e77542
This commit is contained in:
Родитель
bf78849830
Коммит
044e154dbe
|
@ -1 +1 @@
|
|||
0.0.6
|
||||
0.0.7
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
config = {
|
||||
"exes": {}
|
||||
}
|
|
@ -147,3 +147,8 @@ tests:
|
|||
tasks/builds/b2g_desktop_debug.yml:
|
||||
task: tasks/tests/b2g_gaia_js_integration_tests.yml
|
||||
chunks: 4
|
||||
reftest:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/mulet_linux.yml:
|
||||
task: tasks/tests/mulet_reftests.yml
|
||||
chunks: 6
|
||||
|
|
|
@ -0,0 +1,52 @@
|
|||
---
|
||||
task:
|
||||
created: '{{now}}'
|
||||
deadline: '{{#from_now}}24 hours{{/from_now}}'
|
||||
metadata:
|
||||
source: http://todo.com/soon
|
||||
owner: {{owner}}
|
||||
name: Reftest
|
||||
description: Reftest test run {{chunk}}
|
||||
|
||||
workerType: b2gtest
|
||||
provisionerId: aws-provisioner
|
||||
|
||||
scopes:
|
||||
- 'docker-worker:cache:sources-gaia'
|
||||
|
||||
payload:
|
||||
cache:
|
||||
sources-gaia: '/home/worker/gaia'
|
||||
image: '{{#docker_image}}tester{{/docker_image}}'
|
||||
maxRunTime: 3600
|
||||
env:
|
||||
MOZ_DISABLE_NONLOCAL_CONNECTIONS: 0
|
||||
command:
|
||||
- entrypoint
|
||||
- ./bin/pull_gaia.sh &&
|
||||
- >
|
||||
python ./mozharness/scripts/mulet_unittest.py --no-read-buildbot-config
|
||||
--config-file ./mozharness/configs/b2g/generic_config.py
|
||||
--config-file ./mozharness/configs/b2g/mulet_config.py
|
||||
--config-file ./mozharness_configs/remove_executables.py
|
||||
--installer-url {{build_url}}
|
||||
--test-url {{tests_url}}
|
||||
--download-symbols ondemand
|
||||
--test-suite reftest
|
||||
--test-manifest tests/layout/reftests/reftest.list
|
||||
--this-chunk {{chunk}}
|
||||
--total-chunk {{total_chunks}}
|
||||
--gaia-repo https://hg.mozilla.org/integration/gaia-central
|
||||
--gaia-dir /home/worker/gaia
|
||||
artifacts:
|
||||
'public/build':
|
||||
type: directory
|
||||
path: '/home/worker/artifacts/'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherder:
|
||||
groupName: Reftest
|
||||
groupSymbol: R
|
||||
symbol: 'R{{chunk}}'
|
||||
productName: b2g
|
Загрузка…
Ссылка в новой задаче