| 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 "--master", | 7 "--master", |
| 8 "chromium.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder", | 10 "Mac Builder", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 ] | 164 ] |
| 165 }, | 165 }, |
| 166 { | 166 { |
| 167 "cmd": [ | 167 "cmd": [ |
| 168 "python", | 168 "python", |
| 169 "-u", | 169 "-u", |
| 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 171 "--show-path", | 171 "--show-path", |
| 172 "python", | 172 "python", |
| 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 174 "--gsutil-py-path", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 174 "--ninja-path", | 176 "--ninja-path", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 176 "--target", | 178 "--target", |
| 177 "Release", | 179 "Release", |
| 178 "--src-dir", | 180 "--src-dir", |
| 179 "[SLAVE_BUILD]/src", | 181 "[SLAVE_BUILD]/src", |
| 180 "--goma-cache-dir", | 182 "--goma-cache-dir", |
| 181 "[GOMA_CACHE]", | 183 "[GOMA_CACHE]", |
| 182 "--build-tool", | 184 "--build-tool", |
| 183 "ninja", | 185 "ninja", |
| (...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 "~followup_annotations": [ | 765 "~followup_annotations": [ |
| 764 "@@@STEP_TEXT@Mac Retina Perf (5)@@@" | 766 "@@@STEP_TEXT@Mac Retina Perf (5)@@@" |
| 765 ] | 767 ] |
| 766 }, | 768 }, |
| 767 { | 769 { |
| 768 "name": "$result", | 770 "name": "$result", |
| 769 "recipe_result": null, | 771 "recipe_result": null, |
| 770 "status_code": 0 | 772 "status_code": 0 |
| 771 } | 773 } |
| 772 ] | 774 ] |
| OLD | NEW |