| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 79 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 80 "--version" | 80 "--version" |
| 81 ], | 81 ], |
| 82 "name": "swarming.py --version", | 82 "name": "swarming.py --version", |
| 83 "stdout": "/path/to/tmp/", | 83 "stdout": "/path/to/tmp/", |
| 84 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 85 "@@@STEP_TEXT@0.8.6@@@" | 85 "@@@STEP_TEXT@0.8.6@@@" |
| 86 ] | 86 ] |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 "cmd": [], | |
| 90 "name": "ensure_goma" | 89 "name": "ensure_goma" |
| 91 }, | 90 }, |
| 92 { | 91 { |
| 93 "cmd": [ | 92 "cmd": [ |
| 94 "python", | 93 "python", |
| 95 "-u", | 94 "-u", |
| 96 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", | 95 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", |
| 97 "--platform", | 96 "--platform", |
| 98 "windows-386", | 97 "windows-386", |
| 99 "--dest-directory", | 98 "--dest-directory", |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 ], | 339 ], |
| 341 "name": "isolate tests", | 340 "name": "isolate tests", |
| 342 "~followup_annotations": [ | 341 "~followup_annotations": [ |
| 343 "@@@STEP_LOG_LINE@json.output@{@@@", | 342 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 344 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\"@@@", | 343 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\"@@@", |
| 345 "@@@STEP_LOG_LINE@json.output@}@@@", | 344 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 346 "@@@STEP_LOG_END@json.output@@@" | 345 "@@@STEP_LOG_END@json.output@@@" |
| 347 ] | 346 ] |
| 348 }, | 347 }, |
| 349 { | 348 { |
| 350 "cmd": [], | |
| 351 "name": "trigger", | 349 "name": "trigger", |
| 352 "trigger_specs": [ | 350 "trigger_specs": [ |
| 353 { | 351 { |
| 354 "builder_name": "v8_win_rel_ng_triggered", | 352 "builder_name": "v8_win_rel_ng_triggered", |
| 355 "properties": { | 353 "properties": { |
| 356 "category": "cq", | 354 "category": "cq", |
| 357 "issue": 12853011, | 355 "issue": 12853011, |
| 358 "master": "tryserver.v8", | 356 "master": "tryserver.v8", |
| 359 "parent_build_environment": { | 357 "parent_build_environment": { |
| 360 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" | 358 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" |
| (...skipping 17 matching lines...) Expand all Loading... |
| 378 "~followup_annotations": [ | 376 "~followup_annotations": [ |
| 379 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" | 377 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" |
| 380 ] | 378 ] |
| 381 }, | 379 }, |
| 382 { | 380 { |
| 383 "name": "$result", | 381 "name": "$result", |
| 384 "recipe_result": null, | 382 "recipe_result": null, |
| 385 "status_code": 0 | 383 "status_code": 0 |
| 386 } | 384 } |
| 387 ] | 385 ] |
| OLD | NEW |