| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ChromiumPracticeFullTester", | 10 "ChromiumPracticeFullTester", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "--target", | 129 "--target", |
| 130 "Release", | 130 "Release", |
| 131 "--src-dir", | 131 "--src-dir", |
| 132 "[SLAVE_BUILD]/src", | 132 "[SLAVE_BUILD]/src", |
| 133 "--build-tool", | 133 "--build-tool", |
| 134 "ninja", | 134 "ninja", |
| 135 "--compiler", | 135 "--compiler", |
| 136 "goma", | 136 "goma", |
| 137 "--goma-dir", | 137 "--goma-dir", |
| 138 "[BUILD]/goma", | 138 "[BUILD]/goma", |
| 139 "--ninja-ensure-up-to-date", |
| 139 "--", | 140 "--", |
| 140 "blink_tests", | 141 "blink_tests", |
| 141 "chromium_swarm_tests" | 142 "chromium_swarm_tests" |
| 142 ], | 143 ], |
| 143 "cwd": "[SLAVE_BUILD]", | 144 "cwd": "[SLAVE_BUILD]", |
| 144 "name": "compile" | 145 "name": "compile" |
| 145 }, | 146 }, |
| 146 { | 147 { |
| 147 "cmd": [ | 148 "cmd": [ |
| 148 "python", | 149 "python", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "gs://chromium-layout-test-archives" | 200 "gs://chromium-layout-test-archives" |
| 200 ], | 201 ], |
| 201 "cwd": "[SLAVE_BUILD]", | 202 "cwd": "[SLAVE_BUILD]", |
| 202 "name": "archive_webkit_tests_results", | 203 "name": "archive_webkit_tests_results", |
| 203 "~followup_annotations": [ | 204 "~followup_annotations": [ |
| 204 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/ChromiumPracticeFullTester/571/layout-test-results/results.
html@@@", | 205 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/ChromiumPracticeFullTester/571/layout-test-results/results.
html@@@", |
| 205 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/ChromiumPracticeFullTester/571/layout-test-results.zip@@@" | 206 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/ChromiumPracticeFullTester/571/layout-test-results.zip@@@" |
| 206 ] | 207 ] |
| 207 } | 208 } |
| 208 ] | 209 ] |
| OLD | NEW |