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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___gcov_coverage.json

Issue 1906513003: Revert "goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE" (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 "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",
123 "--goma-dir", 121 "--goma-dir",
124 "[BUILD]/goma", 122 "[BUILD]/goma",
125 "--clobber", 123 "--clobber",
126 "--" 124 "--"
127 ], 125 ],
128 "cwd": "[SLAVE_BUILD]", 126 "cwd": "[SLAVE_BUILD]",
129 "name": "compile", 127 "name": "compile",
130 "~followup_annotations": [ 128 "~followup_annotations": [
131 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
132 "@@@STEP_LOG_END@json.output (invalid)@@@" 130 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "~followup_annotations": [ 231 "~followup_annotations": [
234 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" 232 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@"
235 ] 233 ]
236 }, 234 },
237 { 235 {
238 "name": "$result", 236 "name": "$result",
239 "recipe_result": null, 237 "recipe_result": null,
240 "status_code": 0 238 "status_code": 0
241 } 239 }
242 ] 240 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698