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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "-m", 365 "-m",
366 "tryserver.chromium.win", 366 "tryserver.chromium.win",
367 "-b", 367 "-b",
368 "win_chromium_rel_ng", 368 "win_chromium_rel_ng",
369 "--config-file", 369 "--config-file",
370 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 370 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
371 "--goma-dir", 371 "--goma-dir",
372 "[CACHE]\\cipd\\goma", 372 "[CACHE]\\cipd\\goma",
373 "//out/Release" 373 "//out/Release"
374 ], 374 ],
375 "cwd": "[SLAVE_BUILD]\\src",
375 "env": { 376 "env": {
376 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 377 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
377 }, 378 },
378 "name": "generate_build_files (with patch)" 379 "name": "generate_build_files (with patch)"
379 }, 380 },
380 { 381 {
381 "cmd": [ 382 "cmd": [
382 "python", 383 "python",
383 "-u", 384 "-u",
384 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 385 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 555 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
555 }, 556 },
556 "name": "process_dumps" 557 "name": "process_dumps"
557 }, 558 },
558 { 559 {
559 "name": "$result", 560 "name": "$result",
560 "recipe_result": null, 561 "recipe_result": null,
561 "status_code": 0 562 "status_code": 0
562 } 563 }
563 ] 564 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698