| 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 "chromium.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Linux", | 10 "WebKit Linux", |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 "--target", | 145 "--target", |
| 146 "Release", | 146 "Release", |
| 147 "--src-dir", | 147 "--src-dir", |
| 148 "[SLAVE_BUILD]/src", | 148 "[SLAVE_BUILD]/src", |
| 149 "--build-tool", | 149 "--build-tool", |
| 150 "ninja", | 150 "ninja", |
| 151 "--compiler", | 151 "--compiler", |
| 152 "goma", | 152 "goma", |
| 153 "--goma-dir", | 153 "--goma-dir", |
| 154 "[BUILD]/goma", | 154 "[BUILD]/goma", |
| 155 "--ninja-ensure-up-to-date", |
| 155 "--", | 156 "--", |
| 156 "blink_tests" | 157 "blink_tests" |
| 157 ], | 158 ], |
| 158 "cwd": "[SLAVE_BUILD]", | 159 "cwd": "[SLAVE_BUILD]", |
| 159 "name": "compile" | 160 "name": "compile" |
| 160 }, | 161 }, |
| 161 { | 162 { |
| 162 "cmd": [ | 163 "cmd": [ |
| 163 "python", | 164 "python", |
| 164 "-u", | 165 "-u", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 "gs://chromium-layout-test-archives" | 215 "gs://chromium-layout-test-archives" |
| 215 ], | 216 ], |
| 216 "cwd": "[SLAVE_BUILD]", | 217 "cwd": "[SLAVE_BUILD]", |
| 217 "name": "archive_webkit_tests_results", | 218 "name": "archive_webkit_tests_results", |
| 218 "~followup_annotations": [ | 219 "~followup_annotations": [ |
| 219 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", | 220 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", |
| 220 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" | 221 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" |
| 221 ] | 222 ] |
| 222 } | 223 } |
| 223 ] | 224 ] |
| OLD | NEW |