| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 "--target", | 126 "--target", |
| 127 "Release", | 127 "Release", |
| 128 "--src-dir", | 128 "--src-dir", |
| 129 "[SLAVE_BUILD]/src", | 129 "[SLAVE_BUILD]/src", |
| 130 "--build-tool", | 130 "--build-tool", |
| 131 "ninja", | 131 "ninja", |
| 132 "--compiler", | 132 "--compiler", |
| 133 "goma-clang", | 133 "goma-clang", |
| 134 "--goma-dir", | 134 "--goma-dir", |
| 135 "[BUILD]/goma", | 135 "[BUILD]/goma", |
| 136 "--ninja-ensure-up-to-date", |
| 136 "--", | 137 "--", |
| 137 "angle_unittests_run", | 138 "angle_unittests_run", |
| 138 "content_gl_tests_run", | 139 "content_gl_tests_run", |
| 139 "gl_tests_run", | 140 "gl_tests_run", |
| 140 "gles2_conform_test_run", | 141 "gles2_conform_test_run", |
| 141 "gpu_unittests_run", | 142 "gpu_unittests_run", |
| 142 "tab_capture_end2end_tests_run", | 143 "tab_capture_end2end_tests_run", |
| 143 "telemetry_gpu_test_run" | 144 "telemetry_gpu_test_run" |
| 144 ], | 145 ], |
| 145 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
| (...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 804 "-H", | 805 "-H", |
| 805 "[dummy hash for tab_capture_end2end_tests]", | 806 "[dummy hash for tab_capture_end2end_tests]", |
| 806 "-I", | 807 "-I", |
| 807 "https://isolateserver.appspot.com", | 808 "https://isolateserver.appspot.com", |
| 808 "--" | 809 "--" |
| 809 ], | 810 ], |
| 810 "cwd": "[SLAVE_BUILD]", | 811 "cwd": "[SLAVE_BUILD]", |
| 811 "name": "tab_capture_end2end_tests" | 812 "name": "tab_capture_end2end_tests" |
| 812 } | 813 } |
| 813 ] | 814 ] |
| OLD | NEW |