| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_motoe_perf_bisect", | 10 "android_motoe_perf_bisect", |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 "cwd": "[SLAVE_BUILD]", | 191 "cwd": "[SLAVE_BUILD]", |
| 192 "env": { | 192 "env": { |
| 193 "GYP_CROSSCOMPILE": "1", | 193 "GYP_CROSSCOMPILE": "1", |
| 194 "GYP_DEFINES": "OS=android branding=Chrome buildtype=Official component=st
atic_library fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", | 194 "GYP_DEFINES": "OS=android branding=Chrome buildtype=Official component=st
atic_library fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", |
| 195 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 195 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 196 }, | 196 }, |
| 197 "name": "gclient runhooks" | 197 "name": "gclient runhooks" |
| 198 }, | 198 }, |
| 199 { | 199 { |
| 200 "cmd": [ | 200 "cmd": [ |
| 201 "python", |
| 202 "-u", |
| 201 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 203 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", |
| 202 "-w", | 204 "-w", |
| 203 "[SLAVE_BUILD]" | 205 "[SLAVE_BUILD]" |
| 204 ], | 206 ], |
| 205 "cwd": "[SLAVE_BUILD]", | 207 "cwd": "[SLAVE_BUILD]", |
| 206 "name": "Preparing for Bisection" | 208 "name": "Preparing for Bisection" |
| 207 }, | 209 }, |
| 208 { | 210 { |
| 209 "allow_subannotations": true, | 211 "allow_subannotations": true, |
| 210 "cmd": [ | 212 "cmd": [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 228 "[SLAVE_BUILD]/src/tools/run-bisect-perf-regression.py", | 230 "[SLAVE_BUILD]/src/tools/run-bisect-perf-regression.py", |
| 229 "-w", | 231 "-w", |
| 230 "[SLAVE_BUILD]", | 232 "[SLAVE_BUILD]", |
| 231 "--build-properties", | 233 "--build-properties", |
| 232 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"android_motoe_perf_bisect\", \"buildnumber\":
571, \"issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_
project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \
"bisection/android_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@c
hromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromi
um.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test
Slavename\"}" | 234 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"android_motoe_perf_bisect\", \"buildnumber\":
571, \"issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_
project\": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \
"bisection/android_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@c
hromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromi
um.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Test
Slavename\"}" |
| 233 ], | 235 ], |
| 234 "cwd": "[SLAVE_BUILD]", | 236 "cwd": "[SLAVE_BUILD]", |
| 235 "name": "Running Bisection" | 237 "name": "Running Bisection" |
| 236 } | 238 } |
| 237 ] | 239 ] |
| OLD | NEW |