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

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

Issue 1906513003: Revert "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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "--src-dir", 222 "--src-dir",
223 "[SLAVE_BUILD]\\src", 223 "[SLAVE_BUILD]\\src",
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 "--compiler", 228 "--compiler",
229 "goma", 229 "goma",
230 "--goma-jsonstatus", 230 "--goma-jsonstatus",
231 "/path/to/tmp/json", 231 "/path/to/tmp/json",
232 "--goma-service-account-json-file",
233 "C:\\creds\\service_accounts\\service-account-goma-client.json",
234 "--mode", 232 "--mode",
235 "official", 233 "official",
236 "--goma-dir", 234 "--goma-dir",
237 "[CACHE]\\cipd\\goma", 235 "[CACHE]\\cipd\\goma",
238 "--goma-hermetic", 236 "--goma-hermetic",
239 "fallback", 237 "fallback",
240 "--", 238 "--",
241 "chrome", 239 "chrome",
242 "chromium_builder_perf" 240 "chromium_builder_perf"
243 ], 241 ],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 ], 304 ],
307 "cwd": "[SLAVE_BUILD]", 305 "cwd": "[SLAVE_BUILD]",
308 "name": "process_dumps" 306 "name": "process_dumps"
309 }, 307 },
310 { 308 {
311 "name": "$result", 309 "name": "$result",
312 "recipe_result": null, 310 "recipe_result": null,
313 "status_code": 0 311 "status_code": 0
314 } 312 }
315 ] 313 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698