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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64intel_perf_bisect.json

Issue 1909483002: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "--src-dir", 226 "--src-dir",
227 "[SLAVE_BUILD]\\src", 227 "[SLAVE_BUILD]\\src",
228 "--goma-cache-dir", 228 "--goma-cache-dir",
229 "[GOMA_CACHE]", 229 "[GOMA_CACHE]",
230 "--build-tool", 230 "--build-tool",
231 "ninja", 231 "ninja",
232 "--compiler", 232 "--compiler",
233 "goma", 233 "goma",
234 "--goma-jsonstatus", 234 "--goma-jsonstatus",
235 "/path/to/tmp/json", 235 "/path/to/tmp/json",
236 "--goma-service-account-json-file",
237 "C:\\creds\\service_accounts\\service-account-goma-client.json",
236 "--mode", 238 "--mode",
237 "official", 239 "official",
238 "--goma-dir", 240 "--goma-dir",
239 "[BUILD]\\goma", 241 "[BUILD]\\goma",
240 "--goma-hermetic", 242 "--goma-hermetic",
241 "fallback", 243 "fallback",
242 "--", 244 "--",
243 "chrome", 245 "chrome",
244 "chromium_builder_perf" 246 "chromium_builder_perf"
245 ], 247 ],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 ], 310 ],
309 "cwd": "[SLAVE_BUILD]", 311 "cwd": "[SLAVE_BUILD]",
310 "name": "process_dumps" 312 "name": "process_dumps"
311 }, 313 },
312 { 314 {
313 "name": "$result", 315 "name": "$result",
314 "recipe_result": null, 316 "recipe_result": null,
315 "status_code": 0 317 "status_code": 0
316 } 318 }
317 ] 319 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698