summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/test/marionette.yml
blob: 65fcbcc0dfac1ef85481b46b2509035de9ec00d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
job-defaults:
    suite: marionette
    mozharness:
        script: marionette.py
        config:
            by-test-platform:
                macosx.*:
                    - marionette/prod_config.py
                    - marionette/mac_taskcluster_config.py
                windows.*:
                    - marionette/windows_taskcluster_config.py
                default:
                    - marionette/prod_config.py
                    - remove_executables.py
        extra-options:
            - --setpref=toolkit.asyncshutdown.log=true

    run-on-projects: built-projects
    test-manifest-loader: null  # don't load tests in the taskgraph
    tier: default
    fission-run-on-projects:
        by-test-platform:
            linux.*64/.*: ['autoland']
            linux.*64-shippable/.*: ['mozilla-central']
            windows10-64/.*: ['autoland']
            windows10-64-shippable/.*: ['mozilla-central']
            default: []
    fission-tier: 2
    variants: ["fission"]
    virtualization:
        by-test-platform:
            windows10-64.*: hardware
            default: virtual

marionette:
    description: "Marionette unittest run"
    treeherder-symbol: Mn
    max-run-time: 5400
    instance-size: default
    chunks: 1

marionette-framescript:
    description: "Marionette unittest run with its JSWindowActors disabled"
    treeherder-symbol: MnFr
    max-run-time: 5400
    instance-size: default
    tier: 2
    run-on-projects:
        # Platforms for which we release geckodriver
        by-test-platform:
            (linux|windows|macos)(?!.*shippable).*: built-projects
            default: []
    mozharness:
        extra-options:
            - --disable-actors

marionette-headless:
    description: "Marionette headless unittest run"
    treeherder-symbol: MnH
    max-run-time: 5400
    instance-size: default
    tier: 2
    mozharness:
        extra-options:
            - --headless