summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/source-test/jsshell.yml
blob: 2ce0a846d49af452a79d5157ecc9eebf8c3e9573 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# 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:
    platform: linux64-shippable/opt
    require-build:
        linux64.*: build-linux64-shippable/opt
    worker-type:
        by-platform:
            linux64.*: t-linux-talos-1804
    worker:
        by-platform:
            linux64.*:
                env:
                    by-shell:
                        sm:
                            SHELL: /bin/bash
                            JSSHELL: js
                        v8:
                            SHELL: /bin/bash
                            JSSHELL: d8/release/d8
                max-run-time: 3600
    treeherder:
        kind: test
        tier: 2
    run:
        using: mach
        mach: jsshell-bench --perfherder={shell} --binary=$MOZ_FETCHES_DIR/$JSSHELL {test}
    run-on-projects:
        by-shell:
            sm:
                by-test-platform:
                    (linux|windows|macos)(?!.*shippable).*: []
                    default: ['mozilla-central', 'integration']
            default:
                by-test-platform:
                    (linux|windows|macos)(?!.*shippable).*: []
                    default: ['mozilla-central']
    fetches:
        build:
            - target.jsshell.zip
        toolchain:
            - linux64-custom-v8
    optimization:
        skip-unless-expanded: null

bench-ares6:
    description: Ares6 JavaScript shell benchmark suite
    shell: ['sm', 'v8']
    test: ares6
    treeherder:
        symbol: ares6

bench-sixspeed:
    description: Six-Speed JavaScript shell benchmark suite
    shell: ['sm', 'v8']
    test: six-speed
    treeherder:
        symbol: 6speed

bench-sunspider:
    description: SunSpider JavaScript shell benchmark suite
    shell: ['sm']
    test: sunspider
    treeherder:
        symbol: sunspider

bench-web-tooling:
    description: Web Tooling shell benchmark suite
    shell: ['sm', 'v8']
    test: web-tooling-benchmark
    treeherder:
        symbol: webtool
    fetches:
        fetch:
            - web-tooling-benchmark

bench-octane:
    description: Octane shell benchmark suite
    shell: ['sm', 'v8']
    test: octane
    treeherder:
        symbol: octane
    fetches:
        fetch:
            - octane