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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/all_test_failed.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 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",
582 "--goma-dir", 580 "--goma-dir",
583 "[CACHE]\\cipd\\goma", 581 "[CACHE]\\cipd\\goma",
584 "--ninja-ensure-up-to-date", 582 "--ninja-ensure-up-to-date",
585 "--", 583 "--",
586 "gl_tests", 584 "gl_tests",
587 "gl_tests_run" 585 "gl_tests_run"
588 ], 586 ],
589 "cwd": "[SLAVE_BUILD]", 587 "cwd": "[SLAVE_BUILD]",
590 "name": "test r1.compile", 588 "name": "test r1.compile",
591 "~followup_annotations": [ 589 "~followup_annotations": [
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 "@@@STEP_LOG_END@report@@@", 817 "@@@STEP_LOG_END@report@@@",
820 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" 818 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@"
821 ] 819 ]
822 }, 820 },
823 { 821 {
824 "name": "$result", 822 "name": "$result",
825 "recipe_result": null, 823 "recipe_result": null,
826 "status_code": 0 824 "status_code": 0
827 } 825 }
828 ] 826 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698