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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_bisect_builder.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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "--goma-cache-dir", 224 "--goma-cache-dir",
225 "[GOMA_CACHE]", 225 "[GOMA_CACHE]",
226 "--build-tool", 226 "--build-tool",
227 "ninja", 227 "ninja",
228 "--build-data-dir", 228 "--build-data-dir",
229 "[ROOT]\\build_data_dir", 229 "[ROOT]\\build_data_dir",
230 "--compiler", 230 "--compiler",
231 "goma", 231 "goma",
232 "--goma-jsonstatus", 232 "--goma-jsonstatus",
233 "/path/to/tmp/json", 233 "/path/to/tmp/json",
234 "--goma-service-account-json-file",
235 "C:\\creds\\service_accounts\\service-account-goma-client.json",
234 "--mode", 236 "--mode",
235 "official", 237 "official",
236 "--goma-dir", 238 "--goma-dir",
237 "[CACHE]\\cipd\\goma", 239 "[CACHE]\\cipd\\goma",
238 "--goma-hermetic", 240 "--goma-hermetic",
239 "fallback", 241 "fallback",
240 "--", 242 "--",
241 "chrome", 243 "chrome",
242 "chromium_builder_perf" 244 "chromium_builder_perf"
243 ], 245 ],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 ], 308 ],
307 "cwd": "[SLAVE_BUILD]", 309 "cwd": "[SLAVE_BUILD]",
308 "name": "process_dumps" 310 "name": "process_dumps"
309 }, 311 },
310 { 312 {
311 "name": "$result", 313 "name": "$result",
312 "recipe_result": null, 314 "recipe_result": null,
313 "status_code": 0 315 "status_code": 0
314 } 316 }
315 ] 317 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698