| 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 "tryserver.chromium.win", | 8 "tryserver.chromium.win", |
| 9 "--builder", | 9 "--builder", |
| 10 "win8_chromium_rel", | 10 "win8_chromium_rel", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "--src-dir", | 130 "--src-dir", |
| 131 "[SLAVE_BUILD]\\src", | 131 "[SLAVE_BUILD]\\src", |
| 132 "--build-tool", | 132 "--build-tool", |
| 133 "ninja", | 133 "ninja", |
| 134 "--compiler", | 134 "--compiler", |
| 135 "goma", | 135 "goma", |
| 136 "--goma-dir", | 136 "--goma-dir", |
| 137 "[BUILD]\\goma", | 137 "[BUILD]\\goma", |
| 138 "--", | 138 "--", |
| 139 "base_unittests", | 139 "base_unittests", |
| 140 "browser_tests", | 140 "browser_tests" |
| 141 "chrome" | |
| 142 ], | 141 ], |
| 143 "name": "compile (with patch)" | 142 "name": "compile (with patch)" |
| 144 }, | 143 }, |
| 145 { | 144 { |
| 146 "cmd": [ | 145 "cmd": [ |
| 147 "python", | 146 "python", |
| 148 "-u", | 147 "-u", |
| 149 "[SLAVE_BUILD]\\src\\tools\\deps2git\\deps2git.py", | 148 "[SLAVE_BUILD]\\src\\tools\\deps2git\\deps2git.py", |
| 150 "-d", | 149 "-d", |
| 151 "[SLAVE_BUILD]\\src\\DEPS", | 150 "[SLAVE_BUILD]\\src\\DEPS", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 "--slave-name=TestSlavename", | 213 "--slave-name=TestSlavename", |
| 215 "--build-number=571", | 214 "--build-number=571", |
| 216 "browser_tests.exe" | 215 "browser_tests.exe" |
| 217 ], | 216 ], |
| 218 "name": "browser_tests (with patch)" | 217 "name": "browser_tests (with patch)" |
| 219 }, | 218 }, |
| 220 { | 219 { |
| 221 "cmd": [ | 220 "cmd": [ |
| 222 "python", | 221 "python", |
| 223 "-u", | 222 "-u", |
| 224 "[SLAVE_BUILD]\\src\\chrome\\test\\nacl_test_injection\\buildbot_nacl_inte
gration.py", | |
| 225 "--mode", | |
| 226 "Release", | |
| 227 "--json_build_results_output_file", | |
| 228 "/path/to/tmp/json" | |
| 229 ], | |
| 230 "name": "nacl_integration (with patch)", | |
| 231 "~followup_annotations": [ | |
| 232 "@@@STEP_LOG_LINE@json.output@[]@@@", | |
| 233 "@@@STEP_LOG_END@json.output@@@" | |
| 234 ] | |
| 235 }, | |
| 236 { | |
| 237 "cmd": [ | |
| 238 "python", | |
| 239 "-u", | |
| 240 "[SLAVE_BUILD]\\src\\mojo\\tools\\run_mojo_python_tests.py", | 223 "[SLAVE_BUILD]\\src\\mojo\\tools\\run_mojo_python_tests.py", |
| 241 "--write-full-results-to", | 224 "--write-full-results-to", |
| 242 "/path/to/tmp/json" | 225 "/path/to/tmp/json" |
| 243 ], | 226 ], |
| 244 "name": "mojo_python_tests (with patch)" | 227 "name": "mojo_python_tests (with patch)" |
| 245 } | 228 } |
| 246 ] | 229 ] |
| OLD | NEW |