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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "--src-dir", 363 "--src-dir",
364 "[SLAVE_BUILD]\\src", 364 "[SLAVE_BUILD]\\src",
365 "--goma-cache-dir", 365 "--goma-cache-dir",
366 "[GOMA_CACHE]", 366 "[GOMA_CACHE]",
367 "--build-tool", 367 "--build-tool",
368 "ninja", 368 "ninja",
369 "--compiler", 369 "--compiler",
370 "goma", 370 "goma",
371 "--goma-jsonstatus", 371 "--goma-jsonstatus",
372 "/path/to/tmp/json", 372 "/path/to/tmp/json",
373 "--goma-service-account-json-file",
374 "C:\\creds\\service_accounts\\service-account-goma-client.json",
375 "--goma-dir", 373 "--goma-dir",
376 "[CACHE]\\cipd\\goma", 374 "[CACHE]\\cipd\\goma",
377 "--goma-fail-fast", 375 "--goma-fail-fast",
378 "--goma-disable-local-fallback", 376 "--goma-disable-local-fallback",
379 "--", 377 "--",
380 "blink_tests" 378 "blink_tests"
381 ], 379 ],
382 "cwd": "[SLAVE_BUILD]", 380 "cwd": "[SLAVE_BUILD]",
383 "name": "compile (with patch)", 381 "name": "compile (with patch)",
384 "~followup_annotations": [ 382 "~followup_annotations": [
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 ], 466 ],
469 "cwd": "[SLAVE_BUILD]", 467 "cwd": "[SLAVE_BUILD]",
470 "name": "process_dumps" 468 "name": "process_dumps"
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