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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/none_swarming_tests.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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 "--src-dir", 551 "--src-dir",
552 "[SLAVE_BUILD]\\src", 552 "[SLAVE_BUILD]\\src",
553 "--goma-cache-dir", 553 "--goma-cache-dir",
554 "[GOMA_CACHE]", 554 "[GOMA_CACHE]",
555 "--build-tool", 555 "--build-tool",
556 "ninja", 556 "ninja",
557 "--compiler", 557 "--compiler",
558 "goma", 558 "goma",
559 "--goma-jsonstatus", 559 "--goma-jsonstatus",
560 "/path/to/tmp/json", 560 "/path/to/tmp/json",
561 "--goma-service-account-json-file",
562 "C:\\creds\\service_accounts\\service-account-goma-client.json",
563 "--goma-dir", 561 "--goma-dir",
564 "[CACHE]\\cipd\\goma", 562 "[CACHE]\\cipd\\goma",
565 "--ninja-ensure-up-to-date", 563 "--ninja-ensure-up-to-date",
566 "--", 564 "--",
567 "gl_tests" 565 "gl_tests"
568 ], 566 ],
569 "cwd": "[SLAVE_BUILD]", 567 "cwd": "[SLAVE_BUILD]",
570 "name": "test r1.compile", 568 "name": "test r1.compile",
571 "~followup_annotations": [ 569 "~followup_annotations": [
572 "@@@STEP_NEST_LEVEL@1@@@", 570 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 "@@@STEP_LOG_END@report@@@", 651 "@@@STEP_LOG_END@report@@@",
654 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\ "], \"status\": \"failed\", \"valid\": true}}}}@@@" 652 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\ "], \"status\": \"failed\", \"valid\": true}}}}@@@"
655 ] 653 ]
656 }, 654 },
657 { 655 {
658 "name": "$result", 656 "name": "$result",
659 "recipe_result": null, 657 "recipe_result": null,
660 "status_code": 0 658 "status_code": 0
661 } 659 }
662 ] 660 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698