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 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux V8 API Stability", | 10 "Linux V8 API Stability", |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 "cmd": [ | 132 "cmd": [ |
133 "python", | 133 "python", |
134 "-u", | 134 "-u", |
135 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 135 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
136 "--output", | 136 "--output", |
137 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
138 "--", | 138 "--", |
139 "--build-config-fs", | 139 "--build-config-fs", |
140 "Release", | 140 "Release", |
141 "--paths", | 141 "--paths", |
142 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 142 "{\"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\"}", |
143 "--properties", | 143 "--properties", |
144 "{\"buildername\": \"Linux V8 API Stability\", \"buildnumber\": 571, \"mas
tername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"linux\"}" | 144 "{\"buildername\": \"Linux V8 API Stability\", \"buildnumber\": 571, \"mas
tername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"linux\"}" |
145 ], | 145 ], |
146 "cwd": "[SLAVE_BUILD]", | 146 "cwd": "[SLAVE_BUILD]", |
147 "name": "get compile targets for scripts", | 147 "name": "get compile targets for scripts", |
148 "~followup_annotations": [ | 148 "~followup_annotations": [ |
149 "@@@STEP_LOG_LINE@json.output@{}@@@", | 149 "@@@STEP_LOG_LINE@json.output@{}@@@", |
150 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
151 ] | 151 ] |
152 }, | 152 }, |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 201 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
202 "@@@STEP_LOG_END@json.output (invalid)@@@" | 202 "@@@STEP_LOG_END@json.output (invalid)@@@" |
203 ] | 203 ] |
204 }, | 204 }, |
205 { | 205 { |
206 "name": "$result", | 206 "name": "$result", |
207 "recipe_result": null, | 207 "recipe_result": null, |
208 "status_code": 0 | 208 "status_code": 0 |
209 } | 209 } |
210 ] | 210 ] |
OLD | NEW |