mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 02:13:04 +00:00
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
---
|
|
$inherits:
|
|
from: 'tasks/tests/b2g_unittest_base.yml'
|
|
task:
|
|
metadata:
|
|
name: '[TC] Mulet Gaia JS Integration Test'
|
|
description: Mulet Gaia JS Integration Test run {{chunk}}
|
|
|
|
payload:
|
|
command:
|
|
- entrypoint # entrypoint ensures we are running in xvfb
|
|
- ./bin/pull_gaia.sh &&
|
|
- >
|
|
python ./mozharness/scripts/gaia_integration.py
|
|
--application firefox
|
|
--no-read-buildbot-config
|
|
--config-file b2g/gaia_integration_config.py
|
|
--config-file ./mozharness_configs/gaia_integration_override.py
|
|
--config-file ./mozharness_configs/remove_executables.py
|
|
--no-pull
|
|
--installer-url {{build_url}}
|
|
--test-packages-url {{test_packages_url}}
|
|
--download-symbols ondemand
|
|
--total-chunk {{total_chunks}}
|
|
--this-chunk {{chunk}}
|
|
--gaia-repo {{gaia_head_repository}}
|
|
--gaia-dir /home/worker
|
|
artifacts:
|
|
'public/build':
|
|
type: directory
|
|
path: '/home/worker/artifacts/'
|
|
expires: '{{#from_now}}1 year{{/from_now}}'
|
|
|
|
extra:
|
|
chunks:
|
|
total: 40
|
|
treeherderEnv:
|
|
- production
|
|
- staging
|
|
treeherder:
|
|
groupName: Gaia JS Integration Test
|
|
groupSymbol: Gij
|
|
symbol: '{{chunk}}'
|
|
productName: b2g
|