| 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.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_browser_asan_rel", | 10 "linux_chromium_browser_asan_rel", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 "[SLAVE_BUILD]/src", | 131 "[SLAVE_BUILD]/src", |
| 132 "--build-tool", | 132 "--build-tool", |
| 133 "ninja", | 133 "ninja", |
| 134 "--compiler", | 134 "--compiler", |
| 135 "goma-clang", | 135 "goma-clang", |
| 136 "--goma-dir", | 136 "--goma-dir", |
| 137 "[BUILD]/goma", | 137 "[BUILD]/goma", |
| 138 "--", | 138 "--", |
| 139 "base_unittests", | 139 "base_unittests", |
| 140 "mojo_common_unittests", | 140 "mojo_common_unittests", |
| 141 "browser_tests", | 141 "browser_tests" |
| 142 "chrome" | |
| 143 ], | 142 ], |
| 144 "name": "compile (with patch)" | 143 "name": "compile (with patch)" |
| 145 }, | 144 }, |
| 146 { | 145 { |
| 147 "cmd": [ | 146 "cmd": [ |
| 148 "python", | 147 "python", |
| 149 "-u", | 148 "-u", |
| 150 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", | 149 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", |
| 151 "--json", | 150 "--json", |
| 152 "/path/to/tmp/json" | 151 "/path/to/tmp/json" |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 "browser_tests", | 301 "browser_tests", |
| 303 "--test-launcher-batch-limit=1", | 302 "--test-launcher-batch-limit=1", |
| 304 "--test-launcher-print-test-stdio=always" | 303 "--test-launcher-print-test-stdio=always" |
| 305 ], | 304 ], |
| 306 "name": "browser_tests (with patch)" | 305 "name": "browser_tests (with patch)" |
| 307 }, | 306 }, |
| 308 { | 307 { |
| 309 "cmd": [ | 308 "cmd": [ |
| 310 "python", | 309 "python", |
| 311 "-u", | 310 "-u", |
| 312 "[SLAVE_BUILD]/src/chrome/test/nacl_test_injection/buildbot_nacl_integrati
on.py", | |
| 313 "--mode", | |
| 314 "Release", | |
| 315 "--json_build_results_output_file", | |
| 316 "/path/to/tmp/json" | |
| 317 ], | |
| 318 "name": "nacl_integration (with patch)", | |
| 319 "~followup_annotations": [ | |
| 320 "@@@STEP_LOG_LINE@json.output@[]@@@", | |
| 321 "@@@STEP_LOG_END@json.output@@@" | |
| 322 ] | |
| 323 }, | |
| 324 { | |
| 325 "cmd": [ | |
| 326 "python", | |
| 327 "-u", | |
| 328 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 311 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 329 "--write-full-results-to", | 312 "--write-full-results-to", |
| 330 "/path/to/tmp/json" | 313 "/path/to/tmp/json" |
| 331 ], | 314 ], |
| 332 "name": "mojo_python_tests (with patch)" | 315 "name": "mojo_python_tests (with patch)" |
| 333 } | 316 } |
| 334 ] | 317 ] |
| OLD | NEW |