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