| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "name": "gclient runhooks" | 74 "name": "gclient runhooks" |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 "cmd": [ | 77 "cmd": [ |
| 78 "python", | 78 "python", |
| 79 "-u", | 79 "-u", |
| 80 "[DEPOT_TOOLS]/gn.py", | 80 "[DEPOT_TOOLS]/gn.py", |
| 81 "--root=[SLAVE_BUILD]/src", | 81 "--root=[SLAVE_BUILD]/src", |
| 82 "gen", | 82 "gen", |
| 83 "//out/Release", | 83 "//out/Release", |
| 84 "--args=use_prebuilt_mojo_shell=true is_debug=false cpu_arch=\"x64\" use_g
oma=true goma_dir=\"[BUILD]/goma\"" | 84 "--args=is_debug=false cpu_arch=\"x64\" use_goma=true goma_dir=\"[BUILD]/g
oma\"" |
| 85 ], | 85 ], |
| 86 "name": "gn" | 86 "name": "gn" |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 "cmd": [ | 89 "cmd": [ |
| 90 "python", | 90 "python", |
| 91 "-u", | 91 "-u", |
| 92 "[BUILD]/scripts/slave/compile.py", | 92 "[BUILD]/scripts/slave/compile.py", |
| 93 "--target", | 93 "--target", |
| 94 "Release", | 94 "Release", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "name": "html_viewer_unittests" | 127 "name": "html_viewer_unittests" |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "cmd": [ | 130 "cmd": [ |
| 131 "python", | 131 "python", |
| 132 "-u", | 132 "-u", |
| 133 "[SLAVE_BUILD]/src/mojo/tools/apptest_runner.py", | 133 "[SLAVE_BUILD]/src/mojo/tools/apptest_runner.py", |
| 134 "[SLAVE_BUILD]/src/mojo/tools/data/apptests", | 134 "[SLAVE_BUILD]/src/mojo/tools/data/apptests", |
| 135 "[SLAVE_BUILD]/src/out/Release" | 135 "[SLAVE_BUILD]/src/out/Release" |
| 136 ], | 136 ], |
| 137 "name": "run apptests" | 137 "name": "app_tests" |
| 138 } | 138 } |
| 139 ] | 139 ] |
| OLD | NEW |