| 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 342 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 344 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o
ptimize_for_size]\", @@@", | 343 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o
ptimize_for_size]\", @@@", |
| 345 "@@@STEP_LOG_LINE@json.output@ \"run-gcmole\": \"[dummy hash for run-gcmo
le]\", @@@", | 344 "@@@STEP_LOG_LINE@json.output@ \"run-gcmole\": \"[dummy hash for run-gcmo
le]\", @@@", |
| 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@ \"test262\": \"[dummy hash for test262]\"@
@@", | 346 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 348 "@@@STEP_LOG_LINE@json.output@}@@@", | 347 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 349 "@@@STEP_LOG_END@json.output@@@" | 348 "@@@STEP_LOG_END@json.output@@@" |
| 350 ] | 349 ] |
| 351 }, | 350 }, |
| 352 { | 351 { |
| 353 "cmd": [], | |
| 354 "name": "trigger", | 352 "name": "trigger", |
| 355 "trigger_specs": [ | 353 "trigger_specs": [ |
| 356 { | 354 { |
| 357 "builder_name": "v8_linux_rel_ng_triggered", | 355 "builder_name": "v8_linux_rel_ng_triggered", |
| 358 "properties": { | 356 "properties": { |
| 359 "category": "cq", | 357 "category": "cq", |
| 360 "issue": 12853011, | 358 "issue": 12853011, |
| 361 "master": "tryserver.v8", | 359 "master": "tryserver.v8", |
| 362 "parent_build_environment": { | 360 "parent_build_environment": { |
| 363 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" | 361 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" |
| (...skipping 24 matching lines...) Expand all Loading... |
| 388 "~followup_annotations": [ | 386 "~followup_annotations": [ |
| 389 "@@@STEP_TEXT@v8_linux_rel_ng_triggered@@@" | 387 "@@@STEP_TEXT@v8_linux_rel_ng_triggered@@@" |
| 390 ] | 388 ] |
| 391 }, | 389 }, |
| 392 { | 390 { |
| 393 "name": "$result", | 391 "name": "$result", |
| 394 "recipe_result": null, | 392 "recipe_result": null, |
| 395 "status_code": 0 | 393 "status_code": 0 |
| 396 } | 394 } |
| 397 ] | 395 ] |
| OLD | NEW |