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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.mac", 8 "tryserver.chromium.mac",
9 "--builder", 9 "--builder",
10 "mac_chromium_variable", 10 "mac_chromium_variable",
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 "--src-dir", 563 "--src-dir",
564 "[SLAVE_BUILD]/src", 564 "[SLAVE_BUILD]/src",
565 "--goma-cache-dir", 565 "--goma-cache-dir",
566 "[GOMA_CACHE]", 566 "[GOMA_CACHE]",
567 "--build-tool", 567 "--build-tool",
568 "ninja", 568 "ninja",
569 "--compiler", 569 "--compiler",
570 "goma-clang", 570 "goma-clang",
571 "--goma-jsonstatus", 571 "--goma-jsonstatus",
572 "/path/to/tmp/json", 572 "/path/to/tmp/json",
573 "--goma-service-account-json-file",
574 "/creds/service_accounts/service-account-goma-client.json",
575 "--goma-dir", 573 "--goma-dir",
576 "[CACHE]/cipd/goma", 574 "[CACHE]/cipd/goma",
577 "--ninja-ensure-up-to-date", 575 "--ninja-ensure-up-to-date",
578 "--", 576 "--",
579 "gl_tests", 577 "gl_tests",
580 "gl_tests_run" 578 "gl_tests_run"
581 ], 579 ],
582 "cwd": "[SLAVE_BUILD]", 580 "cwd": "[SLAVE_BUILD]",
583 "name": "test r1.compile", 581 "name": "test r1.compile",
584 "~followup_annotations": [ 582 "~followup_annotations": [
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 "@@@STEP_LOG_END@report@@@", 788 "@@@STEP_LOG_END@report@@@",
791 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 789 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
792 ] 790 ]
793 }, 791 },
794 { 792 {
795 "name": "$result", 793 "name": "$result",
796 "recipe_result": null, 794 "recipe_result": null,
797 "status_code": 0 795 "status_code": 0
798 } 796 }
799 ] 797 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698