| 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" | |
| 112 ], | 110 ], |
| 113 "name": "compile" | 111 "name": "compile" |
| 114 }, | 112 }, |
| 115 { | 113 { |
| 116 "cmd": [ | 114 "cmd": [ |
| 117 "python", | 115 "python", |
| 118 "-u", | 116 "-u", |
| 119 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", | 117 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", |
| 120 "--json", | 118 "--json", |
| 121 "/path/to/tmp/json" | 119 "/path/to/tmp/json" |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 "--metadata", | 202 "--metadata", |
| 205 "blink_revision=124383", | 203 "blink_revision=124383", |
| 206 "--metadata", | 204 "--metadata", |
| 207 "build_number=571", | 205 "build_number=571", |
| 208 "--write-full-results-to", | 206 "--write-full-results-to", |
| 209 "/path/to/tmp/json" | 207 "/path/to/tmp/json" |
| 210 ], | 208 ], |
| 211 "name": "telemetry_perf_unittests" | 209 "name": "telemetry_perf_unittests" |
| 212 } | 210 } |
| 213 ] | 211 ] |
| OLD | NEW |