| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Chrome Linux Perf", | 10 "Chrome Linux Perf", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "--src-dir", | 95 "--src-dir", |
| 96 "[SLAVE_BUILD]/src", | 96 "[SLAVE_BUILD]/src", |
| 97 "--build-tool", | 97 "--build-tool", |
| 98 "ninja", | 98 "ninja", |
| 99 "--compiler", | 99 "--compiler", |
| 100 "goma", | 100 "goma", |
| 101 "--mode", | 101 "--mode", |
| 102 "official", | 102 "official", |
| 103 "--goma-dir", | 103 "--goma-dir", |
| 104 "[BUILD]/goma", | 104 "[BUILD]/goma", |
| 105 "--ninja-ensure-up-to-date", |
| 105 "--", | 106 "--", |
| 106 "chromium_builder_perf" | 107 "chromium_builder_perf" |
| 107 ], | 108 ], |
| 108 "cwd": "[SLAVE_BUILD]", | 109 "cwd": "[SLAVE_BUILD]", |
| 109 "name": "compile" | 110 "name": "compile" |
| 110 }, | 111 }, |
| 111 { | 112 { |
| 112 "cmd": [ | 113 "cmd": [ |
| 113 "python", | 114 "python", |
| 114 "-u", | 115 "-u", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 "--b=2" | 220 "--b=2" |
| 220 ], | 221 ], |
| 221 "cwd": "[SLAVE_BUILD]", | 222 "cwd": "[SLAVE_BUILD]", |
| 222 "name": "blink_perf.all.release", | 223 "name": "blink_perf.all.release", |
| 223 "~followup_annotations": [ | 224 "~followup_annotations": [ |
| 224 "@@@STEP_LOG_LINE@json.output@[]@@@", | 225 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 225 "@@@STEP_LOG_END@json.output@@@" | 226 "@@@STEP_LOG_END@json.output@@@" |
| 226 ] | 227 ] |
| 227 } | 228 } |
| 228 ] | 229 ] |
| OLD | NEW |