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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_archive.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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "-m", 359 "-m",
360 "tryserver.chromium.win", 360 "tryserver.chromium.win",
361 "-b", 361 "-b",
362 "win_archive", 362 "win_archive",
363 "--config-file", 363 "--config-file",
364 "[BUILDER_CACHE]\\win_archive\\src\\tools\\mb\\mb_config.pyl", 364 "[BUILDER_CACHE]\\win_archive\\src\\tools\\mb\\mb_config.pyl",
365 "--goma-dir", 365 "--goma-dir",
366 "[CACHE]\\cipd\\goma", 366 "[CACHE]\\cipd\\goma",
367 "//out/Release" 367 "//out/Release"
368 ], 368 ],
369 "cwd": "[BUILDER_CACHE]\\win_archive\\src",
369 "env": { 370 "env": {
370 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 371 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
371 }, 372 },
372 "name": "generate_build_files (with patch)" 373 "name": "generate_build_files (with patch)"
373 }, 374 },
374 { 375 {
375 "cmd": [ 376 "cmd": [
376 "python", 377 "python",
377 "-u", 378 "-u",
378 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 379 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "import sys; sys.exit(0)" 422 "import sys; sys.exit(0)"
422 ], 423 ],
423 "name": "mark: before_tests" 424 "name": "mark: before_tests"
424 }, 425 },
425 { 426 {
426 "name": "$result", 427 "name": "$result",
427 "recipe_result": null, 428 "recipe_result": null,
428 "status_code": 0 429 "status_code": 0
429 } 430 }
430 ] 431 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698