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/libyuv/libyuv.expected/client_libyuv_win32_release__vs2010_.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Win32 Release (VS2010)", 10 "Win32 Release (VS2010)",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "--src-dir", 79 "--src-dir",
80 "[SLAVE_BUILD]\\src", 80 "[SLAVE_BUILD]\\src",
81 "--goma-cache-dir", 81 "--goma-cache-dir",
82 "[GOMA_CACHE]", 82 "[GOMA_CACHE]",
83 "--build-tool", 83 "--build-tool",
84 "ninja", 84 "ninja",
85 "--compiler", 85 "--compiler",
86 "goma", 86 "goma",
87 "--goma-jsonstatus", 87 "--goma-jsonstatus",
88 "/path/to/tmp/json", 88 "/path/to/tmp/json",
89 "--goma-service-account-json-file",
90 "C:\\creds\\service_accounts\\service-account-goma-client.json",
89 "--goma-dir", 91 "--goma-dir",
90 "[BUILD]\\goma", 92 "[BUILD]\\goma",
91 "--", 93 "--",
92 "All" 94 "All"
93 ], 95 ],
94 "cwd": "[SLAVE_BUILD]", 96 "cwd": "[SLAVE_BUILD]",
95 "name": "compile", 97 "name": "compile",
96 "~followup_annotations": [ 98 "~followup_annotations": [
97 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 99 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
98 "@@@STEP_LOG_END@json.output (invalid)@@@" 100 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 17 matching lines...) Expand all
116 ], 118 ],
117 "cwd": "[SLAVE_BUILD]", 119 "cwd": "[SLAVE_BUILD]",
118 "name": "libyuv_unittest" 120 "name": "libyuv_unittest"
119 }, 121 },
120 { 122 {
121 "name": "$result", 123 "name": "$result",
122 "recipe_result": null, 124 "recipe_result": null,
123 "status_code": 0 125 "status_code": 0
124 } 126 }
125 ] 127 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698