| 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-amd64", | 97 "windows-amd64", |
| 99 "--dest-directory", | 98 "--dest-directory", |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "name": "isolate tests", | 341 "name": "isolate tests", |
| 343 "~followup_annotations": [ | 342 "~followup_annotations": [ |
| 344 "@@@STEP_LOG_LINE@json.output@{@@@", | 343 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 345 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 344 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 346 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", | 345 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", |
| 347 "@@@STEP_LOG_LINE@json.output@}@@@", | 346 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 348 "@@@STEP_LOG_END@json.output@@@" | 347 "@@@STEP_LOG_END@json.output@@@" |
| 349 ] | 348 ] |
| 350 }, | 349 }, |
| 351 { | 350 { |
| 352 "cmd": [], | |
| 353 "name": "trigger", | 351 "name": "trigger", |
| 354 "trigger_specs": [ | 352 "trigger_specs": [ |
| 355 { | 353 { |
| 356 "builder_name": "v8_win64_rel_ng_triggered", | 354 "builder_name": "v8_win64_rel_ng_triggered", |
| 357 "properties": { | 355 "properties": { |
| 358 "category": "cq", | 356 "category": "cq", |
| 359 "issue": 12853011, | 357 "issue": 12853011, |
| 360 "master": "tryserver.v8", | 358 "master": "tryserver.v8", |
| 361 "parent_build_environment": { | 359 "parent_build_environment": { |
| 362 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" | 360 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 381 "~followup_annotations": [ | 379 "~followup_annotations": [ |
| 382 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" | 380 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" |
| 383 ] | 381 ] |
| 384 }, | 382 }, |
| 385 { | 383 { |
| 386 "name": "$result", | 384 "name": "$result", |
| 387 "recipe_result": null, | 385 "recipe_result": null, |
| 388 "status_code": 0 | 386 "status_code": 0 |
| 389 } | 387 } |
| 390 ] | 388 ] |
| OLD | NEW |