| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup_temp" | 9 "name": "cleanup_temp" |
| 10 }, | 10 }, |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "[SLAVE_BUILD]/src/out/Release.1", | 294 "[SLAVE_BUILD]/src/out/Release.1", |
| 295 "--second-build-dir", | 295 "--second-build-dir", |
| 296 "[SLAVE_BUILD]/src/out/Release.2", | 296 "[SLAVE_BUILD]/src/out/Release.2", |
| 297 "--target-platform", | 297 "--target-platform", |
| 298 "linux" | 298 "linux" |
| 299 ], | 299 ], |
| 300 "cwd": "[SLAVE_BUILD]", | 300 "cwd": "[SLAVE_BUILD]", |
| 301 "name": "compare_build_artifacts" | 301 "name": "compare_build_artifacts" |
| 302 } | 302 } |
| 303 ] | 303 ] |
| OLD | NEW |