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

Side by Side Diff: scripts/slave/recipes/chromium_codesearch.expected/full_Chromium_Linux_Codesearch_Builder.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 "chromium.infra.cron", 8 "chromium.infra.cron",
9 "--builder", 9 "--builder",
10 "Chromium Linux Codesearch Builder", 10 "Chromium Linux Codesearch Builder",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "--goma-cache-dir", 196 "--goma-cache-dir",
197 "[GOMA_CACHE]", 197 "[GOMA_CACHE]",
198 "--build-args", 198 "--build-args",
199 "-k 0", 199 "-k 0",
200 "--build-tool", 200 "--build-tool",
201 "ninja", 201 "ninja",
202 "--compiler", 202 "--compiler",
203 "goma-clang", 203 "goma-clang",
204 "--goma-jsonstatus", 204 "--goma-jsonstatus",
205 "/path/to/tmp/json", 205 "/path/to/tmp/json",
206 "--goma-service-account-json-file",
207 "/creds/service_accounts/service-account-goma-client.json",
208 "--goma-dir", 206 "--goma-dir",
209 "[BUILD]/goma", 207 "[BUILD]/goma",
210 "--", 208 "--",
211 "All" 209 "All"
212 ], 210 ],
213 "cwd": "[SLAVE_BUILD]", 211 "cwd": "[SLAVE_BUILD]",
214 "name": "compile", 212 "name": "compile",
215 "~followup_annotations": [ 213 "~followup_annotations": [
216 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
217 "@@@STEP_LOG_END@json.output (invalid)@@@" 215 "@@@STEP_LOG_END@json.output (invalid)@@@"
218 ] 216 ]
219 }, 217 },
220 { 218 {
221 "name": "$result", 219 "name": "$result",
222 "recipe_result": null, 220 "recipe_result": null,
223 "status_code": 0 221 "status_code": 0
224 } 222 }
225 ] 223 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698