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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma.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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "--src-dir", 227 "--src-dir",
228 "[SLAVE_BUILD]/src", 228 "[SLAVE_BUILD]/src",
229 "--goma-cache-dir", 229 "--goma-cache-dir",
230 "[GOMA_CACHE]", 230 "[GOMA_CACHE]",
231 "--build-tool", 231 "--build-tool",
232 "ninja", 232 "ninja",
233 "--compiler", 233 "--compiler",
234 "goma-clang", 234 "goma-clang",
235 "--goma-jsonstatus", 235 "--goma-jsonstatus",
236 "/path/to/tmp/json", 236 "/path/to/tmp/json",
237 "--goma-service-account-json-file",
238 "/creds/service_accounts/service-account-goma-client.json",
239 "--goma-dir", 237 "--goma-dir",
240 "[BUILD]/goma", 238 "[BUILD]/goma",
241 "--", 239 "--",
242 "All" 240 "All"
243 ], 241 ],
244 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", 242 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
245 "name": "compile", 243 "name": "compile",
246 "~followup_annotations": [ 244 "~followup_annotations": [
247 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
248 "@@@STEP_LOG_END@json.output (invalid)@@@" 246 "@@@STEP_LOG_END@json.output (invalid)@@@"
249 ] 247 ]
250 }, 248 },
251 { 249 {
252 "name": "$result", 250 "name": "$result",
253 "recipe_result": null, 251 "recipe_result": null,
254 "status_code": 0 252 "status_code": 0
255 } 253 }
256 ] 254 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698