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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android.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_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.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "android", 10 "android",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "--src-dir", 81 "--src-dir",
82 "[SLAVE_BUILD]/src", 82 "[SLAVE_BUILD]/src",
83 "--goma-cache-dir", 83 "--goma-cache-dir",
84 "[GOMA_CACHE]", 84 "[GOMA_CACHE]",
85 "--build-tool", 85 "--build-tool",
86 "ninja", 86 "ninja",
87 "--compiler", 87 "--compiler",
88 "goma", 88 "goma",
89 "--goma-jsonstatus", 89 "--goma-jsonstatus",
90 "/path/to/tmp/json", 90 "/path/to/tmp/json",
91 "--goma-service-account-json-file",
92 "/creds/service_accounts/service-account-goma-client.json",
91 "--goma-dir", 93 "--goma-dir",
92 "[BUILD]/goma", 94 "[BUILD]/goma",
93 "--goma-fail-fast", 95 "--goma-fail-fast",
94 "--goma-disable-local-fallback", 96 "--goma-disable-local-fallback",
95 "--" 97 "--"
96 ], 98 ],
97 "cwd": "[SLAVE_BUILD]", 99 "cwd": "[SLAVE_BUILD]",
98 "env": { 100 "env": {
99 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 101 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
100 }, 102 },
101 "name": "compile", 103 "name": "compile",
102 "~followup_annotations": [ 104 "~followup_annotations": [
103 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 105 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
104 "@@@STEP_LOG_END@json.output (invalid)@@@" 106 "@@@STEP_LOG_END@json.output (invalid)@@@"
105 ] 107 ]
106 }, 108 },
107 { 109 {
108 "name": "$result", 110 "name": "$result",
109 "recipe_result": null, 111 "recipe_result": null,
110 "status_code": 0 112 "status_code": 0
111 } 113 }
112 ] 114 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698