| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "--target", | 106 "--target", |
| 107 "Release", | 107 "Release", |
| 108 "--src-dir", | 108 "--src-dir", |
| 109 "[SLAVE_BUILD]/src", | 109 "[SLAVE_BUILD]/src", |
| 110 "--build-tool", | 110 "--build-tool", |
| 111 "ninja", | 111 "ninja", |
| 112 "--compiler", | 112 "--compiler", |
| 113 "goma", | 113 "goma", |
| 114 "--goma-dir", | 114 "--goma-dir", |
| 115 "[BUILD]/goma", | 115 "[BUILD]/goma", |
| 116 "--ninja-ensure-up-to-date", |
| 116 "--", | 117 "--", |
| 117 "angle_unittests_run", | 118 "angle_unittests_run", |
| 118 "content_gl_tests_run", | 119 "content_gl_tests_run", |
| 119 "gl_tests_run", | 120 "gl_tests_run", |
| 120 "gles2_conform_test_run", | 121 "gles2_conform_test_run", |
| 121 "gpu_unittests_run", | 122 "gpu_unittests_run", |
| 122 "tab_capture_end2end_tests_run", | 123 "tab_capture_end2end_tests_run", |
| 123 "telemetry_gpu_test_run" | 124 "telemetry_gpu_test_run" |
| 124 ], | 125 ], |
| 125 "cwd": "[SLAVE_BUILD]", | 126 "cwd": "[SLAVE_BUILD]", |
| (...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 "-H", | 838 "-H", |
| 838 "[dummy hash for tab_capture_end2end_tests]", | 839 "[dummy hash for tab_capture_end2end_tests]", |
| 839 "-I", | 840 "-I", |
| 840 "https://isolateserver.appspot.com", | 841 "https://isolateserver.appspot.com", |
| 841 "--" | 842 "--" |
| 842 ], | 843 ], |
| 843 "cwd": "[SLAVE_BUILD]", | 844 "cwd": "[SLAVE_BUILD]", |
| 844 "name": "tab_capture_end2end_tests" | 845 "name": "tab_capture_end2end_tests" |
| 845 } | 846 } |
| 846 ] | 847 ] |
| OLD | NEW |