| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | 3 "cmd": [], |
| 4 "name": "ensure_goma" | 4 "name": "ensure_goma" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "cmd": [ | 7 "cmd": [ |
| 8 "python", | 8 "python", |
| 9 "-u", | 9 "-u", |
| 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "8675309", | 74 "8675309", |
| 75 "--patchset", | 75 "--patchset", |
| 76 "1", | 76 "1", |
| 77 "--output_json", | 77 "--output_json", |
| 78 "/path/to/tmp/json", | 78 "/path/to/tmp/json", |
| 79 "--revision", | 79 "--revision", |
| 80 "src@267739", | 80 "src@267739", |
| 81 "--output_manifest" | 81 "--output_manifest" |
| 82 ], | 82 ], |
| 83 "env": { | 83 "env": { |
| 84 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 84 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| 85 }, | 85 }, |
| 86 "name": "bot_update", | 86 "name": "bot_update", |
| 87 "~followup_annotations": [ | 87 "~followup_annotations": [ |
| 88 "@@@STEP_TEXT@Some step text@@@", | 88 "@@@STEP_TEXT@Some step text@@@", |
| 89 "@@@STEP_LOG_LINE@json.output@{@@@", | 89 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 90 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 90 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 91 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 91 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 92 "@@@STEP_LOG_LINE@json.output@ \"src\": \"267739\"@@@", | 92 "@@@STEP_LOG_LINE@json.output@ \"src\": \"267739\"@@@", |
| 93 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 93 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 94 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | 94 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| (...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 "~followup_annotations": [ | 658 "~followup_annotations": [ |
| 659 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf
(1)@@@" | 659 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Power Nexus 5X Perf
(1)@@@" |
| 660 ] | 660 ] |
| 661 }, | 661 }, |
| 662 { | 662 { |
| 663 "name": "$result", | 663 "name": "$result", |
| 664 "recipe_result": null, | 664 "recipe_result": null, |
| 665 "status_code": 0 | 665 "status_code": 0 |
| 666 } | 666 } |
| 667 ] | 667 ] |
| OLD | NEW |