| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\bot_update.py", | 6 "[BUILD]\\scripts\\slave\\bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_blink_rel", | 10 "win_blink_rel", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 "--src-dir", | 119 "--src-dir", |
| 120 "[SLAVE_BUILD]\\src", | 120 "[SLAVE_BUILD]\\src", |
| 121 "--build-tool", | 121 "--build-tool", |
| 122 "ninja", | 122 "ninja", |
| 123 "--compiler", | 123 "--compiler", |
| 124 "goma", | 124 "goma", |
| 125 "--goma-dir", | 125 "--goma-dir", |
| 126 "[BUILD]\\goma", | 126 "[BUILD]\\goma", |
| 127 "--goma-fail-fast", | 127 "--goma-fail-fast", |
| 128 "--goma-disable-local-fallback", | 128 "--goma-disable-local-fallback", |
| 129 "--ninja-ensure-up-to-date", |
| 129 "--", | 130 "--", |
| 130 "angle_unittests_run", | 131 "angle_unittests_run", |
| 131 "blink_tests", | 132 "blink_tests", |
| 132 "chrome", | 133 "chrome", |
| 133 "content_gl_tests_run", | 134 "content_gl_tests_run", |
| 134 "gl_tests_run", | 135 "gl_tests_run", |
| 135 "tab_capture_end2end_tests_run", | 136 "tab_capture_end2end_tests_run", |
| 136 "telemetry_gpu_test_run" | 137 "telemetry_gpu_test_run" |
| 137 ], | 138 ], |
| 138 "cwd": "[SLAVE_BUILD]", | 139 "cwd": "[SLAVE_BUILD]", |
| (...skipping 3328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3467 "--decorate", | 3468 "--decorate", |
| 3468 "--print-status-updates", | 3469 "--print-status-updates", |
| 3469 "--shards", | 3470 "--shards", |
| 3470 "1", | 3471 "1", |
| 3471 "tab_capture_end2end_tests on ATI GPU on Windows (with patch)/Windows/[dum
my has/win_blink_rel/571" | 3472 "tab_capture_end2end_tests on ATI GPU on Windows (with patch)/Windows/[dum
my has/win_blink_rel/571" |
| 3472 ], | 3473 ], |
| 3473 "cwd": "[SLAVE_BUILD]", | 3474 "cwd": "[SLAVE_BUILD]", |
| 3474 "name": "tab_capture_end2end_tests on ATI GPU on Windows (with patch) on Win
dows" | 3475 "name": "tab_capture_end2end_tests on ATI GPU on Windows (with patch) on Win
dows" |
| 3475 } | 3476 } |
| 3476 ] | 3477 ] |
| OLD | NEW |