зеркало из https://github.com/mozilla/gecko-dev.git
40 строки
1.2 KiB
YAML
40 строки
1.2 KiB
YAML
---
|
|
$inherits:
|
|
from: 'tasks/test.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
|
|
--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-url {{tests_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
|