| 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", | 8 "chromium", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux x64", | 10 "Linux x64", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "cmd": [ | 92 "cmd": [ |
| 93 "python", | 93 "python", |
| 94 "-u", | 94 "-u", |
| 95 "[DEPOT_TOOLS]/gclient.py", | 95 "[DEPOT_TOOLS]/gclient.py", |
| 96 "runhooks" | 96 "runhooks" |
| 97 ], | 97 ], |
| 98 "cwd": "[SLAVE_BUILD]", | 98 "cwd": "[SLAVE_BUILD]", |
| 99 "env": { | 99 "env": { |
| 100 "GYP_CHROMIUM_NO_ACTION": "1", |
| 100 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' linux_dump
_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1" | 101 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' linux_dump
_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1" |
| 101 }, | 102 }, |
| 102 "name": "gclient runhooks" | 103 "name": "gclient runhooks" |
| 103 }, | 104 }, |
| 104 { | 105 { |
| 105 "cmd": [ | 106 "cmd": [ |
| 106 "python", | 107 "python", |
| 107 "-u", | 108 "-u", |
| 108 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 109 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 109 "[SLAVE_BUILD]/src/testing/buildbot/chromium.json", | 110 "[SLAVE_BUILD]/src/testing/buildbot/chromium.json", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 "-u", | 146 "-u", |
| 146 "[BUILD]/scripts/slave/cleanup_temp.py" | 147 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 147 ], | 148 ], |
| 148 "cwd": "[SLAVE_BUILD]", | 149 "cwd": "[SLAVE_BUILD]", |
| 149 "name": "cleanup_temp" | 150 "name": "cleanup_temp" |
| 150 }, | 151 }, |
| 151 { | 152 { |
| 152 "cmd": [ | 153 "cmd": [ |
| 153 "python", | 154 "python", |
| 154 "-u", | 155 "-u", |
| 156 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 157 "gen", |
| 158 "-m", |
| 159 "chromium", |
| 160 "-b", |
| 161 "Linux x64", |
| 162 "--config-file", |
| 163 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 164 "--goma-dir", |
| 165 "[BUILD]/goma", |
| 166 "//out/Release" |
| 167 ], |
| 168 "cwd": "[SLAVE_BUILD]", |
| 169 "name": "generate_build_files" |
| 170 }, |
| 171 { |
| 172 "cmd": [ |
| 173 "python", |
| 174 "-u", |
| 155 "[BUILD]/scripts/slave/compile.py", | 175 "[BUILD]/scripts/slave/compile.py", |
| 156 "--target", | 176 "--target", |
| 157 "Release", | 177 "Release", |
| 158 "--src-dir", | 178 "--src-dir", |
| 159 "[SLAVE_BUILD]/src", | 179 "[SLAVE_BUILD]/src", |
| 160 "--build-tool", | 180 "--build-tool", |
| 161 "ninja", | 181 "ninja", |
| 162 "--compiler", | 182 "--compiler", |
| 163 "goma", | 183 "goma", |
| 164 "--goma-jsonstatus", | 184 "--goma-jsonstatus", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 ], | 245 ], |
| 226 "cwd": "[SLAVE_BUILD]", | 246 "cwd": "[SLAVE_BUILD]", |
| 227 "name": "sizes" | 247 "name": "sizes" |
| 228 }, | 248 }, |
| 229 { | 249 { |
| 230 "name": "$result", | 250 "name": "$result", |
| 231 "recipe_result": null, | 251 "recipe_result": null, |
| 232 "status_code": 0 | 252 "status_code": 0 |
| 233 } | 253 } |
| 234 ] | 254 ] |
| OLD | NEW |