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

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

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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
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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "-m", 225 "-m",
226 "chromium.perf", 226 "chromium.perf",
227 "-b", 227 "-b",
228 "Win Builder", 228 "Win Builder",
229 "--config-file", 229 "--config-file",
230 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\mb\\mb_config.pyl", 230 "[BUILDER_CACHE]\\Win_Builder\\src\\tools\\mb\\mb_config.pyl",
231 "--goma-dir", 231 "--goma-dir",
232 "[CACHE]\\cipd\\goma", 232 "[CACHE]\\cipd\\goma",
233 "//out/Release" 233 "//out/Release"
234 ], 234 ],
235 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src",
235 "env": { 236 "env": {
236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
237 }, 238 },
238 "name": "generate_build_files" 239 "name": "generate_build_files"
239 }, 240 },
240 { 241 {
241 "cmd": [ 242 "cmd": [
242 "python", 243 "python",
243 "-u", 244 "-u",
244 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 245 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 464 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
464 }, 465 },
465 "name": "process_dumps" 466 "name": "process_dumps"
466 }, 467 },
467 { 468 {
468 "name": "$result", 469 "name": "$result",
469 "recipe_result": null, 470 "recipe_result": null,
470 "status_code": 0 471 "status_code": 0
471 } 472 }
472 ] 473 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698