tenfourfox/testing/taskcluster/tasks/tests/fx_desktop_unittest.yml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
677 B
YAML

---
$inherits:
from: 'tasks/tests/fx_test_base.yml'
task:
payload:
command:
- bash
- /home/worker/bin/test.sh
- --no-read-buildbot-config
- --installer-url={{build_url}}
- --test-packages-url={{test_packages_url}}
- --download-symbols=ondemand
- --{{suite}}-suite={{flavor}}
- --total-chunk={{total_chunks}}
- --this-chunk={{chunk}}
env:
MOZHARNESS_SCRIPT: 'mozharness/scripts/desktop_unittest.py'
# TODO move linux_unittest.py to a platform specific config
MOZHARNESS_CONFIG: >
mozharness/configs/unittests/linux_unittest.py
mozharness/configs/remove_executables.py