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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic.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
« no previous file with comments | « scripts/slave/recipes/bisection/android_bisect.expected/basic_android_one_perf_bisect.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "runhooks" 75 "runhooks"
76 ], 76 ],
77 "cwd": "[SLAVE_BUILD]", 77 "cwd": "[SLAVE_BUILD]",
78 "env": { 78 "env": {
79 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" 79 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
80 }, 80 },
81 "name": "gclient runhooks (with patch)" 81 "name": "gclient runhooks (with patch)"
82 }, 82 },
83 { 83 {
84 "cmd": [ 84 "cmd": [
85 "python",
86 "-u",
85 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", 87 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py",
86 "-w", 88 "-w",
87 "[SLAVE_BUILD]" 89 "[SLAVE_BUILD]"
88 ], 90 ],
89 "cwd": "[SLAVE_BUILD]", 91 "cwd": "[SLAVE_BUILD]",
90 "name": "Preparing for Bisection" 92 "name": "Preparing for Bisection"
91 }, 93 },
92 { 94 {
93 "allow_subannotations": true, 95 "allow_subannotations": true,
94 "cmd": [ 96 "cmd": [
(...skipping 17 matching lines...) Expand all
112 "[SLAVE_BUILD]", 114 "[SLAVE_BUILD]",
113 "--path_to_goma", 115 "--path_to_goma",
114 "[BUILD]/goma", 116 "[BUILD]/goma",
115 "--build-properties", 117 "--build-properties",
116 "{\"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\"}" 118 "{\"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\"}"
117 ], 119 ],
118 "cwd": "[SLAVE_BUILD]", 120 "cwd": "[SLAVE_BUILD]",
119 "name": "Running Bisection" 121 "name": "Running Bisection"
120 } 122 }
121 ] 123 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/bisection/android_bisect.expected/basic_android_one_perf_bisect.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698