| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "--target", | 104 "--target", |
| 105 "Debug", | 105 "Debug", |
| 106 "--src-dir", | 106 "--src-dir", |
| 107 "[SLAVE_BUILD]/src", | 107 "[SLAVE_BUILD]/src", |
| 108 "--build-tool", | 108 "--build-tool", |
| 109 "ninja", | 109 "ninja", |
| 110 "--compiler", | 110 "--compiler", |
| 111 "goma", | 111 "goma", |
| 112 "--goma-dir", | 112 "--goma-dir", |
| 113 "[BUILD]/goma", | 113 "[BUILD]/goma", |
| 114 "--ninja-ensure-up-to-date", |
| 114 "--", | 115 "--", |
| 115 "angle_unittests_run", | 116 "angle_unittests_run", |
| 116 "content_gl_tests_run", | 117 "content_gl_tests_run", |
| 117 "gl_tests_run", | 118 "gl_tests_run", |
| 118 "gles2_conform_test_run", | 119 "gles2_conform_test_run", |
| 119 "gpu_unittests_run", | 120 "gpu_unittests_run", |
| 120 "tab_capture_end2end_tests_run", | 121 "tab_capture_end2end_tests_run", |
| 121 "telemetry_gpu_test_run" | 122 "telemetry_gpu_test_run" |
| 122 ], | 123 ], |
| 123 "cwd": "[SLAVE_BUILD]", | 124 "cwd": "[SLAVE_BUILD]", |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 "cwd": "[SLAVE_BUILD]", | 800 "cwd": "[SLAVE_BUILD]", |
| 800 "env": { | 801 "env": { |
| 801 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 802 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" |
| 802 }, | 803 }, |
| 803 "name": "gpu_rasterization_tests", | 804 "name": "gpu_rasterization_tests", |
| 804 "~followup_annotations": [ | 805 "~followup_annotations": [ |
| 805 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" | 806 "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@" |
| 806 ] | 807 ] |
| 807 } | 808 } |
| 808 ] | 809 ] |
| OLD | NEW |