| 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 "Debug", | 107 "Debug", |
| 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 623 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 "--output-dir", | 750 "--output-dir", |
| 750 "/path/to/tmp/" | 751 "/path/to/tmp/" |
| 751 ], | 752 ], |
| 752 "cwd": "[SLAVE_BUILD]", | 753 "cwd": "[SLAVE_BUILD]", |
| 753 "name": "gpu_rasterization_tests", | 754 "name": "gpu_rasterization_tests", |
| 754 "~followup_annotations": [ | 755 "~followup_annotations": [ |
| 755 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 756 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 756 ] | 757 ] |
| 757 } | 758 } |
| 758 ] | 759 ] |
| OLD | NEW |