| 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.mojo", | 8 "chromium.mojo", |
| 9 "--builder", | 9 "--builder", |
| 10 "Chromium Mojo Linux", | 10 "Chromium Mojo Linux", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "--target", | 96 "--target", |
| 97 "Release", | 97 "Release", |
| 98 "--src-dir", | 98 "--src-dir", |
| 99 "[SLAVE_BUILD]/src", | 99 "[SLAVE_BUILD]/src", |
| 100 "--build-tool", | 100 "--build-tool", |
| 101 "ninja", | 101 "ninja", |
| 102 "--compiler", | 102 "--compiler", |
| 103 "goma", | 103 "goma", |
| 104 "--goma-dir", | 104 "--goma-dir", |
| 105 "[BUILD]/goma", | 105 "[BUILD]/goma", |
| 106 "--ninja-ensure-up-to-date", |
| 106 "--", | 107 "--", |
| 107 "mandoline:all" | 108 "mandoline:all" |
| 108 ], | 109 ], |
| 109 "cwd": "[SLAVE_BUILD]", | 110 "cwd": "[SLAVE_BUILD]", |
| 110 "name": "compile" | 111 "name": "compile" |
| 111 }, | 112 }, |
| 112 { | 113 { |
| 113 "cmd": [ | 114 "cmd": [ |
| 114 "python", | 115 "python", |
| 115 "-u", | 116 "-u", |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 "python", | 430 "python", |
| 430 "-u", | 431 "-u", |
| 431 "[SLAVE_BUILD]/src/mojo/tools/apptest_runner.py", | 432 "[SLAVE_BUILD]/src/mojo/tools/apptest_runner.py", |
| 432 "[SLAVE_BUILD]/src/out/Release", | 433 "[SLAVE_BUILD]/src/out/Release", |
| 433 "--verbose" | 434 "--verbose" |
| 434 ], | 435 ], |
| 435 "cwd": "[SLAVE_BUILD]", | 436 "cwd": "[SLAVE_BUILD]", |
| 436 "name": "app_tests" | 437 "name": "app_tests" |
| 437 } | 438 } |
| 438 ] | 439 ] |
| OLD | NEW |