OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.blink", | 8 "tryserver.blink", |
9 "--builder", | 9 "--builder", |
10 "linux_blink_dbg", | 10 "linux_blink_dbg", |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 "cmd": [ | 151 "cmd": [ |
152 "python", | 152 "python", |
153 "-u", | 153 "-u", |
154 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 154 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
155 "--output", | 155 "--output", |
156 "/path/to/tmp/json", | 156 "/path/to/tmp/json", |
157 "--", | 157 "--", |
158 "--build-config-fs", | 158 "--build-config-fs", |
159 "Debug", | 159 "Debug", |
160 "--paths", | 160 "--paths", |
161 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 161 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI
PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", |
162 "--properties", | 162 "--properties", |
163 "{\"buildername\": \"linux_blink_dbg\", \"buildnumber\": 571, \"mastername
\": \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" | 163 "{\"buildername\": \"linux_blink_dbg\", \"buildnumber\": 571, \"mastername
\": \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"linux\"}" |
164 ], | 164 ], |
165 "cwd": "[SLAVE_BUILD]", | 165 "cwd": "[SLAVE_BUILD]", |
166 "name": "get compile targets for scripts", | 166 "name": "get compile targets for scripts", |
167 "~followup_annotations": [ | 167 "~followup_annotations": [ |
168 "@@@STEP_LOG_LINE@json.output@{}@@@", | 168 "@@@STEP_LOG_LINE@json.output@{}@@@", |
169 "@@@STEP_LOG_END@json.output@@@" | 169 "@@@STEP_LOG_END@json.output@@@" |
170 ] | 170 ] |
171 }, | 171 }, |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", | 382 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_dbg/571/layout-test-results/results.html@@@", |
383 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" | 383 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_dbg/571/layout-test-results.zip@@@" |
384 ] | 384 ] |
385 }, | 385 }, |
386 { | 386 { |
387 "name": "$result", | 387 "name": "$result", |
388 "recipe_result": null, | 388 "recipe_result": null, |
389 "status_code": 0 | 389 "status_code": 0 |
390 } | 390 } |
391 ] | 391 ] |
OLD | NEW |