зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1102238 - add gip-oop tests for b2g desktop r=lightsofapollo
--HG-- extra : rebase_source : 4cbaa44a67b62b837a0c315840ffaa26ae35f5f3 extra : source : 5f87187d3794556d8e882cd9ba33d2b67a2be915
This commit is contained in:
Родитель
82a7a8615b
Коммит
2f4b99d47e
|
@ -23,6 +23,7 @@ flags:
|
|||
- gaia-js-integration
|
||||
- gaia-linter
|
||||
- gaia-unit
|
||||
- gaia-ui-test-oop
|
||||
- gaia-ui-test-accessibility
|
||||
- gaia-ui-test-functional
|
||||
- gaia-ui-test-unit
|
||||
|
@ -156,6 +157,10 @@ tests:
|
|||
tasks/builds/b2g_desktop_opt.yml:
|
||||
task: tasks/tests/b2g_gaia_ui_test_functional.yml
|
||||
chunks: 3
|
||||
gaia-ui-test-oop:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_desktop_opt.yml:
|
||||
task: tasks/tests/b2g_gip_oop.yml
|
||||
gaia-ui-test-unit:
|
||||
allowed_build_tasks:
|
||||
tasks/builds/b2g_desktop_opt.yml:
|
||||
|
|
|
@ -0,0 +1,50 @@
|
|||
---
|
||||
task:
|
||||
created: '{{now}}'
|
||||
deadline: '{{#from_now}}24 hours{{/from_now}}'
|
||||
metadata:
|
||||
source: http://todo.com/soon
|
||||
owner: {{owner}}
|
||||
name: Gaia Python Integration Tests OOP
|
||||
description: Gaia Python Functional Integration Tests OOP test run
|
||||
|
||||
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
|
||||
|
||||
command:
|
||||
- entrypoint # entrypoint ensures we are running in xvfb
|
||||
- ./bin/pull_gaia.sh &&
|
||||
- >
|
||||
python ./mozharness/scripts/marionette.py
|
||||
--no-read-buildbot-config
|
||||
--config-file marionette/gaia_ui_test_prod_config.py
|
||||
--config-file ./mozharness_configs/gaia_integration_override.py
|
||||
--app-arg -oop
|
||||
--installer-url {{build_url}}
|
||||
--test-url {{tests_url}}
|
||||
--download-symbols ondemand
|
||||
--gaia-repo https://hg.mozilla.org/integration/gaia-central
|
||||
--gaia-dir /home/worker
|
||||
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre.linux-x86_64.zip
|
||||
artifacts:
|
||||
'public/build':
|
||||
type: directory
|
||||
path: '/home/worker/artifacts/'
|
||||
expires: '{{#from_now}}1 year{{/from_now}}'
|
||||
|
||||
extra:
|
||||
treeherder:
|
||||
groupName: Gaia Python Integration Tests OOP
|
||||
groupSymbol: Gip-oop
|
||||
symbol: 'Gip-oop'
|
||||
productName: b2g
|
Загрузка…
Ссылка в новой задаче