| 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 "Debug", | 127 "Debug", |
| 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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 "--output-dir", | 770 "--output-dir", |
| 770 "/path/to/tmp/" | 771 "/path/to/tmp/" |
| 771 ], | 772 ], |
| 772 "cwd": "[SLAVE_BUILD]", | 773 "cwd": "[SLAVE_BUILD]", |
| 773 "name": "gpu_rasterization_tests", | 774 "name": "gpu_rasterization_tests", |
| 774 "~followup_annotations": [ | 775 "~followup_annotations": [ |
| 775 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 776 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 776 ] | 777 ] |
| 777 } | 778 } |
| 778 ] | 779 ] |
| OLD | NEW |