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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/unaffected_test_skipped_by_analyze.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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 "--src-dir", 675 "--src-dir",
676 "[SLAVE_BUILD]\\src", 676 "[SLAVE_BUILD]\\src",
677 "--goma-cache-dir", 677 "--goma-cache-dir",
678 "[GOMA_CACHE]", 678 "[GOMA_CACHE]",
679 "--build-tool", 679 "--build-tool",
680 "ninja", 680 "ninja",
681 "--compiler", 681 "--compiler",
682 "goma", 682 "goma",
683 "--goma-jsonstatus", 683 "--goma-jsonstatus",
684 "/path/to/tmp/json", 684 "/path/to/tmp/json",
685 "--goma-service-account-json-file",
686 "C:\\creds\\service_accounts\\service-account-goma-client.json",
687 "--goma-dir", 685 "--goma-dir",
688 "[CACHE]\\cipd\\goma", 686 "[CACHE]\\cipd\\goma",
689 "--ninja-ensure-up-to-date", 687 "--ninja-ensure-up-to-date",
690 "--", 688 "--",
691 "affected_tests", 689 "affected_tests",
692 "affected_tests_run" 690 "affected_tests_run"
693 ], 691 ],
694 "cwd": "[SLAVE_BUILD]", 692 "cwd": "[SLAVE_BUILD]",
695 "name": "test r1.compile", 693 "name": "test r1.compile",
696 "~followup_annotations": [ 694 "~followup_annotations": [
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 "@@@STEP_LOG_END@report@@@", 918 "@@@STEP_LOG_END@report@@@",
921 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 919 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\": true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
922 ] 920 ]
923 }, 921 },
924 { 922 {
925 "name": "$result", 923 "name": "$result",
926 "recipe_result": null, 924 "recipe_result": null,
927 "status_code": 0 925 "status_code": 0
928 } 926 }
929 ] 927 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698