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

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

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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",
403 "--goma-dir", 405 "--goma-dir",
404 "[BUILD]/goma", 406 "[BUILD]/goma",
405 "--goma-fail-fast", 407 "--goma-fail-fast",
406 "--goma-disable-local-fallback", 408 "--goma-disable-local-fallback",
407 "--", 409 "--",
408 "All", 410 "All",
409 "fake tests" 411 "fake tests"
410 ], 412 ],
411 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator", 413 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator",
412 "name": "compile", 414 "name": "compile",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 "@@@STEP_LOG_END@fake log@@@", 451 "@@@STEP_LOG_END@fake log@@@",
450 "@@@STEP_LINK@fake URL text@fake URL@@@" 452 "@@@STEP_LINK@fake URL text@fake URL@@@"
451 ] 453 ]
452 }, 454 },
453 { 455 {
454 "name": "$result", 456 "name": "$result",
455 "recipe_result": null, 457 "recipe_result": null,
456 "status_code": 0 458 "status_code": 0
457 } 459 }
458 ] 460 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698