| 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.chromium.android", | 8 "tryserver.chromium.android", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_amp", | 10 "android_amp", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "cmd": [ | 134 "cmd": [ |
| 135 "python", | 135 "python", |
| 136 "-u", | 136 "-u", |
| 137 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 137 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 138 "--output", | 138 "--output", |
| 139 "/path/to/tmp/json", | 139 "/path/to/tmp/json", |
| 140 "--", | 140 "--", |
| 141 "--build-config-fs", | 141 "--build-config-fs", |
| 142 "Release", | 142 "Release", |
| 143 "--paths", | 143 "--paths", |
| 144 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 144 "{\"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\"}", |
| 145 "--properties", | 145 "--properties", |
| 146 "{\"buildername\": \"android_amp\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.android\", \"slavename\": \"TestSlavename\", \"target_platf
orm\": \"android\"}" | 146 "{\"buildername\": \"android_amp\", \"buildnumber\": 571, \"mastername\":
\"tryserver.chromium.android\", \"slavename\": \"TestSlavename\", \"target_platf
orm\": \"android\"}" |
| 147 ], | 147 ], |
| 148 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
| 149 "name": "get compile targets for scripts", | 149 "name": "get compile targets for scripts", |
| 150 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 151 "@@@STEP_LOG_LINE@json.output@{}@@@", | 151 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 152 "@@@STEP_LOG_END@json.output@@@" | 152 "@@@STEP_LOG_END@json.output@@@" |
| 153 ] | 153 ] |
| 154 }, | 154 }, |
| (...skipping 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3030 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 3030 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 3031 "@@@STEP_LOG_END@python.inline@@@" | 3031 "@@@STEP_LOG_END@python.inline@@@" |
| 3032 ] | 3032 ] |
| 3033 }, | 3033 }, |
| 3034 { | 3034 { |
| 3035 "name": "$result", | 3035 "name": "$result", |
| 3036 "recipe_result": null, | 3036 "recipe_result": null, |
| 3037 "status_code": 0 | 3037 "status_code": 0 |
| 3038 } | 3038 } |
| 3039 ] | 3039 ] |
| OLD | NEW |