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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_Builder.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 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Mac Builder", 10 "WebKit Mac Builder",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "--src-dir", 331 "--src-dir",
332 "[SLAVE_BUILD]/src", 332 "[SLAVE_BUILD]/src",
333 "--goma-cache-dir", 333 "--goma-cache-dir",
334 "[GOMA_CACHE]", 334 "[GOMA_CACHE]",
335 "--build-tool", 335 "--build-tool",
336 "ninja", 336 "ninja",
337 "--compiler", 337 "--compiler",
338 "goma-clang", 338 "goma-clang",
339 "--goma-jsonstatus", 339 "--goma-jsonstatus",
340 "/path/to/tmp/json", 340 "/path/to/tmp/json",
341 "--goma-service-account-json-file",
342 "/creds/service_accounts/service-account-goma-client.json",
343 "--goma-dir", 341 "--goma-dir",
344 "[CACHE]/cipd/goma", 342 "[CACHE]/cipd/goma",
345 "--", 343 "--",
346 "blink_tests", 344 "blink_tests",
347 "browser_tests", 345 "browser_tests",
348 "browser_tests_run" 346 "browser_tests_run"
349 ], 347 ],
350 "cwd": "[SLAVE_BUILD]", 348 "cwd": "[SLAVE_BUILD]",
351 "name": "compile", 349 "name": "compile",
352 "~followup_annotations": [ 350 "~followup_annotations": [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "~followup_annotations": [ 466 "~followup_annotations": [
469 "@@@STEP_TEXT@WebKit Mac10.11@@@" 467 "@@@STEP_TEXT@WebKit Mac10.11@@@"
470 ] 468 ]
471 }, 469 },
472 { 470 {
473 "name": "$result", 471 "name": "$result",
474 "recipe_result": null, 472 "recipe_result": null,
475 "status_code": 0 473 "status_code": 0
476 } 474 }
477 ] 475 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698