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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "--src-dir", 184 "--src-dir",
185 "[SLAVE_BUILD]/src", 185 "[SLAVE_BUILD]/src",
186 "--goma-cache-dir", 186 "--goma-cache-dir",
187 "[GOMA_CACHE]", 187 "[GOMA_CACHE]",
188 "--build-tool", 188 "--build-tool",
189 "ninja", 189 "ninja",
190 "--compiler", 190 "--compiler",
191 "goma-clang", 191 "goma-clang",
192 "--goma-jsonstatus", 192 "--goma-jsonstatus",
193 "/path/to/tmp/json", 193 "/path/to/tmp/json",
194 "--goma-service-account-json-file",
195 "/creds/service_accounts/service-account-goma-client.json",
196 "--goma-dir", 194 "--goma-dir",
197 "[BUILD]/goma", 195 "[BUILD]/goma",
198 "--goma-fail-fast", 196 "--goma-fail-fast",
199 "--goma-disable-local-fallback", 197 "--goma-disable-local-fallback",
200 "--", 198 "--",
201 "All" 199 "All"
202 ], 200 ],
203 "cwd": "[SLAVE_BUILD]", 201 "cwd": "[SLAVE_BUILD]",
204 "name": "compile", 202 "name": "compile",
205 "~followup_annotations": [ 203 "~followup_annotations": [
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2291 "@@@STEP_LOG_END@json.output@@@", 2289 "@@@STEP_LOG_END@json.output@@@",
2292 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2290 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2293 ] 2291 ]
2294 }, 2292 },
2295 { 2293 {
2296 "name": "$result", 2294 "name": "$result",
2297 "recipe_result": null, 2295 "recipe_result": null,
2298 "status_code": 0 2296 "status_code": 0
2299 } 2297 }
2300 ] 2298 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698