OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "ClangToTLinux", | 10 "ClangToTLinux", |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 "-u", | 174 "-u", |
175 "[BUILD]/scripts/slave/cleanup_temp.py" | 175 "[BUILD]/scripts/slave/cleanup_temp.py" |
176 ], | 176 ], |
177 "cwd": "[SLAVE_BUILD]", | 177 "cwd": "[SLAVE_BUILD]", |
178 "name": "cleanup_temp" | 178 "name": "cleanup_temp" |
179 }, | 179 }, |
180 { | 180 { |
181 "cmd": [ | 181 "cmd": [ |
182 "python", | 182 "python", |
183 "-u", | 183 "-u", |
184 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 184 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
185 "--build-dir", | 185 "--build-dir", |
186 "[SLAVE_BUILD]/src/out/Release", | 186 "[SLAVE_BUILD]/src/out/Release", |
187 "--clean-isolated-files" | 187 "--clean-isolated-files" |
188 ], | 188 ], |
189 "cwd": "[SLAVE_BUILD]", | 189 "cwd": "[SLAVE_BUILD]", |
190 "name": "clean isolated files" | 190 "name": "clean isolated files" |
191 }, | 191 }, |
192 { | 192 { |
193 "allow_subannotations": true, | 193 "allow_subannotations": true, |
194 "cmd": [ | 194 "cmd": [ |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 "cwd": "[SLAVE_BUILD]", | 231 "cwd": "[SLAVE_BUILD]", |
232 "env": { | 232 "env": { |
233 "LLVM_FORCE_HEAD_REVISION": "YES" | 233 "LLVM_FORCE_HEAD_REVISION": "YES" |
234 }, | 234 }, |
235 "name": "compile" | 235 "name": "compile" |
236 }, | 236 }, |
237 { | 237 { |
238 "cmd": [ | 238 "cmd": [ |
239 "python", | 239 "python", |
240 "-u", | 240 "-u", |
241 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 241 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
242 "--build-dir", | 242 "--build-dir", |
243 "[SLAVE_BUILD]/src/out/Release", | 243 "[SLAVE_BUILD]/src/out/Release", |
244 "--src-dir", | 244 "--src-dir", |
245 "[SLAVE_BUILD]/src" | 245 "[SLAVE_BUILD]/src" |
246 ], | 246 ], |
247 "cwd": "[SLAVE_BUILD]", | 247 "cwd": "[SLAVE_BUILD]", |
248 "name": "remove_build_metadata" | 248 "name": "remove_build_metadata" |
249 }, | 249 }, |
250 { | 250 { |
251 "cmd": [ | 251 "cmd": [ |
252 "python", | 252 "python", |
253 "-u", | 253 "-u", |
254 "RECIPE_MODULE[isolate]/resources/isolate.py", | 254 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
255 "[SLAVE_BUILD]/src/tools/swarming_client", | 255 "[SLAVE_BUILD]/src/tools/swarming_client", |
256 "batcharchive", | 256 "batcharchive", |
257 "--dump-json", | 257 "--dump-json", |
258 "/path/to/tmp/json", | 258 "/path/to/tmp/json", |
259 "--isolate-server", | 259 "--isolate-server", |
260 "https://isolateserver.appspot.com", | 260 "https://isolateserver.appspot.com", |
261 "--verbose", | 261 "--verbose", |
262 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 262 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
263 ], | 263 ], |
264 "cwd": "[SLAVE_BUILD]", | 264 "cwd": "[SLAVE_BUILD]", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
348 ], | 348 ], |
349 "cwd": "[SLAVE_BUILD]", | 349 "cwd": "[SLAVE_BUILD]", |
350 "name": "sizes" | 350 "name": "sizes" |
351 }, | 351 }, |
352 { | 352 { |
353 "name": "$result", | 353 "name": "$result", |
354 "recipe_result": null, | 354 "recipe_result": null, |
355 "status_code": 0 | 355 "status_code": 0 |
356 } | 356 } |
357 ] | 357 ] |
OLD | NEW |