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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64nvidia_perf_bisect.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 "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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "--build-data-dir", 232 "--build-data-dir",
233 "[ROOT]\\build_data_dir", 233 "[ROOT]\\build_data_dir",
234 "--compiler", 234 "--compiler",
235 "goma", 235 "goma",
236 "--goma-jsonstatus", 236 "--goma-jsonstatus",
237 "/path/to/tmp/json", 237 "/path/to/tmp/json",
238 "--goma-service-account-json-file",
239 "C:\\creds\\service_accounts\\service-account-goma-client.json",
238 "--mode", 240 "--mode",
239 "official", 241 "official",
240 "--goma-dir", 242 "--goma-dir",
241 "[CACHE]\\cipd\\goma", 243 "[CACHE]\\cipd\\goma",
242 "--goma-hermetic", 244 "--goma-hermetic",
243 "fallback", 245 "fallback",
244 "--", 246 "--",
245 "chrome", 247 "chrome",
246 "chromium_builder_perf" 248 "chromium_builder_perf"
247 ], 249 ],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 ], 312 ],
311 "cwd": "[SLAVE_BUILD]", 313 "cwd": "[SLAVE_BUILD]",
312 "name": "process_dumps" 314 "name": "process_dumps"
313 }, 315 },
314 { 316 {
315 "name": "$result", 317 "name": "$result",
316 "recipe_result": null, 318 "recipe_result": null,
317 "status_code": 0 319 "status_code": 0
318 } 320 }
319 ] 321 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698