| 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.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "--target", | 113 "--target", |
| 114 "Debug", | 114 "Debug", |
| 115 "--src-dir", | 115 "--src-dir", |
| 116 "[SLAVE_BUILD]/src", | 116 "[SLAVE_BUILD]/src", |
| 117 "--build-tool", | 117 "--build-tool", |
| 118 "ninja", | 118 "ninja", |
| 119 "--compiler", | 119 "--compiler", |
| 120 "goma", | 120 "goma", |
| 121 "--goma-dir", | 121 "--goma-dir", |
| 122 "[BUILD]/goma", | 122 "[BUILD]/goma", |
| 123 "--ninja-ensure-up-to-date", |
| 123 "--", | 124 "--", |
| 124 "content_shell" | 125 "content_shell" |
| 125 ], | 126 ], |
| 126 "cwd": "[SLAVE_BUILD]", | 127 "cwd": "[SLAVE_BUILD]", |
| 127 "name": "compile content_shell" | 128 "name": "compile content_shell" |
| 128 }, | 129 }, |
| 129 { | 130 { |
| 130 "cmd": [ | 131 "cmd": [ |
| 131 "python", | 132 "python", |
| 132 "-u", | 133 "-u", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 147 "--target", | 148 "--target", |
| 148 "Debug", | 149 "Debug", |
| 149 "--src-dir", | 150 "--src-dir", |
| 150 "[SLAVE_BUILD]/src", | 151 "[SLAVE_BUILD]/src", |
| 151 "--build-tool", | 152 "--build-tool", |
| 152 "ninja", | 153 "ninja", |
| 153 "--compiler", | 154 "--compiler", |
| 154 "goma", | 155 "goma", |
| 155 "--goma-dir", | 156 "--goma-dir", |
| 156 "[BUILD]/goma", | 157 "[BUILD]/goma", |
| 158 "--ninja-ensure-up-to-date", |
| 157 "--", | 159 "--", |
| 158 "aura_unittests", | 160 "aura_unittests", |
| 159 "base_unittests", | 161 "base_unittests", |
| 160 "cacheinvalidation_unittests", | 162 "cacheinvalidation_unittests", |
| 161 "cc_unittests", | 163 "cc_unittests", |
| 162 "components_unittests", | 164 "components_unittests", |
| 163 "compositor_unittests", | 165 "compositor_unittests", |
| 164 "content_browsertests", | 166 "content_browsertests", |
| 165 "content_unittests", | 167 "content_unittests", |
| 166 "crypto_unittests", | 168 "crypto_unittests", |
| (...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 "--builder-name=TestBuilder", | 707 "--builder-name=TestBuilder", |
| 706 "--slave-name=TestSlavename", | 708 "--slave-name=TestSlavename", |
| 707 "--build-number=571", | 709 "--build-number=571", |
| 708 "--no-spawn-dbus", | 710 "--no-spawn-dbus", |
| 709 "url_unittests" | 711 "url_unittests" |
| 710 ], | 712 ], |
| 711 "cwd": "[SLAVE_BUILD]", | 713 "cwd": "[SLAVE_BUILD]", |
| 712 "name": "url_unittests" | 714 "name": "url_unittests" |
| 713 } | 715 } |
| 714 ] | 716 ] |
| OLD | NEW |