| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 "-m", | 314 "-m", |
| 315 "tryserver.chromium.win", | 315 "tryserver.chromium.win", |
| 316 "-b", | 316 "-b", |
| 317 "win_chromium_rel_ng", | 317 "win_chromium_rel_ng", |
| 318 "-v", | 318 "-v", |
| 319 "//out/Release", | 319 "//out/Release", |
| 320 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"v8/foo.cc\"], \"test_targets\": [\"blink_heap_unittests\", \"blink_platform_
unittests\", \"mini_installer\", \"webkit_unit_tests\", \"wtf_unittests\"]}", | 320 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"v8/foo.cc\"], \"test_targets\": [\"blink_heap_unittests\", \"blink_platform_
unittests\", \"mini_installer\", \"webkit_unit_tests\", \"wtf_unittests\"]}", |
| 321 "/path/to/tmp/json" | 321 "/path/to/tmp/json" |
| 322 ], | 322 ], |
| 323 "cwd": "[SLAVE_BUILD]", | 323 "cwd": "[SLAVE_BUILD]", |
| 324 "env": { |
| 325 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 326 }, |
| 324 "name": "analyze", | 327 "name": "analyze", |
| 325 "~followup_annotations": [ | 328 "~followup_annotations": [ |
| 326 "@@@STEP_TEXT@No compile necessary@@@", | 329 "@@@STEP_TEXT@No compile necessary@@@", |
| 327 "@@@STEP_LOG_LINE@json.output@{@@@", | 330 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 328 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 331 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 329 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 332 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 330 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 333 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 331 "@@@STEP_LOG_LINE@json.output@}@@@", | 334 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 332 "@@@STEP_LOG_END@json.output@@@", | 335 "@@@STEP_LOG_END@json.output@@@", |
| 333 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 336 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "tryserver.chromium.win", | 373 "tryserver.chromium.win", |
| 371 "-b", | 374 "-b", |
| 372 "win_chromium_rel_ng", | 375 "win_chromium_rel_ng", |
| 373 "--config-file", | 376 "--config-file", |
| 374 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 377 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 375 "--goma-dir", | 378 "--goma-dir", |
| 376 "[CACHE]\\cipd\\goma", | 379 "[CACHE]\\cipd\\goma", |
| 377 "//out/Release" | 380 "//out/Release" |
| 378 ], | 381 ], |
| 379 "cwd": "[SLAVE_BUILD]", | 382 "cwd": "[SLAVE_BUILD]", |
| 383 "env": { |
| 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 385 }, |
| 380 "name": "generate_build_files (with patch)" | 386 "name": "generate_build_files (with patch)" |
| 381 }, | 387 }, |
| 382 { | 388 { |
| 383 "cmd": [ | 389 "cmd": [ |
| 384 "python", | 390 "python", |
| 385 "-u", | 391 "-u", |
| 386 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 392 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 387 "--show-path", | 393 "--show-path", |
| 388 "python", | 394 "python", |
| 389 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 395 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 ], | 563 ], |
| 558 "cwd": "[SLAVE_BUILD]", | 564 "cwd": "[SLAVE_BUILD]", |
| 559 "name": "process_dumps" | 565 "name": "process_dumps" |
| 560 }, | 566 }, |
| 561 { | 567 { |
| 562 "name": "$result", | 568 "name": "$result", |
| 563 "recipe_result": null, | 569 "recipe_result": null, |
| 564 "status_code": 0 | 570 "status_code": 0 |
| 565 } | 571 } |
| 566 ] | 572 ] |
| OLD | NEW |