| 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_bisect", | 10 "linux_perf_bisect", |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 ], | 188 ], |
| 189 "cwd": "[SLAVE_BUILD]/src", | 189 "cwd": "[SLAVE_BUILD]/src", |
| 190 "name": "git diff to analyze patch", | 190 "name": "git diff to analyze patch", |
| 191 "stdout": "/path/to/tmp/", | 191 "stdout": "/path/to/tmp/", |
| 192 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 193 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@", | 193 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@", |
| 194 "@@@STEP_LOG_END@files@@@" | 194 "@@@STEP_LOG_END@files@@@" |
| 195 ] | 195 ] |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "cmd": [], |
| 199 "name": "***LEGACY BISECT (deprecated)***" |
| 200 }, |
| 201 { |
| 198 "cmd": [ | 202 "cmd": [ |
| 199 "python", | 203 "python", |
| 200 "-u", | 204 "-u", |
| 201 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 205 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", |
| 202 "-w", | 206 "-w", |
| 203 "[SLAVE_BUILD]" | 207 "[SLAVE_BUILD]" |
| 204 ], | 208 ], |
| 205 "name": "Preparing for Bisection" | 209 "name": "Preparing for Bisection" |
| 206 }, | 210 }, |
| 207 { | 211 { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 231 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}" | 235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}" |
| 232 ], | 236 ], |
| 233 "name": "Running Bisection" | 237 "name": "Running Bisection" |
| 234 }, | 238 }, |
| 235 { | 239 { |
| 236 "name": "$result", | 240 "name": "$result", |
| 237 "recipe_result": null, | 241 "recipe_result": null, |
| 238 "status_code": 0 | 242 "status_code": 0 |
| 239 } | 243 } |
| 240 ] | 244 ] |
| OLD | NEW |