| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Trusty (dbg)", | 10 "Linux Trusty (dbg)", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "-u", | 99 "-u", |
| 100 "[BUILD]/scripts/slave/compile.py", | 100 "[BUILD]/scripts/slave/compile.py", |
| 101 "--target", | 101 "--target", |
| 102 "Debug", | 102 "Debug", |
| 103 "--src-dir", | 103 "--src-dir", |
| 104 "[SLAVE_BUILD]/src", | 104 "[SLAVE_BUILD]/src", |
| 105 "--build-tool", | 105 "--build-tool", |
| 106 "ninja", | 106 "ninja", |
| 107 "--", | 107 "--", |
| 108 "all", | 108 "all", |
| 109 "chrome" | 109 "chrome", |
| 110 "mojo_public_test_interfaces", |
| 111 "mojo_python" |
| 110 ], | 112 ], |
| 111 "name": "compile" | 113 "name": "compile" |
| 112 }, | 114 }, |
| 113 { | 115 { |
| 114 "cmd": [ | 116 "cmd": [ |
| 115 "python", | 117 "python", |
| 116 "-u", | 118 "-u", |
| 117 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", | 119 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", |
| 118 "--json", | 120 "--json", |
| 119 "/path/to/tmp/json" | 121 "/path/to/tmp/json" |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "--metadata", | 204 "--metadata", |
| 203 "blink_revision=124383", | 205 "blink_revision=124383", |
| 204 "--metadata", | 206 "--metadata", |
| 205 "build_number=571", | 207 "build_number=571", |
| 206 "--write-full-results-to", | 208 "--write-full-results-to", |
| 207 "/path/to/tmp/json" | 209 "/path/to/tmp/json" |
| 208 ], | 210 ], |
| 209 "name": "telemetry_perf_unittests" | 211 "name": "telemetry_perf_unittests" |
| 210 } | 212 } |
| 211 ] | 213 ] |
| OLD | NEW |