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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___gcov_coverage.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 Linux64 - gcov coverage", 10 "V8 Linux64 - gcov coverage",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "--src-dir", 111 "--src-dir",
112 "[SLAVE_BUILD]/v8", 112 "[SLAVE_BUILD]/v8",
113 "--goma-cache-dir", 113 "--goma-cache-dir",
114 "[GOMA_CACHE]", 114 "[GOMA_CACHE]",
115 "--build-tool", 115 "--build-tool",
116 "ninja", 116 "ninja",
117 "--compiler", 117 "--compiler",
118 "goma", 118 "goma",
119 "--goma-jsonstatus", 119 "--goma-jsonstatus",
120 "/path/to/tmp/json", 120 "/path/to/tmp/json",
121 "--goma-service-account-json-file",
122 "/creds/service_accounts/service-account-goma-client.json",
121 "--goma-dir", 123 "--goma-dir",
122 "[BUILD]/goma", 124 "[BUILD]/goma",
123 "--clobber", 125 "--clobber",
124 "--" 126 "--"
125 ], 127 ],
126 "cwd": "[SLAVE_BUILD]", 128 "cwd": "[SLAVE_BUILD]",
127 "name": "compile", 129 "name": "compile",
128 "~followup_annotations": [ 130 "~followup_annotations": [
129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 131 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
130 "@@@STEP_LOG_END@json.output (invalid)@@@" 132 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "~followup_annotations": [ 233 "~followup_annotations": [
232 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" 234 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@"
233 ] 235 ]
234 }, 236 },
235 { 237 {
236 "name": "$result", 238 "name": "$result",
237 "recipe_result": null, 239 "recipe_result": null,
238 "status_code": 0 240 "status_code": 0
239 } 241 }
240 ] 242 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698