blob: 1e8c18caab0902242f686348818a82a86d7ae3bf (
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
|
# 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
treeherder:
tier: 2
worker-type: b-linux-gcp
worker:
max-run-time: 7200
run-on-projects: ['trunk']
run:
using: mozharness
actions: [get-secrets, build]
secrets: true
script: "mozharness/scripts/fx_desktop_build.py"
config:
- builds/releng_base_firefox.py
extra-config:
app_name: mobile/ios
stage_platform: ios
disable_package_metrics: true
use-sccache: true
fetches:
toolchain:
- linux64-cctools-port
- linux64-clang
- linux64-dump_syms
- linux64-hfsplus
- linux64-libdmg
- linux64-rust-ios
- linux64-rust-size
- linux64-cbindgen
- linux64-nasm
- linux64-node
- linux64-sccache
- sysroot-x86_64-linux-gnu
- sysroot-wasm32-wasi
ios/debug:
description: "ios debug"
index:
job-name: ios-debug
treeherder:
platform: ios/debug
symbol: B
run:
extra-config:
mozconfig_platform: ios
mozconfig-variant: debug
fetches:
toolchain:
- ios-sdk
ios/opt:
description: "ios opt"
index:
job-name: ios-opt
treeherder:
platform: ios/opt
symbol: B
run:
extra-config:
mozconfig_platform: ios
mozconfig-variant: opt
fetches:
toolchain:
- ios-sdk
ios-non-unified/plain:
description: "ios non-unified"
index:
job-name: ios-non-unified-plain
treeherder:
platform: ios/plain
symbol: Bp-nu
worker:
env:
PERFHERDER_EXTRA_OPTIONS: non-unified
MOZ_AUTOMATION_BUILD_SYMBOLS: '0'
run:
extra-config:
mozconfig_platform: ios
extra_mozconfig_content:
- ac_add_options --disable-unified-build
mozconfig-variant: opt
fetches:
toolchain:
- ios-sdk
ios-sim/debug:
description: "ios-sim debug"
index:
job-name: ios-sim-debug
treeherder:
platform: ios/debug
symbol: Bsim
worker:
env:
PERFHERDER_EXTRA_OPTIONS: ios-sim
run:
extra-config:
mozconfig_platform: ios-sim
mozconfig-variant: debug
fetches:
toolchain:
- ios-sim-sdk
ios-sim/opt:
description: "ios-sim opt"
index:
job-name: ios-sim-opt
treeherder:
platform: ios/opt
symbol: Bsim
worker:
env:
PERFHERDER_EXTRA_OPTIONS: ios-sim
run:
extra-config:
mozconfig_platform: ios-sim
mozconfig-variant: opt
fetches:
toolchain:
- ios-sim-sdk
|