mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-25 01:01:52 +00:00
1848e92d30
This adds test configs for desktop linux64 unittests, including: mochitest-plain, mochitest-browser-chrome, mochitest-devtools-chrome, reftest and xpcshell. It also does a minor refactor of the b2g configs to remove some b2g-specific logic from the base 'test.yml' config. This does *not* schedule these tests anywhere just yet. --HG-- extra : commitid : HdWat17LZNb extra : rebase_source : 456b0261fc06131e22d8d5a37adf12f090abe5bd
41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
---
|
|
$inherits:
|
|
from: 'tasks/tests/b2g_unittest_base.yml'
|
|
task:
|
|
metadata:
|
|
name: '[TC] - Gaia Build Test'
|
|
description: Gaia Build Test test run
|
|
|
|
payload:
|
|
command:
|
|
- entrypoint # entrypoint ensures we are running in xvfb
|
|
- ./bin/pull_gaia.sh &&
|
|
- >
|
|
python ./mozharness/scripts/gaia_build_integration.py
|
|
--application firefox
|
|
--no-read-buildbot-config
|
|
--config-file ./mozharness/configs/b2g/gaia_integration_config.py
|
|
--config-file ./mozharness_configs/gaia_integration_override.py
|
|
--config-file ./mozharness_configs/remove_executables.py
|
|
--installer-url {{build_url}}
|
|
--no-pull
|
|
--test-packages-url {{test_packages_url}}
|
|
--download-symbols ondemand
|
|
--gaia-repo https://hg.mozilla.org/integration/gaia-central
|
|
--gaia-dir /home/worker
|
|
--xre-url https://queue.taskcluster.net/v1/task/wXAHAaxDQpqxoWF1iljJjg/runs/0/artifacts/public/cache/xulrunner-sdk-40.zip
|
|
artifacts:
|
|
'public/build':
|
|
type: directory
|
|
path: '/home/worker/artifacts/'
|
|
expires: '{{#from_now}}1 year{{/from_now}}'
|
|
|
|
extra:
|
|
treeherderEnv:
|
|
- production
|
|
- staging
|
|
treeherder:
|
|
groupSymbol: "?"
|
|
symbol: 'Gb'
|
|
productName: b2g
|