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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.json

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 "--src-dir", 381 "--src-dir",
382 "[SLAVE_BUILD]\\src", 382 "[SLAVE_BUILD]\\src",
383 "--goma-cache-dir", 383 "--goma-cache-dir",
384 "[GOMA_CACHE]", 384 "[GOMA_CACHE]",
385 "--build-tool", 385 "--build-tool",
386 "ninja", 386 "ninja",
387 "--compiler", 387 "--compiler",
388 "goma", 388 "goma",
389 "--goma-jsonstatus", 389 "--goma-jsonstatus",
390 "/path/to/tmp/json", 390 "/path/to/tmp/json",
391 "--goma-service-account-json-file",
392 "C:\\creds\\service_accounts\\service-account-goma-client.json",
391 "--goma-dir", 393 "--goma-dir",
392 "[CACHE]\\cipd\\goma", 394 "[CACHE]\\cipd\\goma",
393 "--goma-fail-fast", 395 "--goma-fail-fast",
394 "--goma-disable-local-fallback", 396 "--goma-disable-local-fallback",
395 "--ninja-ensure-up-to-date", 397 "--ninja-ensure-up-to-date",
396 "--", 398 "--",
397 "chromium_builder_tests", 399 "chromium_builder_tests",
398 "mini_installer" 400 "mini_installer"
399 ], 401 ],
400 "cwd": "[SLAVE_BUILD]", 402 "cwd": "[SLAVE_BUILD]",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "step returned non-zero exit code: 1", 447 "step returned non-zero exit code: 1",
446 "@@@STEP_EXCEPTION@@@" 448 "@@@STEP_EXCEPTION@@@"
447 ] 449 ]
448 }, 450 },
449 { 451 {
450 "name": "$result", 452 "name": "$result",
451 "recipe_result": null, 453 "recipe_result": null,
452 "status_code": 0 454 "status_code": 0
453 } 455 }
454 ] 456 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698