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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Builder.json

Issue 1909483002: 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 "chromium.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Builder", 10 "Linux ChromiumOS Builder",
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "--src-dir", 299 "--src-dir",
300 "[SLAVE_BUILD]/src", 300 "[SLAVE_BUILD]/src",
301 "--goma-cache-dir", 301 "--goma-cache-dir",
302 "[GOMA_CACHE]", 302 "[GOMA_CACHE]",
303 "--build-tool", 303 "--build-tool",
304 "ninja", 304 "ninja",
305 "--compiler", 305 "--compiler",
306 "goma", 306 "goma",
307 "--goma-jsonstatus", 307 "--goma-jsonstatus",
308 "/path/to/tmp/json", 308 "/path/to/tmp/json",
309 "--goma-service-account-json-file",
310 "/creds/service_accounts/service-account-goma-client.json",
309 "--goma-dir", 311 "--goma-dir",
310 "[BUILD]/goma", 312 "[BUILD]/goma",
311 "--ninja-ensure-up-to-date", 313 "--ninja-ensure-up-to-date",
312 "--", 314 "--",
313 "aura_builder", 315 "aura_builder",
314 "browser_tests", 316 "browser_tests",
315 "browser_tests_run" 317 "browser_tests_run"
316 ], 318 ],
317 "cwd": "[SLAVE_BUILD]", 319 "cwd": "[SLAVE_BUILD]",
318 "name": "compile", 320 "name": "compile",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 "~followup_annotations": [ 408 "~followup_annotations": [
407 "@@@STEP_TEXT@Linux ChromiumOS Tests (1)@@@" 409 "@@@STEP_TEXT@Linux ChromiumOS Tests (1)@@@"
408 ] 410 ]
409 }, 411 },
410 { 412 {
411 "name": "$result", 413 "name": "$result",
412 "recipe_result": null, 414 "recipe_result": null,
413 "status_code": 0 415 "status_code": 0
414 } 416 }
415 ] 417 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698