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 ARM", | 10 "Linux ARM", |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 "cmd": [ | 144 "cmd": [ |
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 "--paths", | 153 "--paths", |
154 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 154 "{\"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\"}", |
155 "--properties", | 155 "--properties", |
156 "{\"buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"
}" | 156 "{\"buildername\": \"Linux ARM\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"
}" |
157 ], | 157 ], |
158 "cwd": "[SLAVE_BUILD]", | 158 "cwd": "[SLAVE_BUILD]", |
159 "name": "get compile targets for scripts", | 159 "name": "get compile targets for scripts", |
160 "~followup_annotations": [ | 160 "~followup_annotations": [ |
161 "@@@STEP_LOG_LINE@json.output@{}@@@", | 161 "@@@STEP_LOG_LINE@json.output@{}@@@", |
162 "@@@STEP_LOG_END@json.output@@@" | 162 "@@@STEP_LOG_END@json.output@@@" |
163 ] | 163 ] |
164 }, | 164 }, |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 371 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
372 "@@@STEP_LOG_END@python.inline@@@" | 372 "@@@STEP_LOG_END@python.inline@@@" |
373 ] | 373 ] |
374 }, | 374 }, |
375 { | 375 { |
376 "name": "$result", | 376 "name": "$result", |
377 "recipe_result": null, | 377 "recipe_result": null, |
378 "status_code": 0 | 378 "status_code": 0 |
379 } | 379 } |
380 ] | 380 ] |
OLD | NEW |