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.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "Linux ChromiumOS GN", | 10 "Linux ChromiumOS GN", |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 "cmd": [ | 147 "cmd": [ |
148 "python", | 148 "python", |
149 "-u", | 149 "-u", |
150 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 150 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
151 "--output", | 151 "--output", |
152 "/path/to/tmp/json", | 152 "/path/to/tmp/json", |
153 "--", | 153 "--", |
154 "--build-config-fs", | 154 "--build-config-fs", |
155 "Release", | 155 "Release", |
156 "--paths", | 156 "--paths", |
157 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 157 "{\"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\"}", |
158 "--properties", | 158 "--properties", |
159 "{\"buildername\": \"Linux ChromiumOS GN\", \"buildnumber\": 571, \"master
name\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"chromeos\"}" | 159 "{\"buildername\": \"Linux ChromiumOS GN\", \"buildnumber\": 571, \"master
name\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"chromeos\"}" |
160 ], | 160 ], |
161 "cwd": "[SLAVE_BUILD]", | 161 "cwd": "[SLAVE_BUILD]", |
162 "name": "get compile targets for scripts", | 162 "name": "get compile targets for scripts", |
163 "~followup_annotations": [ | 163 "~followup_annotations": [ |
164 "@@@STEP_LOG_LINE@json.output@{}@@@", | 164 "@@@STEP_LOG_LINE@json.output@{}@@@", |
165 "@@@STEP_LOG_END@json.output@@@" | 165 "@@@STEP_LOG_END@json.output@@@" |
166 ] | 166 ] |
167 }, | 167 }, |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 356 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
357 "@@@STEP_LOG_END@python.inline@@@" | 357 "@@@STEP_LOG_END@python.inline@@@" |
358 ] | 358 ] |
359 }, | 359 }, |
360 { | 360 { |
361 "name": "$result", | 361 "name": "$result", |
362 "recipe_result": null, | 362 "recipe_result": null, |
363 "status_code": 0 | 363 "status_code": 0 |
364 } | 364 } |
365 ] | 365 ] |
OLD | NEW |