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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Linux_x64.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.chrome", 8 "chromium.chrome",
9 "--builder", 9 "--builder",
10 "Google Chrome Linux x64", 10 "Google Chrome Linux x64",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "python", 238 "python",
239 "-u", 239 "-u",
240 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 240 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
241 "--target", 241 "--target",
242 "Release", 242 "Release",
243 "--no-xvfb", 243 "--no-xvfb",
244 "--factory-properties", 244 "--factory-properties",
245 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Google Chrome Linux x64\", \"buildnumber\": 571, \"mastername\" : \"chromium.chrome\", \"parent_buildername\": null, \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }", 245 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Google Chrome Linux x64\", \"buildnumber\": 571, \"mastername\" : \"chromium.chrome\", \"parent_buildername\": null, \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }",
246 "--build-properties", 246 "--build-properties",
247 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Google Chrome Linux x64\", \"buildnumber\": 571, \"mastername\" : \"chromium.chrome\", \"parent_buildername\": null, \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }", 247 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Google Chrome Linux x64\", \"buildnumber\": 571, \"mastername\" : \"chromium.chrome\", \"parent_buildername\": null, \"recipe\": \"chromium\", \ "slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\" }",
248 "--annotate=graphing",
249 "--test-type=sizes", 248 "--test-type=sizes",
250 "--builder-name=Google Chrome Linux x64", 249 "--builder-name=Google Chrome Linux x64",
251 "--slave-name=TestSlavename", 250 "--slave-name=TestSlavename",
252 "--build-number=571", 251 "--build-number=571",
253 "--run-python-script", 252 "--run-python-script",
253 "--annotate=graphing",
254 "--results-url=https://chromeperf.appspot.com", 254 "--results-url=https://chromeperf.appspot.com",
255 "--perf-dashboard-id=sizes", 255 "--perf-dashboard-id=sizes",
256 "--perf-id=Google Chrome Linux x64", 256 "--perf-id=Google Chrome Linux x64",
257 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", 257 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py",
258 "--target", 258 "--target",
259 "Release", 259 "Release",
260 "--platform", 260 "--platform",
261 "linux" 261 "linux"
262 ], 262 ],
263 "cwd": "[SLAVE_BUILD]", 263 "cwd": "[SLAVE_BUILD]",
264 "name": "sizes" 264 "name": "sizes"
265 }, 265 },
266 { 266 {
267 "name": "$result", 267 "name": "$result",
268 "recipe_result": null, 268 "recipe_result": null,
269 "status_code": 0 269 "status_code": 0
270 } 270 }
271 ] 271 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698