| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "--src-dir", | 217 "--src-dir", |
| 218 "[SLAVE_BUILD]/src", | 218 "[SLAVE_BUILD]/src", |
| 219 "--build-tool", | 219 "--build-tool", |
| 220 "ninja", | 220 "ninja", |
| 221 "--compiler", | 221 "--compiler", |
| 222 "goma-clang", | 222 "goma-clang", |
| 223 "--goma-dir", | 223 "--goma-dir", |
| 224 "[BUILD]/goma", | 224 "[BUILD]/goma", |
| 225 "--goma-fail-fast", | 225 "--goma-fail-fast", |
| 226 "--goma-disable-local-fallback", | 226 "--goma-disable-local-fallback", |
| 227 "--ninja-ensure-up-to-date", |
| 227 "--", | 228 "--", |
| 228 "angle_unittests_run", | 229 "angle_unittests_run", |
| 229 "content_gl_tests_run", | 230 "content_gl_tests_run", |
| 230 "gl_tests_run", | 231 "gl_tests_run", |
| 231 "gles2_conform_test_run", | 232 "gles2_conform_test_run", |
| 232 "gpu_unittests_run", | 233 "gpu_unittests_run", |
| 233 "tab_capture_end2end_tests_run", | 234 "tab_capture_end2end_tests_run", |
| 234 "telemetry_gpu_test_run" | 235 "telemetry_gpu_test_run" |
| 235 ], | 236 ], |
| 236 "cwd": "[SLAVE_BUILD]", | 237 "cwd": "[SLAVE_BUILD]", |
| (...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 "json", | 860 "json", |
| 860 "--output-dir", | 861 "--output-dir", |
| 861 "/path/to/tmp/" | 862 "/path/to/tmp/" |
| 862 ], | 863 ], |
| 863 "cwd": "[SLAVE_BUILD]", | 864 "cwd": "[SLAVE_BUILD]", |
| 864 "name": "gpu_rasterization_tests", | 865 "name": "gpu_rasterization_tests", |
| 865 "~followup_annotations": [ | 866 "~followup_annotations": [ |
| 866 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 867 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 867 ] | 868 ] |
| 868 } | 869 } |
| 869 ] | 870 ] |
| OLD | NEW |