summaryrefslogtreecommitdiffstats
path: root/taskcluster/ci/build/macosx-native.yml
blob: ad77b6e5aa3e0b64ea2d3212134558a8db61c1c0 (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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# 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:
    index:
        product: firefox
    worker-type: b-osx-1015
    worker:
        max-run-time: 7200
    run:
        using: mozharness
        script: "mozharness/scripts/fx_desktop_build.py"

macosx64-plain/opt:
    description: "MacOS X x64 Opt Plain"
    index:
        job-name: macosx64-plain-opt
    treeherder:
        symbol: Bp
        platform: osx/opt
        tier: 1
    worker:
        env:
            PERFHERDER_EXTRA_OPTIONS: plain
    run:
        actions: [build]
        config:
            - builds/releng_base_firefox.py
            - builds/taskcluster_base_macosx.py
        extra-config:
            disable_package_metrics: true
            stage_platform: macosx64
            mozconfig_platform: macosx64
        mozconfig-variant: plain-opt
    run-on-projects: ['mozilla-central']
    fetches:
        toolchain:
            - macosx64-clang
            - macosx64-cbindgen
            - macosx64-nasm
            - macosx64-node
            - macosx64-rust
            - macosx64-sdk
            - sysroot-wasm32-wasi
    optimization:
        skip-unless-expanded: null

macosx64-plain/debug:
    description: "MacOS X x64 Debug Plain"
    index:
        job-name: macosx64-plain-debug
    treeherder:
        symbol: Bp
        platform: osx/debug
        tier: 1
    worker:
        env:
            PERFHERDER_EXTRA_OPTIONS: plain
    run:
        actions: [build]
        config:
            - builds/releng_base_firefox.py
            - builds/taskcluster_base_macosx.py
        extra-config:
            disable_package_metrics: true
            stage_platform: macosx64
            mozconfig_platform: macosx64
        mozconfig-variant: plain-debug
    run-on-projects: ['trunk']
    fetches:
        toolchain:
            - macosx64-clang
            - macosx64-cbindgen
            - macosx64-nasm
            - macosx64-node
            - macosx64-rust
            - macosx64-sdk
            - sysroot-wasm32-wasi
    optimization:
        skip-unless-expanded: null

macosx64-rusttests/opt:
    description: "MacOS X x64 Rust Tests Opt"
    index:
        job-name: macosx64-rusttests-opt
    treeherder:
        platform: macosx64/opt
        symbol: BR
        tier: 1
    worker:
        env:
            PERFHERDER_EXTRA_OPTIONS: rusttests
    run:
        actions: [build]
        config:
            - builds/releng_base_firefox.py
            - builds/taskcluster_base_macosx.py
            - builds/releng_sub_mac_configs/rusttests.py
        extra-config:
            mozconfig_platform: macosx64
        mozconfig-variant: rusttests
    run-on-projects: ['mozilla-central']
    fetches:
        toolchain:
            - macosx64-clang
            - macosx64-rust
            - macosx64-cbindgen
            - macosx64-nasm
            - macosx64-node
            - macosx64-sdk
    optimization:
        test-inclusive: [rusttests]

macosx64-rusttests/debug:
    description: "MacOS X x64 Rust Tests Debug"
    index:
        job-name: macosx64-rusttests-debug
    treeherder:
        platform: macosx64/debug
        symbol: BR
        tier: 1
    worker:
        env:
            PERFHERDER_EXTRA_OPTIONS: rusttests
    run:
        actions: [build]
        config:
            - builds/releng_base_firefox.py
            - builds/taskcluster_base_macosx.py
            - builds/releng_sub_mac_configs/rusttests.py
        extra-config:
            mozconfig_platform: macosx64
        mozconfig-variant: rusttests-debug
    run-on-projects: ['trunk']
    fetches:
        toolchain:
            - macosx64-clang
            - macosx64-rust
            - macosx64-cbindgen
            - macosx64-nasm
            - macosx64-node
            - macosx64-sdk
    optimization:
        test-inclusive: [rusttests]