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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_perf_bisect_builder.json

Issue 1823183002: Run Sizes on Windows perf builders (take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 "goma", 170 "goma",
171 "--goma-jsonstatus", 171 "--goma-jsonstatus",
172 "/path/to/tmp/json", 172 "/path/to/tmp/json",
173 "--mode", 173 "--mode",
174 "official", 174 "official",
175 "--goma-dir", 175 "--goma-dir",
176 "[BUILD]\\goma", 176 "[BUILD]\\goma",
177 "--goma-hermetic", 177 "--goma-hermetic",
178 "fallback", 178 "fallback",
179 "--", 179 "--",
180 "chrome",
180 "chromium_builder_perf", 181 "chromium_builder_perf",
181 "crash_service" 182 "crash_service"
182 ], 183 ],
183 "cwd": "[SLAVE_BUILD]", 184 "cwd": "[SLAVE_BUILD]",
184 "name": "compile", 185 "name": "compile",
185 "~followup_annotations": [ 186 "~followup_annotations": [
186 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
187 "@@@STEP_LOG_END@json.output (invalid)@@@" 188 "@@@STEP_LOG_END@json.output (invalid)@@@"
188 ] 189 ]
189 }, 190 },
(...skipping 12 matching lines...) Expand all
202 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 203 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
203 "--factory-properties", 204 "--factory-properties",
204 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_perf_bisect_builder\", \"buildnumber\": 571, \"mastername\" : \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}", 205 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_perf_bisect_builder\", \"buildnumber\": 571, \"mastername\" : \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}",
205 "--build-properties", 206 "--build-properties",
206 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_perf_bisect_builder\", \"buildnumber\": 571, \"mastername\" : \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}" 207 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_perf_bisect_builder\", \"buildnumber\": 571, \"mastername\" : \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}"
207 ], 208 ],
208 "cwd": "[SLAVE_BUILD]", 209 "cwd": "[SLAVE_BUILD]",
209 "name": "package build" 210 "name": "package build"
210 }, 211 },
211 { 212 {
213 "cmd": [
214 "python",
215 "-u",
216 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
217 "--target",
218 "Release"
219 ],
220 "cwd": "[SLAVE_BUILD]",
221 "name": "start_crash_service"
222 },
223 {
224 "allow_subannotations": true,
225 "cmd": [
226 "python",
227 "-u",
228 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
229 "--target",
230 "Release",
231 "--no-xvfb",
232 "--factory-properties",
233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_perf_bisect_builder\", \"buildnumber\": 571, \"mastername\" : \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}",
234 "--build-properties",
235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"win_perf_bisect_builder\", \"buildnumber\": 571, \"mastername\" : \"tryserver.chromium.perf\", \"parent_buildername\": null, \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}",
236 "--test-type=sizes",
237 "--builder-name=win_perf_bisect_builder",
238 "--slave-name=TestSlavename",
239 "--build-number=571",
240 "--run-python-script",
241 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
242 "--target",
243 "Release",
244 "--platform",
245 "win"
246 ],
247 "cwd": "[SLAVE_BUILD]",
248 "name": "sizes"
249 },
250 {
251 "cmd": [
252 "python",
253 "-u",
254 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
255 "--target",
256 "Release"
257 ],
258 "cwd": "[SLAVE_BUILD]",
259 "name": "process_dumps"
260 },
261 {
212 "name": "$result", 262 "name": "$result",
213 "recipe_result": null, 263 "recipe_result": null,
214 "status_code": 0 264 "status_code": 0
215 } 265 }
216 ] 266 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698