mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
c4d60c597c
You need other changes to schedule these tasks but this patch lays down the ground for it. --HG-- rename : testing/taskcluster/tasks/tests/fx_unittest_base.yml => testing/taskcluster/tasks/tests/fx_test_base.yml extra : commitid : 8ZJ2OXFkr4b extra : rebase_source : 7ab6dec3c7c19b6f9d251913245b6e0e84904468
26 lines
680 B
YAML
26 lines
680 B
YAML
---
|
|
$inherits:
|
|
from: 'tasks/tests/fx_desktop_generic.yml'
|
|
task:
|
|
payload:
|
|
command:
|
|
- --no-read-buildbot-config
|
|
- --installer-url={{build_url}}
|
|
- --test-packages-url={{test_packages_url}}
|
|
- --download-symbols=ondemand
|
|
env:
|
|
MOZHARNESS_SCRIPT: 'mozharness/scripts/marionette.py'
|
|
MOZHARNESS_CONFIG: >
|
|
mozharness/configs/marionette/prod_config.py
|
|
mozharness/configs/remove_executables.py
|
|
metadata:
|
|
name: '[TC] Linux64 marionette'
|
|
description: Marionette unittest run
|
|
extra:
|
|
suite:
|
|
name: marionette
|
|
flavor: marionette
|
|
treeherder:
|
|
groupName: Desktop marionette
|
|
symbol: Mn
|