| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 "--target", | 61 "--target", |
| 62 "Release", | 62 "Release", |
| 63 "--src-dir", | 63 "--src-dir", |
| 64 "[SLAVE_BUILD]/src", | 64 "[SLAVE_BUILD]/src", |
| 65 "--build-tool", | 65 "--build-tool", |
| 66 "ninja", | 66 "ninja", |
| 67 "--compiler", | 67 "--compiler", |
| 68 "goma-clang", | 68 "goma-clang", |
| 69 "--goma-dir", | 69 "--goma-dir", |
| 70 "[BUILD]/goma", | 70 "[BUILD]/goma", |
| 71 "--ninja-ensure-up-to-date", |
| 71 "--", | 72 "--", |
| 72 "angle_unittests_run", | 73 "angle_unittests_run", |
| 73 "content_gl_tests_run", | 74 "content_gl_tests_run", |
| 74 "gl_tests_run", | 75 "gl_tests_run", |
| 75 "gles2_conform_test_run", | 76 "gles2_conform_test_run", |
| 76 "gpu_unittests_run", | 77 "gpu_unittests_run", |
| 77 "tab_capture_end2end_tests_run", | 78 "tab_capture_end2end_tests_run", |
| 78 "telemetry_gpu_test_run" | 79 "telemetry_gpu_test_run" |
| 79 ], | 80 ], |
| 80 "cwd": "[SLAVE_BUILD]", | 81 "cwd": "[SLAVE_BUILD]", |
| (...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 "-H", | 740 "-H", |
| 740 "[dummy hash for tab_capture_end2end_tests]", | 741 "[dummy hash for tab_capture_end2end_tests]", |
| 741 "-I", | 742 "-I", |
| 742 "https://isolateserver.appspot.com", | 743 "https://isolateserver.appspot.com", |
| 743 "--" | 744 "--" |
| 744 ], | 745 ], |
| 745 "cwd": "[SLAVE_BUILD]", | 746 "cwd": "[SLAVE_BUILD]", |
| 746 "name": "tab_capture_end2end_tests" | 747 "name": "tab_capture_end2end_tests" |
| 747 } | 748 } |
| 748 ] | 749 ] |
| OLD | NEW |