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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma.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 "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",
237 "--goma-dir", 239 "--goma-dir",
238 "[BUILD]/goma", 240 "[BUILD]/goma",
239 "--", 241 "--",
240 "All" 242 "All"
241 ], 243 ],
242 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", 244 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
243 "name": "compile", 245 "name": "compile",
244 "~followup_annotations": [ 246 "~followup_annotations": [
245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 247 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
246 "@@@STEP_LOG_END@json.output (invalid)@@@" 248 "@@@STEP_LOG_END@json.output (invalid)@@@"
247 ] 249 ]
248 }, 250 },
249 { 251 {
250 "name": "$result", 252 "name": "$result",
251 "recipe_result": null, 253 "recipe_result": null,
252 "status_code": 0 254 "status_code": 0
253 } 255 }
254 ] 256 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698