| 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.gpu.fyi", | 8 "chromium.gpu.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "GPU Linux Builder", | 10 "GPU Linux Builder", |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 "-u", | 218 "-u", |
| 219 "[BUILD]/scripts/slave/cleanup_temp.py" | 219 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 220 ], | 220 ], |
| 221 "cwd": "[SLAVE_BUILD]", | 221 "cwd": "[SLAVE_BUILD]", |
| 222 "name": "cleanup_temp" | 222 "name": "cleanup_temp" |
| 223 }, | 223 }, |
| 224 { | 224 { |
| 225 "cmd": [ | 225 "cmd": [ |
| 226 "python", | 226 "python", |
| 227 "-u", | 227 "-u", |
| 228 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 228 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 229 "--build-dir", | 229 "--build-dir", |
| 230 "[SLAVE_BUILD]/src/out/Release", | 230 "[SLAVE_BUILD]/src/out/Release", |
| 231 "--clean-isolated-files" | 231 "--clean-isolated-files" |
| 232 ], | 232 ], |
| 233 "cwd": "[SLAVE_BUILD]", | 233 "cwd": "[SLAVE_BUILD]", |
| 234 "name": "clean isolated files" | 234 "name": "clean isolated files" |
| 235 }, | 235 }, |
| 236 { | 236 { |
| 237 "cmd": [ | 237 "cmd": [ |
| 238 "python", | 238 "python", |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "name": "compile", | 280 "name": "compile", |
| 281 "~followup_annotations": [ | 281 "~followup_annotations": [ |
| 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 283 "@@@STEP_LOG_END@json.output (invalid)@@@" | 283 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 284 ] | 284 ] |
| 285 }, | 285 }, |
| 286 { | 286 { |
| 287 "cmd": [ | 287 "cmd": [ |
| 288 "python", | 288 "python", |
| 289 "-u", | 289 "-u", |
| 290 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 290 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
| 291 "--build-dir", | 291 "--build-dir", |
| 292 "[SLAVE_BUILD]/src/out/Release", | 292 "[SLAVE_BUILD]/src/out/Release", |
| 293 "--src-dir", | 293 "--src-dir", |
| 294 "[SLAVE_BUILD]/src" | 294 "[SLAVE_BUILD]/src" |
| 295 ], | 295 ], |
| 296 "cwd": "[SLAVE_BUILD]", | 296 "cwd": "[SLAVE_BUILD]", |
| 297 "name": "remove_build_metadata" | 297 "name": "remove_build_metadata" |
| 298 }, | 298 }, |
| 299 { | 299 { |
| 300 "cmd": [ | 300 "cmd": [ |
| 301 "python", | 301 "python", |
| 302 "-u", | 302 "-u", |
| 303 "RECIPE_MODULE[isolate]/resources/isolate.py", | 303 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
| 304 "[SLAVE_BUILD]/src/tools/swarming_client", | 304 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 305 "batcharchive", | 305 "batcharchive", |
| 306 "--dump-json", | 306 "--dump-json", |
| 307 "/path/to/tmp/json", | 307 "/path/to/tmp/json", |
| 308 "--isolate-server", | 308 "--isolate-server", |
| 309 "https://isolateserver.appspot.com", | 309 "https://isolateserver.appspot.com", |
| 310 "--verbose", | 310 "--verbose", |
| 311 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 311 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" |
| 312 ], | 312 ], |
| 313 "cwd": "[SLAVE_BUILD]", | 313 "cwd": "[SLAVE_BUILD]", |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 "~followup_annotations": [ | 473 "~followup_annotations": [ |
| 474 "@@@STEP_TEXT@Linux Release dEQP (NVIDIA)@@@" | 474 "@@@STEP_TEXT@Linux Release dEQP (NVIDIA)@@@" |
| 475 ] | 475 ] |
| 476 }, | 476 }, |
| 477 { | 477 { |
| 478 "name": "$result", | 478 "name": "$result", |
| 479 "recipe_result": null, | 479 "recipe_result": null, |
| 480 "status_code": 0 | 480 "status_code": 0 |
| 481 } | 481 } |
| 482 ] | 482 ] |
| OLD | NEW |