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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "python", 246 "python",
247 "-u", 247 "-u",
248 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 248 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
249 "--target", 249 "--target",
250 "Release", 250 "Release",
251 "--no-xvfb", 251 "--no-xvfb",
252 "--factory-properties", 252 "--factory-properties",
253 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"mastername\": \"ch romium.chrome\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 253 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"mastername\": \"ch romium.chrome\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
254 "--build-properties", 254 "--build-properties",
255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"mastername\": \"ch romium.chrome\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 255 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"mastername\": \"ch romium.chrome\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slave name\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
256 "--annotate=graphing",
257 "--test-type=sizes", 256 "--test-type=sizes",
258 "--builder-name=Google Chrome Win", 257 "--builder-name=Google Chrome Win",
259 "--slave-name=TestSlavename", 258 "--slave-name=TestSlavename",
260 "--build-number=571", 259 "--build-number=571",
261 "--run-python-script", 260 "--run-python-script",
261 "--annotate=graphing",
262 "--results-url=https://chromeperf.appspot.com", 262 "--results-url=https://chromeperf.appspot.com",
263 "--perf-dashboard-id=sizes", 263 "--perf-dashboard-id=sizes",
264 "--perf-id=Google Chrome Win", 264 "--perf-id=Google Chrome Win",
265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", 265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
266 "--target", 266 "--target",
267 "Release", 267 "Release",
268 "--platform", 268 "--platform",
269 "win" 269 "win"
270 ], 270 ],
271 "cwd": "[SLAVE_BUILD]", 271 "cwd": "[SLAVE_BUILD]",
272 "name": "sizes" 272 "name": "sizes"
273 }, 273 },
274 { 274 {
275 "cmd": [ 275 "cmd": [
276 "python", 276 "python",
277 "-u", 277 "-u",
278 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 278 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
279 "--target", 279 "--target",
280 "Release" 280 "Release"
281 ], 281 ],
282 "cwd": "[SLAVE_BUILD]", 282 "cwd": "[SLAVE_BUILD]",
283 "name": "process_dumps" 283 "name": "process_dumps"
284 }, 284 },
285 { 285 {
286 "name": "$result", 286 "name": "$result",
287 "recipe_result": null, 287 "recipe_result": null,
288 "status_code": 0 288 "status_code": 0
289 } 289 }
290 ] 290 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698