| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 "--src-dir", | 219 "--src-dir", |
| 220 "[SLAVE_BUILD]/src", | 220 "[SLAVE_BUILD]/src", |
| 221 "--build-tool", | 221 "--build-tool", |
| 222 "ninja", | 222 "ninja", |
| 223 "--compiler", | 223 "--compiler", |
| 224 "goma-clang", | 224 "goma-clang", |
| 225 "--goma-dir", | 225 "--goma-dir", |
| 226 "[BUILD]/goma", | 226 "[BUILD]/goma", |
| 227 "--goma-fail-fast", | 227 "--goma-fail-fast", |
| 228 "--goma-disable-local-fallback", | 228 "--goma-disable-local-fallback", |
| 229 "--ninja-ensure-up-to-date", |
| 229 "--", | 230 "--", |
| 230 "angle_unittests_run", | 231 "angle_unittests_run", |
| 231 "content_gl_tests_run", | 232 "content_gl_tests_run", |
| 232 "gl_tests_run", | 233 "gl_tests_run", |
| 233 "gles2_conform_test_run", | 234 "gles2_conform_test_run", |
| 234 "gpu_unittests_run", | 235 "gpu_unittests_run", |
| 235 "tab_capture_end2end_tests_run", | 236 "tab_capture_end2end_tests_run", |
| 236 "telemetry_gpu_test_run" | 237 "telemetry_gpu_test_run" |
| 237 ], | 238 ], |
| 238 "cwd": "[SLAVE_BUILD]", | 239 "cwd": "[SLAVE_BUILD]", |
| (...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 896 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", | 897 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", |
| 897 "-H", | 898 "-H", |
| 898 "[dummy hash for tab_capture_end2end_tests]", | 899 "[dummy hash for tab_capture_end2end_tests]", |
| 899 "-I", | 900 "-I", |
| 900 "https://isolateserver.appspot.com", | 901 "https://isolateserver.appspot.com", |
| 901 "--" | 902 "--" |
| 902 ], | 903 ], |
| 903 "cwd": "[SLAVE_BUILD]", | 904 "cwd": "[SLAVE_BUILD]", |
| 904 "name": "tab_capture_end2end_tests" | 905 "name": "tab_capture_end2end_tests" |
| 905 } | 906 } |
| 906 ] | 907 ] |
| OLD | NEW |