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

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

Issue 1915473003: goma: back to build-provided client and disable oauth2 (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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_dbg_ng", 10 "v8_linux_dbg_ng",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "--src-dir", 149 "--src-dir",
150 "[SLAVE_BUILD]/v8", 150 "[SLAVE_BUILD]/v8",
151 "--goma-cache-dir", 151 "--goma-cache-dir",
152 "[GOMA_CACHE]", 152 "[GOMA_CACHE]",
153 "--build-tool", 153 "--build-tool",
154 "ninja", 154 "ninja",
155 "--compiler", 155 "--compiler",
156 "goma-clang", 156 "goma-clang",
157 "--goma-jsonstatus", 157 "--goma-jsonstatus",
158 "/path/to/tmp/json", 158 "/path/to/tmp/json",
159 "--goma-service-account-json-file",
160 "/creds/service_accounts/service-account-goma-client.json",
161 "--goma-dir", 159 "--goma-dir",
162 "[BUILD]/goma", 160 "[BUILD]/goma",
163 "--goma-fail-fast", 161 "--goma-fail-fast",
164 "--goma-disable-local-fallback", 162 "--goma-disable-local-fallback",
165 "--" 163 "--"
166 ], 164 ],
167 "cwd": "[SLAVE_BUILD]", 165 "cwd": "[SLAVE_BUILD]",
168 "name": "compile", 166 "name": "compile",
169 "~followup_annotations": [ 167 "~followup_annotations": [
170 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 168 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "~followup_annotations": [ 244 "~followup_annotations": [
247 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@" 245 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@"
248 ] 246 ]
249 }, 247 },
250 { 248 {
251 "name": "$result", 249 "name": "$result",
252 "recipe_result": null, 250 "recipe_result": null,
253 "status_code": 0 251 "status_code": 0
254 } 252 }
255 ] 253 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698