| 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 "client.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder-Trybot", | 10 "Mac Builder-Trybot", |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 "-u", | 185 "-u", |
| 186 "[BUILD]/scripts/slave/cleanup_temp.py" | 186 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 187 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]", | 188 "cwd": "[SLAVE_BUILD]", |
| 189 "name": "cleanup_temp" | 189 "name": "cleanup_temp" |
| 190 }, | 190 }, |
| 191 { | 191 { |
| 192 "cmd": [ | 192 "cmd": [ |
| 193 "python", | 193 "python", |
| 194 "-u", | 194 "-u", |
| 195 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 195 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 196 "--build-dir", | 196 "--build-dir", |
| 197 "[SLAVE_BUILD]/src/out/Release", | 197 "[SLAVE_BUILD]/src/out/Release", |
| 198 "--clean-isolated-files" | 198 "--clean-isolated-files" |
| 199 ], | 199 ], |
| 200 "cwd": "[SLAVE_BUILD]", | 200 "cwd": "[SLAVE_BUILD]", |
| 201 "name": "clean isolated files" | 201 "name": "clean isolated files" |
| 202 }, | 202 }, |
| 203 { | 203 { |
| 204 "allow_subannotations": true, | 204 "allow_subannotations": true, |
| 205 "cmd": [ | 205 "cmd": [ |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "name": "compile", | 247 "name": "compile", |
| 248 "~followup_annotations": [ | 248 "~followup_annotations": [ |
| 249 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 249 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 250 "@@@STEP_LOG_END@json.output (invalid)@@@" | 250 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 251 ] | 251 ] |
| 252 }, | 252 }, |
| 253 { | 253 { |
| 254 "cmd": [ | 254 "cmd": [ |
| 255 "python", | 255 "python", |
| 256 "-u", | 256 "-u", |
| 257 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 257 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
| 258 "--build-dir", | 258 "--build-dir", |
| 259 "[SLAVE_BUILD]/src/out/Release", | 259 "[SLAVE_BUILD]/src/out/Release", |
| 260 "--src-dir", | 260 "--src-dir", |
| 261 "[SLAVE_BUILD]/src" | 261 "[SLAVE_BUILD]/src" |
| 262 ], | 262 ], |
| 263 "cwd": "[SLAVE_BUILD]", | 263 "cwd": "[SLAVE_BUILD]", |
| 264 "name": "remove_build_metadata" | 264 "name": "remove_build_metadata" |
| 265 }, | 265 }, |
| 266 { | 266 { |
| 267 "cmd": [ | 267 "cmd": [ |
| 268 "python", | 268 "python", |
| 269 "-u", | 269 "-u", |
| 270 "RECIPE_MODULE[isolate]/resources/isolate.py", | 270 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
| 271 "[SLAVE_BUILD]/src/tools/swarming_client", | 271 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 272 "batcharchive", | 272 "batcharchive", |
| 273 "--dump-json", | 273 "--dump-json", |
| 274 "/path/to/tmp/json", | 274 "/path/to/tmp/json", |
| 275 "--isolate-server", | 275 "--isolate-server", |
| 276 "https://isolateserver.appspot.com", | 276 "https://isolateserver.appspot.com", |
| 277 "--verbose", | 277 "--verbose", |
| 278 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 278 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 279 ], | 279 ], |
| 280 "cwd": "[SLAVE_BUILD]", | 280 "cwd": "[SLAVE_BUILD]", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 "~followup_annotations": [ | 334 "~followup_annotations": [ |
| 335 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@" | 335 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@" |
| 336 ] | 336 ] |
| 337 }, | 337 }, |
| 338 { | 338 { |
| 339 "name": "$result", | 339 "name": "$result", |
| 340 "recipe_result": null, | 340 "recipe_result": null, |
| 341 "status_code": 0 | 341 "status_code": 0 |
| 342 } | 342 } |
| 343 ] | 343 ] |
| OLD | NEW |