Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios_arm64_rel.json

Issue 2412033002: libyuv: Switch bots over to GN by default. (Closed)
Patch Set: Reverted is_component_build changes in chromium recipe module. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 { 127 {
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
132 "runhooks" 132 "runhooks"
133 ], 133 ],
134 "cwd": "[SLAVE_BUILD]/src", 134 "cwd": "[SLAVE_BUILD]/src",
135 "env": { 135 "env": {
136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
137 "GYP_CHROMIUM_NO_ACTION": "1",
137 "GYP_CROSSCOMPILE": "1", 138 "GYP_CROSSCOMPILE": "1",
138 "GYP_DEFINES": "OS=ios clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 target_subarch=arm64 use_goma=1", 139 "GYP_DEFINES": "OS=ios clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 target_subarch=arm64 use_goma=1",
139 "GYP_GENERATORS": "ninja", 140 "GYP_GENERATORS": "ninja",
140 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 141 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
141 }, 142 },
142 "name": "gclient runhooks" 143 "name": "gclient runhooks"
143 }, 144 },
144 { 145 {
146 "cmd": [
147 "python",
148 "-u",
149 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
150 "--root=[SLAVE_BUILD]/src",
151 "gen",
152 "//out/Release-iphoneos",
153 "--args=is_clang=true target_os=ios symbol_level=2 dcheck_always_on=true i s_debug=false target_cpu=\"arm64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
154 ],
155 "cwd": "[SLAVE_BUILD]/src",
156 "name": "gn"
157 },
158 {
145 "allow_subannotations": true, 159 "allow_subannotations": true,
146 "cmd": [ 160 "cmd": [
147 "python", 161 "python",
148 "-u", 162 "-u",
149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
150 "--src-dir", 164 "--src-dir",
151 "[SLAVE_BUILD]/src", 165 "[SLAVE_BUILD]/src",
152 "--output-json", 166 "--output-json",
153 "/path/to/tmp/json" 167 "/path/to/tmp/json"
154 ], 168 ],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "--compiler", 206 "--compiler",
193 "goma-clang", 207 "goma-clang",
194 "--goma-jsonstatus", 208 "--goma-jsonstatus",
195 "/path/to/tmp/json", 209 "/path/to/tmp/json",
196 "--goma-service-account-json-file", 210 "--goma-service-account-json-file",
197 "/creds/service_accounts/service-account-goma-client.json", 211 "/creds/service_accounts/service-account-goma-client.json",
198 "--goma-dir", 212 "--goma-dir",
199 "[CACHE]/cipd/goma", 213 "[CACHE]/cipd/goma",
200 "--goma-fail-fast", 214 "--goma-fail-fast",
201 "--goma-disable-local-fallback", 215 "--goma-disable-local-fallback",
202 "--", 216 "--"
203 "All"
204 ], 217 ],
205 "env": { 218 "env": {
206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
207 }, 220 },
208 "name": "compile", 221 "name": "compile",
209 "~followup_annotations": [ 222 "~followup_annotations": [
210 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 223 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
211 "@@@STEP_LOG_END@json.output (invalid)@@@" 224 "@@@STEP_LOG_END@json.output (invalid)@@@"
212 ] 225 ]
213 }, 226 },
214 { 227 {
215 "name": "$result", 228 "name": "$result",
216 "recipe_result": null, 229 "recipe_result": null,
217 "status_code": 0 230 "status_code": 0
218 } 231 }
219 ] 232 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698