| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 ] |
| OLD | NEW |