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_trybot.expected/full_tryserver_chromium_win_win_clang.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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 "-m", 362 "-m",
363 "tryserver.chromium.win", 363 "tryserver.chromium.win",
364 "-b", 364 "-b",
365 "win_clang", 365 "win_clang",
366 "--config-file", 366 "--config-file",
367 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb_config.pyl", 367 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb_config.pyl",
368 "--goma-dir", 368 "--goma-dir",
369 "[CACHE]\\cipd\\goma", 369 "[CACHE]\\cipd\\goma",
370 "//out/Debug_x64" 370 "//out/Debug_x64"
371 ], 371 ],
372 "cwd": "[BUILDER_CACHE]\\win_clang\\src",
372 "env": { 373 "env": {
373 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 374 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
374 }, 375 },
375 "name": "generate_build_files (with patch)" 376 "name": "generate_build_files (with patch)"
376 }, 377 },
377 { 378 {
378 "allow_subannotations": true, 379 "allow_subannotations": true,
379 "cmd": [ 380 "cmd": [
380 "python", 381 "python",
381 "-u", 382 "-u",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "import sys; sys.exit(0)" 446 "import sys; sys.exit(0)"
446 ], 447 ],
447 "name": "mark: before_tests" 448 "name": "mark: before_tests"
448 }, 449 },
449 { 450 {
450 "name": "$result", 451 "name": "$result",
451 "recipe_result": null, 452 "recipe_result": null,
452 "status_code": 0 453 "status_code": 0
453 } 454 }
454 ] 455 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698