| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 "--src-dir", | 197 "--src-dir", |
| 198 "[SLAVE_BUILD]/src", | 198 "[SLAVE_BUILD]/src", |
| 199 "--build-tool", | 199 "--build-tool", |
| 200 "ninja", | 200 "ninja", |
| 201 "--compiler", | 201 "--compiler", |
| 202 "goma", | 202 "goma", |
| 203 "--goma-dir", | 203 "--goma-dir", |
| 204 "[BUILD]/goma", | 204 "[BUILD]/goma", |
| 205 "--goma-fail-fast", | 205 "--goma-fail-fast", |
| 206 "--goma-disable-local-fallback", | 206 "--goma-disable-local-fallback", |
| 207 "--ninja-ensure-up-to-date", |
| 207 "--", | 208 "--", |
| 208 "angle_unittests_run", | 209 "angle_unittests_run", |
| 209 "content_gl_tests_run", | 210 "content_gl_tests_run", |
| 210 "gl_tests_run", | 211 "gl_tests_run", |
| 211 "gles2_conform_test_run", | 212 "gles2_conform_test_run", |
| 212 "gpu_unittests_run", | 213 "gpu_unittests_run", |
| 213 "tab_capture_end2end_tests_run", | 214 "tab_capture_end2end_tests_run", |
| 214 "telemetry_gpu_test_run" | 215 "telemetry_gpu_test_run" |
| 215 ], | 216 ], |
| 216 "cwd": "[SLAVE_BUILD]", | 217 "cwd": "[SLAVE_BUILD]", |
| (...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 928 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 928 "-H", | 929 "-H", |
| 929 "[dummy hash for tab_capture_end2end_tests]", | 930 "[dummy hash for tab_capture_end2end_tests]", |
| 930 "-I", | 931 "-I", |
| 931 "https://isolateserver.appspot.com", | 932 "https://isolateserver.appspot.com", |
| 932 "--" | 933 "--" |
| 933 ], | 934 ], |
| 934 "cwd": "[SLAVE_BUILD]", | 935 "cwd": "[SLAVE_BUILD]", |
| 935 "name": "tab_capture_end2end_tests" | 936 "name": "tab_capture_end2end_tests" |
| 936 } | 937 } |
| 937 ] | 938 ] |
| OLD | NEW |