| 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.mac", | 8 "chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder", | 10 "Mac Builder", |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 "-u", | 214 "-u", |
| 215 "[BUILD]/scripts/slave/cleanup_temp.py" | 215 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 216 ], | 216 ], |
| 217 "cwd": "[SLAVE_BUILD]", | 217 "cwd": "[SLAVE_BUILD]", |
| 218 "name": "cleanup_temp" | 218 "name": "cleanup_temp" |
| 219 }, | 219 }, |
| 220 { | 220 { |
| 221 "cmd": [ | 221 "cmd": [ |
| 222 "python", | 222 "python", |
| 223 "-u", | 223 "-u", |
| 224 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 224 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 225 "--build-dir", | 225 "--build-dir", |
| 226 "[SLAVE_BUILD]/src/out/Release", | 226 "[SLAVE_BUILD]/src/out/Release", |
| 227 "--clean-isolated-files" | 227 "--clean-isolated-files" |
| 228 ], | 228 ], |
| 229 "cwd": "[SLAVE_BUILD]", | 229 "cwd": "[SLAVE_BUILD]", |
| 230 "name": "clean isolated files" | 230 "name": "clean isolated files" |
| 231 }, | 231 }, |
| 232 { | 232 { |
| 233 "allow_subannotations": true, | 233 "allow_subannotations": true, |
| 234 "cmd": [ | 234 "cmd": [ |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "name": "compile", | 276 "name": "compile", |
| 277 "~followup_annotations": [ | 277 "~followup_annotations": [ |
| 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 279 "@@@STEP_LOG_END@json.output (invalid)@@@" | 279 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 280 ] | 280 ] |
| 281 }, | 281 }, |
| 282 { | 282 { |
| 283 "cmd": [ | 283 "cmd": [ |
| 284 "python", | 284 "python", |
| 285 "-u", | 285 "-u", |
| 286 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 286 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
| 287 "--build-dir", | 287 "--build-dir", |
| 288 "[SLAVE_BUILD]/src/out/Release", | 288 "[SLAVE_BUILD]/src/out/Release", |
| 289 "--src-dir", | 289 "--src-dir", |
| 290 "[SLAVE_BUILD]/src" | 290 "[SLAVE_BUILD]/src" |
| 291 ], | 291 ], |
| 292 "cwd": "[SLAVE_BUILD]", | 292 "cwd": "[SLAVE_BUILD]", |
| 293 "name": "remove_build_metadata" | 293 "name": "remove_build_metadata" |
| 294 }, | 294 }, |
| 295 { | 295 { |
| 296 "cmd": [ | 296 "cmd": [ |
| 297 "python", | 297 "python", |
| 298 "-u", | 298 "-u", |
| 299 "RECIPE_MODULE[isolate]/resources/isolate.py", | 299 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
| 300 "[SLAVE_BUILD]/src/tools/swarming_client", | 300 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 301 "batcharchive", | 301 "batcharchive", |
| 302 "--dump-json", | 302 "--dump-json", |
| 303 "/path/to/tmp/json", | 303 "/path/to/tmp/json", |
| 304 "--isolate-server", | 304 "--isolate-server", |
| 305 "https://isolateserver.appspot.com", | 305 "https://isolateserver.appspot.com", |
| 306 "--verbose", | 306 "--verbose", |
| 307 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 307 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 308 ], | 308 ], |
| 309 "cwd": "[SLAVE_BUILD]", | 309 "cwd": "[SLAVE_BUILD]", |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 469 "~followup_annotations": [ | 469 "~followup_annotations": [ |
| 470 "@@@STEP_TEXT@Mac10.9 Tests@@@" | 470 "@@@STEP_TEXT@Mac10.9 Tests@@@" |
| 471 ] | 471 ] |
| 472 }, | 472 }, |
| 473 { | 473 { |
| 474 "name": "$result", | 474 "name": "$result", |
| 475 "recipe_result": null, | 475 "recipe_result": null, |
| 476 "status_code": 0 | 476 "status_code": 0 |
| 477 } | 477 } |
| 478 ] | 478 ] |
| OLD | NEW |