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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_mips_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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_compile_mips_dbg", 10 "android_compile_mips_dbg",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "--src-dir", 155 "--src-dir",
156 "[SLAVE_BUILD]/src", 156 "[SLAVE_BUILD]/src",
157 "--goma-cache-dir", 157 "--goma-cache-dir",
158 "[GOMA_CACHE]", 158 "[GOMA_CACHE]",
159 "--build-tool", 159 "--build-tool",
160 "ninja", 160 "ninja",
161 "--compiler", 161 "--compiler",
162 "goma-clang", 162 "goma-clang",
163 "--goma-jsonstatus", 163 "--goma-jsonstatus",
164 "/path/to/tmp/json", 164 "/path/to/tmp/json",
165 "--goma-service-account-json-file",
166 "/creds/service_accounts/service-account-goma-client.json",
167 "--goma-dir", 165 "--goma-dir",
168 "[BUILD]/goma", 166 "[BUILD]/goma",
169 "--goma-fail-fast", 167 "--goma-fail-fast",
170 "--goma-disable-local-fallback", 168 "--goma-disable-local-fallback",
171 "--" 169 "--"
172 ], 170 ],
173 "cwd": "[SLAVE_BUILD]", 171 "cwd": "[SLAVE_BUILD]",
174 "env": { 172 "env": {
175 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 173 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
176 }, 174 },
177 "name": "compile", 175 "name": "compile",
178 "~followup_annotations": [ 176 "~followup_annotations": [
179 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
180 "@@@STEP_LOG_END@json.output (invalid)@@@" 178 "@@@STEP_LOG_END@json.output (invalid)@@@"
181 ] 179 ]
182 }, 180 },
183 { 181 {
184 "name": "$result", 182 "name": "$result",
185 "recipe_result": null, 183 "recipe_result": null,
186 "status_code": 0 184 "status_code": 0
187 } 185 }
188 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698