| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 "-m", | 311 "-m", |
| 312 "tryserver.chromium.win", | 312 "tryserver.chromium.win", |
| 313 "-b", | 313 "-b", |
| 314 "win_chromium_rel_ng", | 314 "win_chromium_rel_ng", |
| 315 "-v", | 315 "-v", |
| 316 "//out/Release", | 316 "//out/Release", |
| 317 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"third_party/WebKit/Source/core/dom/Element.cpp\"], \"test_targets\": [\"blin
k_heap_unittests\", \"blink_platform_unittests\", \"mini_installer\", \"webkit_u
nit_tests\", \"wtf_unittests\"]}", | 317 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"third_party/WebKit/Source/core/dom/Element.cpp\"], \"test_targets\": [\"blin
k_heap_unittests\", \"blink_platform_unittests\", \"mini_installer\", \"webkit_u
nit_tests\", \"wtf_unittests\"]}", |
| 318 "/path/to/tmp/json" | 318 "/path/to/tmp/json" |
| 319 ], | 319 ], |
| 320 "cwd": "[SLAVE_BUILD]", | 320 "cwd": "[SLAVE_BUILD]", |
| 321 "env": { |
| 322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 323 }, |
| 321 "name": "analyze", | 324 "name": "analyze", |
| 322 "~followup_annotations": [ | 325 "~followup_annotations": [ |
| 323 "@@@STEP_TEXT@No compile necessary@@@", | 326 "@@@STEP_TEXT@No compile necessary@@@", |
| 324 "@@@STEP_LOG_LINE@json.output@{@@@", | 327 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 325 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 328 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 326 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 329 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 327 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 330 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 328 "@@@STEP_LOG_LINE@json.output@}@@@", | 331 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 329 "@@@STEP_LOG_END@json.output@@@", | 332 "@@@STEP_LOG_END@json.output@@@", |
| 330 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 333 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 "tryserver.chromium.win", | 370 "tryserver.chromium.win", |
| 368 "-b", | 371 "-b", |
| 369 "win_chromium_rel_ng", | 372 "win_chromium_rel_ng", |
| 370 "--config-file", | 373 "--config-file", |
| 371 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 374 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 372 "--goma-dir", | 375 "--goma-dir", |
| 373 "[CACHE]\\cipd\\goma", | 376 "[CACHE]\\cipd\\goma", |
| 374 "//out/Release" | 377 "//out/Release" |
| 375 ], | 378 ], |
| 376 "cwd": "[SLAVE_BUILD]", | 379 "cwd": "[SLAVE_BUILD]", |
| 380 "env": { |
| 381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 382 }, |
| 377 "name": "generate_build_files (with patch)" | 383 "name": "generate_build_files (with patch)" |
| 378 }, | 384 }, |
| 379 { | 385 { |
| 380 "cmd": [ | 386 "cmd": [ |
| 381 "python", | 387 "python", |
| 382 "-u", | 388 "-u", |
| 383 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 389 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 384 "--show-path", | 390 "--show-path", |
| 385 "python", | 391 "python", |
| 386 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 392 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 ], | 560 ], |
| 555 "cwd": "[SLAVE_BUILD]", | 561 "cwd": "[SLAVE_BUILD]", |
| 556 "name": "process_dumps" | 562 "name": "process_dumps" |
| 557 }, | 563 }, |
| 558 { | 564 { |
| 559 "name": "$result", | 565 "name": "$result", |
| 560 "recipe_result": null, | 566 "recipe_result": null, |
| 561 "status_code": 0 | 567 "status_code": 0 |
| 562 } | 568 } |
| 563 ] | 569 ] |
| OLD | NEW |