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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder__dbg_.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android32 Builder (dbg)", 10 "Android32 Builder (dbg)",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "--src-dir", 126 "--src-dir",
127 "[SLAVE_BUILD]/src", 127 "[SLAVE_BUILD]/src",
128 "--goma-cache-dir", 128 "--goma-cache-dir",
129 "[GOMA_CACHE]", 129 "[GOMA_CACHE]",
130 "--build-tool", 130 "--build-tool",
131 "ninja", 131 "ninja",
132 "--compiler", 132 "--compiler",
133 "goma", 133 "goma",
134 "--goma-jsonstatus", 134 "--goma-jsonstatus",
135 "/path/to/tmp/json", 135 "/path/to/tmp/json",
136 "--goma-service-account-json-file",
137 "/creds/service_accounts/service-account-goma-client.json",
138 "--goma-dir", 136 "--goma-dir",
139 "[BUILD]/goma", 137 "[BUILD]/goma",
140 "--" 138 "--"
141 ], 139 ],
142 "cwd": "[SLAVE_BUILD]", 140 "cwd": "[SLAVE_BUILD]",
143 "env": { 141 "env": {
144 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 142 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
145 }, 143 },
146 "name": "compile", 144 "name": "compile",
147 "~followup_annotations": [ 145 "~followup_annotations": [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "~followup_annotations": [ 195 "~followup_annotations": [
198 "@@@STEP_TEXT@Android32 Tests (L Nexus5)(dbg)<br />Android32 Tests (L Nexu s7.2)(dbg)@@@" 196 "@@@STEP_TEXT@Android32 Tests (L Nexus5)(dbg)<br />Android32 Tests (L Nexu s7.2)(dbg)@@@"
199 ] 197 ]
200 }, 198 },
201 { 199 {
202 "name": "$result", 200 "name": "$result",
203 "recipe_result": null, 201 "recipe_result": null,
204 "status_code": 0 202 "status_code": 0
205 } 203 }
206 ] 204 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698