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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "--src-dir", 393 "--src-dir",
394 "[SLAVE_BUILD]/src", 394 "[SLAVE_BUILD]/src",
395 "--goma-cache-dir", 395 "--goma-cache-dir",
396 "[GOMA_CACHE]", 396 "[GOMA_CACHE]",
397 "--build-tool", 397 "--build-tool",
398 "ninja", 398 "ninja",
399 "--compiler", 399 "--compiler",
400 "goma-clang", 400 "goma-clang",
401 "--goma-jsonstatus", 401 "--goma-jsonstatus",
402 "/path/to/tmp/json", 402 "/path/to/tmp/json",
403 "--goma-service-account-json-file",
404 "/creds/service_accounts/service-account-goma-client.json",
405 "--goma-dir", 403 "--goma-dir",
406 "[BUILD]/goma", 404 "[BUILD]/goma",
407 "--goma-fail-fast", 405 "--goma-fail-fast",
408 "--goma-disable-local-fallback", 406 "--goma-disable-local-fallback",
409 "--", 407 "--",
410 "All", 408 "All",
411 "fake tests" 409 "fake tests"
412 ], 410 ],
413 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator", 411 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator",
414 "name": "compile", 412 "name": "compile",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "@@@STEP_LOG_END@fake log@@@", 449 "@@@STEP_LOG_END@fake log@@@",
452 "@@@STEP_LINK@fake URL text@fake URL@@@" 450 "@@@STEP_LINK@fake URL text@fake URL@@@"
453 ] 451 ]
454 }, 452 },
455 { 453 {
456 "name": "$result", 454 "name": "$result",
457 "recipe_result": null, 455 "recipe_result": null,
458 "status_code": 0 456 "status_code": 0
459 } 457 }
460 ] 458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698