Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/basic_android_nexus4_perf_bisect.json

Issue 1149013006: Execute the script using python api module. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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_nexus4_perf_bisect", 10 "android_nexus4_perf_bisect",
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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_nexus4_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@ chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chrom ium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Tes tSlavename\"}" 234 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"android_nexus4_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@ chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chrom ium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/Tes tSlavename\"}"
233 ], 235 ],
234 "cwd": "[SLAVE_BUILD]", 236 "cwd": "[SLAVE_BUILD]",
235 "name": "Running Bisection" 237 "name": "Running Bisection"
236 } 238 }
237 ] 239 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698