| 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 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 "cwd": "[SLAVE_BUILD]", | 802 "cwd": "[SLAVE_BUILD]", |
| 802 "env": { | 803 "env": { |
| 803 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 804 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 804 }, | 805 }, |
| 805 "name": "gpu_rasterization_tests", | 806 "name": "gpu_rasterization_tests", |
| 806 "~followup_annotations": [ | 807 "~followup_annotations": [ |
| 807 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 808 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 808 ] | 809 ] |
| 809 } | 810 } |
| 810 ] | 811 ] |
| OLD | NEW |