| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 "--target", | 124 "--target", |
| 125 "Debug", | 125 "Debug", |
| 126 "--src-dir", | 126 "--src-dir", |
| 127 "[SLAVE_BUILD]/src", | 127 "[SLAVE_BUILD]/src", |
| 128 "--build-tool", | 128 "--build-tool", |
| 129 "ninja", | 129 "ninja", |
| 130 "--compiler", | 130 "--compiler", |
| 131 "goma-clang", | 131 "goma-clang", |
| 132 "--goma-dir", | 132 "--goma-dir", |
| 133 "[BUILD]/goma", | 133 "[BUILD]/goma", |
| 134 "--ninja-ensure-up-to-date", |
| 134 "--", | 135 "--", |
| 135 "angle_unittests_run", | 136 "angle_unittests_run", |
| 136 "content_gl_tests_run", | 137 "content_gl_tests_run", |
| 137 "gl_tests_run", | 138 "gl_tests_run", |
| 138 "gles2_conform_test_run", | 139 "gles2_conform_test_run", |
| 139 "gpu_unittests_run", | 140 "gpu_unittests_run", |
| 140 "tab_capture_end2end_tests_run", | 141 "tab_capture_end2end_tests_run", |
| 141 "telemetry_gpu_test_run" | 142 "telemetry_gpu_test_run" |
| 142 ], | 143 ], |
| 143 "cwd": "[SLAVE_BUILD]", | 144 "cwd": "[SLAVE_BUILD]", |
| (...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 "--output-dir", | 768 "--output-dir", |
| 768 "/path/to/tmp/" | 769 "/path/to/tmp/" |
| 769 ], | 770 ], |
| 770 "cwd": "[SLAVE_BUILD]", | 771 "cwd": "[SLAVE_BUILD]", |
| 771 "name": "gpu_rasterization_tests", | 772 "name": "gpu_rasterization_tests", |
| 772 "~followup_annotations": [ | 773 "~followup_annotations": [ |
| 773 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 774 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 774 ] | 775 ] |
| 775 } | 776 } |
| 776 ] | 777 ] |
| OLD | NEW |