| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "v8", | 10 "v8", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 71 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 72 "--version" | 72 "--version" |
| 73 ], | 73 ], |
| 74 "name": "swarming.py --version", | 74 "name": "swarming.py --version", |
| 75 "stdout": "/path/to/tmp/", | 75 "stdout": "/path/to/tmp/", |
| 76 "~followup_annotations": [ | 76 "~followup_annotations": [ |
| 77 "@@@STEP_TEXT@0.8.6@@@" | 77 "@@@STEP_TEXT@0.8.6@@@" |
| 78 ] | 78 ] |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "cmd": [], | |
| 82 "name": "ensure_goma" | 81 "name": "ensure_goma" |
| 83 }, | 82 }, |
| 84 { | 83 { |
| 85 "cmd": [ | 84 "cmd": [ |
| 86 "python", | 85 "python", |
| 87 "-u", | 86 "-u", |
| 88 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 87 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 89 "--platform", | 88 "--platform", |
| 90 "linux-386", | 89 "linux-386", |
| 91 "--dest-directory", | 90 "--dest-directory", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 338 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 340 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", | 339 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", |
| 341 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 340 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 342 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 341 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 343 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 342 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 344 "@@@STEP_LOG_LINE@json.output@}@@@", | 343 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 345 "@@@STEP_LOG_END@json.output@@@" | 344 "@@@STEP_LOG_END@json.output@@@" |
| 346 ] | 345 ] |
| 347 }, | 346 }, |
| 348 { | 347 { |
| 349 "cmd": [], | |
| 350 "name": "trigger", | 348 "name": "trigger", |
| 351 "trigger_specs": [ | 349 "trigger_specs": [ |
| 352 { | 350 { |
| 353 "builder_name": "v8_linux_dbg_ng_triggered", | 351 "builder_name": "v8_linux_dbg_ng_triggered", |
| 354 "properties": { | 352 "properties": { |
| 355 "category": "cq", | 353 "category": "cq", |
| 356 "issue": 12853011, | 354 "issue": 12853011, |
| 357 "master": "tryserver.v8", | 355 "master": "tryserver.v8", |
| 358 "parent_build_environment": { | 356 "parent_build_environment": { |
| 359 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" | 357 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" |
| (...skipping 22 matching lines...) Expand all Loading... |
| 382 "~followup_annotations": [ | 380 "~followup_annotations": [ |
| 383 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@" | 381 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@" |
| 384 ] | 382 ] |
| 385 }, | 383 }, |
| 386 { | 384 { |
| 387 "name": "$result", | 385 "name": "$result", |
| 388 "recipe_result": null, | 386 "recipe_result": null, |
| 389 "status_code": 0 | 387 "status_code": 0 |
| 390 } | 388 } |
| 391 ] | 389 ] |
| OLD | NEW |