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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_passed.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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 "--src-dir", 570 "--src-dir",
571 "[SLAVE_BUILD]\\src", 571 "[SLAVE_BUILD]\\src",
572 "--goma-cache-dir", 572 "--goma-cache-dir",
573 "[GOMA_CACHE]", 573 "[GOMA_CACHE]",
574 "--build-tool", 574 "--build-tool",
575 "ninja", 575 "ninja",
576 "--compiler", 576 "--compiler",
577 "goma", 577 "goma",
578 "--goma-jsonstatus", 578 "--goma-jsonstatus",
579 "/path/to/tmp/json", 579 "/path/to/tmp/json",
580 "--goma-service-account-json-file",
581 "C:\\creds\\service_accounts\\service-account-goma-client.json",
580 "--goma-dir", 582 "--goma-dir",
581 "[CACHE]\\cipd\\goma", 583 "[CACHE]\\cipd\\goma",
582 "--ninja-ensure-up-to-date", 584 "--ninja-ensure-up-to-date",
583 "--", 585 "--",
584 "gl_tests", 586 "gl_tests",
585 "gl_tests_run" 587 "gl_tests_run"
586 ], 588 ],
587 "cwd": "[SLAVE_BUILD]", 589 "cwd": "[SLAVE_BUILD]",
588 "name": "test r1.compile", 590 "name": "test r1.compile",
589 "~followup_annotations": [ 591 "~followup_annotations": [
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 "@@@STEP_LOG_END@report@@@", 811 "@@@STEP_LOG_END@report@@@",
810 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 812 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
811 ] 813 ]
812 }, 814 },
813 { 815 {
814 "name": "$result", 816 "name": "$result",
815 "recipe_result": null, 817 "recipe_result": null,
816 "status_code": 0 818 "status_code": 0
817 } 819 }
818 ] 820 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698