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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___full_debug.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.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - full debug", 10 "V8 Linux - full debug",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "--src-dir", 121 "--src-dir",
122 "[SLAVE_BUILD]/v8", 122 "[SLAVE_BUILD]/v8",
123 "--goma-cache-dir", 123 "--goma-cache-dir",
124 "[GOMA_CACHE]", 124 "[GOMA_CACHE]",
125 "--build-tool", 125 "--build-tool",
126 "ninja", 126 "ninja",
127 "--compiler", 127 "--compiler",
128 "goma-clang", 128 "goma-clang",
129 "--goma-jsonstatus", 129 "--goma-jsonstatus",
130 "/path/to/tmp/json", 130 "/path/to/tmp/json",
131 "--goma-service-account-json-file",
132 "/creds/service_accounts/service-account-goma-client.json",
131 "--goma-dir", 133 "--goma-dir",
132 "[BUILD]/goma", 134 "[BUILD]/goma",
133 "--" 135 "--"
134 ], 136 ],
135 "cwd": "[SLAVE_BUILD]", 137 "cwd": "[SLAVE_BUILD]",
136 "name": "compile", 138 "name": "compile",
137 "~followup_annotations": [ 139 "~followup_annotations": [
138 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 140 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
139 "@@@STEP_LOG_END@json.output (invalid)@@@" 141 "@@@STEP_LOG_END@json.output (invalid)@@@"
140 ] 142 ]
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 180 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
179 "@@@STEP_LOG_END@durations@@@" 181 "@@@STEP_LOG_END@durations@@@"
180 ] 182 ]
181 }, 183 },
182 { 184 {
183 "name": "$result", 185 "name": "$result",
184 "recipe_result": null, 186 "recipe_result": null,
185 "status_code": 0 187 "status_code": 0
186 } 188 }
187 ] 189 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698