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.perf", | 8 "tryserver.chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "linux_perf_bisector", | 10 "linux_perf_bisector", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 "cmd": [ | 127 "cmd": [ |
128 "python", | 128 "python", |
129 "-u", | 129 "-u", |
130 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 130 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
131 "--output", | 131 "--output", |
132 "/path/to/tmp/json", | 132 "/path/to/tmp/json", |
133 "--", | 133 "--", |
134 "--build-config-fs", | 134 "--build-config-fs", |
135 "Release", | 135 "Release", |
136 "--paths", | 136 "--paths", |
137 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 137 "{\"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\"}", |
138 "--properties", | 138 "--properties", |
139 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" | 139 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" |
140 ], | 140 ], |
141 "cwd": "[SLAVE_BUILD]", | 141 "cwd": "[SLAVE_BUILD]", |
142 "name": "get compile targets for scripts", | 142 "name": "get compile targets for scripts", |
143 "~followup_annotations": [ | 143 "~followup_annotations": [ |
144 "@@@STEP_LOG_LINE@json.output@{}@@@", | 144 "@@@STEP_LOG_LINE@json.output@{}@@@", |
145 "@@@STEP_LOG_END@json.output@@@" | 145 "@@@STEP_LOG_END@json.output@@@" |
146 ] | 146 ] |
147 }, | 147 }, |
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 "@@@STEP_LOG_LINE@json.output@}@@@", | 754 "@@@STEP_LOG_LINE@json.output@}@@@", |
755 "@@@STEP_LOG_END@json.output@@@" | 755 "@@@STEP_LOG_END@json.output@@@" |
756 ] | 756 ] |
757 }, | 757 }, |
758 { | 758 { |
759 "name": "$result", | 759 "name": "$result", |
760 "recipe_result": null, | 760 "recipe_result": null, |
761 "status_code": 0 | 761 "status_code": 0 |
762 } | 762 } |
763 ] | 763 ] |
OLD | NEW |