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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_dbg.json

Issue 2411243003: Revert of Download the hermetic xcode toolchain on all bots that target mac. (Closed)
Patch Set: 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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
186 "runhooks" 186 "runhooks"
187 ], 187 ],
188 "cwd": "[BUILDER_CACHE]/mac_compile_dbg/src", 188 "cwd": "[BUILDER_CACHE]/mac_compile_dbg/src",
189 "env": { 189 "env": {
190 "FORCE_MAC_TOOLCHAIN": "1",
191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
192 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a rch=x64 use_goma=1", 191 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a rch=x64 use_goma=1",
193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 192 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
194 }, 193 },
195 "name": "gclient runhooks" 194 "name": "gclient runhooks"
196 }, 195 },
197 { 196 {
198 "cmd": [ 197 "cmd": [
199 "python", 198 "python",
200 "-u", 199 "-u",
201 "[BUILDER_CACHE]/mac_compile_dbg/src/tools/mb/mb.py", 200 "[BUILDER_CACHE]/mac_compile_dbg/src/tools/mb/mb.py",
202 "gen", 201 "gen",
203 "-m", 202 "-m",
204 "tryserver.webrtc", 203 "tryserver.webrtc",
205 "-b", 204 "-b",
206 "mac_compile_dbg", 205 "mac_compile_dbg",
207 "--config-file", 206 "--config-file",
208 "[BUILDER_CACHE]/mac_compile_dbg/src/webrtc/build/mb_config.pyl", 207 "[BUILDER_CACHE]/mac_compile_dbg/src/webrtc/build/mb_config.pyl",
209 "--goma-dir", 208 "--goma-dir",
210 "[CACHE]/cipd/goma", 209 "[CACHE]/cipd/goma",
211 "--gyp-script=[BUILDER_CACHE]/mac_compile_dbg/src/webrtc/build/gyp_webrtc. py", 210 "--gyp-script=[BUILDER_CACHE]/mac_compile_dbg/src/webrtc/build/gyp_webrtc. py",
212 "//out/Debug" 211 "//out/Debug"
213 ], 212 ],
214 "cwd": "[BUILDER_CACHE]/mac_compile_dbg/src", 213 "cwd": "[BUILDER_CACHE]/mac_compile_dbg/src",
215 "env": { 214 "env": {
216 "FORCE_MAC_TOOLCHAIN": "1",
217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
218 }, 216 },
219 "name": "generate_build_files" 217 "name": "generate_build_files"
220 }, 218 },
221 { 219 {
222 "allow_subannotations": true, 220 "allow_subannotations": true,
223 "cmd": [ 221 "cmd": [
224 "python", 222 "python",
225 "-u", 223 "-u",
226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 224 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
227 "--src-dir", 225 "--src-dir",
228 "[BUILDER_CACHE]/mac_compile_dbg/src", 226 "[BUILDER_CACHE]/mac_compile_dbg/src",
229 "--output-json", 227 "--output-json",
230 "/path/to/tmp/json" 228 "/path/to/tmp/json"
231 ], 229 ],
232 "env": { 230 "env": {
233 "FORCE_MAC_TOOLCHAIN": "1",
234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 231 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
235 }, 232 },
236 "name": "clang_revision", 233 "name": "clang_revision",
237 "~followup_annotations": [ 234 "~followup_annotations": [
238 "@@@STEP_LOG_LINE@json.output@{@@@", 235 "@@@STEP_LOG_LINE@json.output@{@@@",
239 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 236 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
240 "@@@STEP_LOG_LINE@json.output@}@@@", 237 "@@@STEP_LOG_LINE@json.output@}@@@",
241 "@@@STEP_LOG_END@json.output@@@" 238 "@@@STEP_LOG_END@json.output@@@"
242 ] 239 ]
243 }, 240 },
(...skipping 29 matching lines...) Expand all
273 "/path/to/tmp/json", 270 "/path/to/tmp/json",
274 "--goma-service-account-json-file", 271 "--goma-service-account-json-file",
275 "/creds/service_accounts/service-account-goma-client.json", 272 "/creds/service_accounts/service-account-goma-client.json",
276 "--goma-dir", 273 "--goma-dir",
277 "[CACHE]/cipd/goma", 274 "[CACHE]/cipd/goma",
278 "--goma-fail-fast", 275 "--goma-fail-fast",
279 "--goma-disable-local-fallback", 276 "--goma-disable-local-fallback",
280 "--" 277 "--"
281 ], 278 ],
282 "env": { 279 "env": {
283 "FORCE_MAC_TOOLCHAIN": "1",
284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
285 }, 281 },
286 "name": "compile", 282 "name": "compile",
287 "~followup_annotations": [ 283 "~followup_annotations": [
288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 284 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
289 "@@@STEP_LOG_END@json.output (invalid)@@@" 285 "@@@STEP_LOG_END@json.output (invalid)@@@"
290 ] 286 ]
291 }, 287 },
292 { 288 {
293 "name": "$result", 289 "name": "$result",
294 "recipe_result": null, 290 "recipe_result": null,
295 "status_code": 0 291 "status_code": 0
296 } 292 }
297 ] 293 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698