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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric.json

Issue 2227783002: auto_bisect: fix path for checking DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux_perf_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "env": { 197 "env": {
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
199 "GYP_CHROMIUM_NO_ACTION": "1", 199 "GYP_CHROMIUM_NO_ACTION": "1",
200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
202 }, 202 },
203 "name": "gclient runhooks (with patch)" 203 "name": "gclient runhooks (with patch)"
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python",
208 "-u",
209 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
210 "[BUILDER_CACHE]/linux_perf_bisect",
211 "511"
212 ],
213 "name": "makedirs checkout path (2)",
214 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@python.inline@@@@",
216 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
217 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
218 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
219 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
220 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
221 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
222 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
223 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
224 "@@@STEP_LOG_END@python.inline@@@"
225 ]
226 },
227 {
228 "cmd": [
207 "git", 229 "git",
208 "diff", 230 "diff",
209 "--cached", 231 "--cached",
210 "--name-only" 232 "--name-only"
211 ], 233 ],
212 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src", 234 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src",
213 "name": "git diff to analyze patch", 235 "name": "git diff to analyze patch",
214 "stdout": "/path/to/tmp/", 236 "stdout": "/path/to/tmp/",
215 "~followup_annotations": [ 237 "~followup_annotations": [
216 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@", 238 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@",
217 "@@@STEP_LOG_END@files@@@" 239 "@@@STEP_LOG_END@files@@@"
218 ] 240 ]
219 }, 241 },
220 { 242 {
221 "cmd": [], 243 "cmd": [],
244 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
222 "name": "***PERF TRYJOB***" 245 "name": "***PERF TRYJOB***"
223 }, 246 },
224 { 247 {
225 "cmd": [ 248 "cmd": [
226 "python", 249 "python",
227 "-u", 250 "-u",
228 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py", 251 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py",
229 "--source", 252 "--source",
230 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/run-perf-test.cfg", 253 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/run-perf-test.cfg",
231 "--output_json", 254 "--output_json",
232 "/path/to/tmp/json" 255 "/path/to/tmp/json"
233 ], 256 ],
257 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
234 "name": "load config", 258 "name": "load config",
235 "~followup_annotations": [ 259 "~followup_annotations": [
236 "@@@STEP_LOG_LINE@json.output@{@@@", 260 "@@@STEP_LOG_LINE@json.output@{@@@",
237 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark -v --browser=release sunspider\", @@@", 261 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark -v --browser=release sunspider\", @@@",
238 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@", 262 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@",
239 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@", 263 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@",
240 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", 264 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@",
241 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", 265 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@",
242 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", 266 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@",
243 "@@@STEP_LOG_LINE@json.output@}@@@", 267 "@@@STEP_LOG_LINE@json.output@}@@@",
244 "@@@STEP_LOG_END@json.output@@@" 268 "@@@STEP_LOG_END@json.output@@@"
245 ] 269 ]
246 }, 270 },
247 { 271 {
248 "cmd": [ 272 "cmd": [
249 "python", 273 "python",
250 "-u", 274 "-u",
251 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
252 "--show-path", 276 "--show-path",
253 "python", 277 "python",
254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
255 ], 279 ],
280 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
256 "name": "cleanup_temp" 281 "name": "cleanup_temp"
257 }, 282 },
258 { 283 {
259 "cmd": [ 284 "cmd": [
260 "/opt/infra-tools/buildbucket", 285 "/opt/infra-tools/buildbucket",
261 "put", 286 "put",
262 "--host", 287 "--host",
263 "cr-buildbucket.appspot.com", 288 "cr-buildbucket.appspot.com",
264 "--service-account-json", 289 "--service-account-json",
265 "/creds/service_accounts/service-account-chromium-bisect.json", 290 "/creds/service_accounts/service-account-chromium-bisect.json",
266 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9 _123456.zip\\\", \\\"clobber\\\": true, \\\"issue\\\": \\\"12345\\\", \\\"parent _got_revision\\\": \\\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\\\", \\\"patch_s torage\\\": \\\"rietveld\\\", \\\"patchset\\\": \\\"20001\\\", \\\"rietveld\\\": \\\"https://codereview.chromium.org\\\"}}\", \"tags\": [\"builder:linux_perf_bi sect_builder\", \"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}" 291 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9 _123456.zip\\\", \\\"clobber\\\": true, \\\"issue\\\": \\\"12345\\\", \\\"parent _got_revision\\\": \\\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\\\", \\\"patch_s torage\\\": \\\"rietveld\\\", \\\"patchset\\\": \\\"20001\\\", \\\"rietveld\\\": \\\"https://codereview.chromium.org\\\"}}\", \"tags\": [\"builder:linux_perf_bi sect_builder\", \"master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
267 ], 292 ],
293 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
268 "name": "buildbucket.put", 294 "name": "buildbucket.put",
269 "stdout": "/path/to/tmp/json", 295 "stdout": "/path/to/tmp/json",
270 "~followup_annotations": [ 296 "~followup_annotations": [
271 "@@@STEP_LOG_LINE@json.output@{@@@", 297 "@@@STEP_LOG_LINE@json.output@{@@@",
272 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@", 298 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
273 "@@@STEP_LOG_LINE@json.output@ {@@@", 299 "@@@STEP_LOG_LINE@json.output@ {@@@",
274 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 300 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
275 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@", 301 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@",
276 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@", 302 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@",
277 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@", 303 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@",
(...skipping 14 matching lines...) Expand all
292 ] 318 ]
293 }, 319 },
294 { 320 {
295 "cmd": [ 321 "cmd": [
296 "/opt/infra-tools/buildbucket", 322 "/opt/infra-tools/buildbucket",
297 "get", 323 "get",
298 "--host", 324 "--host",
299 "cr-buildbucket.appspot.com", 325 "cr-buildbucket.appspot.com",
300 "9016911228971028736" 326 "9016911228971028736"
301 ], 327 ],
328 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
302 "name": "buildbucket.get", 329 "name": "buildbucket.get",
303 "stdout": "/path/to/tmp/json", 330 "stdout": "/path/to/tmp/json",
304 "~followup_annotations": [ 331 "~followup_annotations": [
305 "@@@STEP_LOG_LINE@json.output@{@@@", 332 "@@@STEP_LOG_LINE@json.output@{@@@",
306 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 333 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
307 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@", 334 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@",
308 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@", 335 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@",
309 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", 336 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
310 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@", 337 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@",
311 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@", 338 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@",
312 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@", 339 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@",
313 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", 340 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@",
314 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@", 341 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@",
315 "@@@STEP_LOG_LINE@json.output@ }@@@", 342 "@@@STEP_LOG_LINE@json.output@ }@@@",
316 "@@@STEP_LOG_LINE@json.output@}@@@", 343 "@@@STEP_LOG_LINE@json.output@}@@@",
317 "@@@STEP_LOG_END@json.output@@@" 344 "@@@STEP_LOG_END@json.output@@@"
318 ] 345 ]
319 }, 346 },
320 { 347 {
321 "cmd": [ 348 "cmd": [
322 "python", 349 "python",
323 "-u", 350 "-u",
324 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 351 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
325 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 352 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
326 ], 353 ],
354 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
327 "name": "rmtree build directory", 355 "name": "rmtree build directory",
328 "~followup_annotations": [ 356 "~followup_annotations": [
329 "@@@STEP_LOG_LINE@python.inline@@@@", 357 "@@@STEP_LOG_LINE@python.inline@@@@",
330 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 358 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
331 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 359 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
332 "@@@STEP_LOG_LINE@python.inline@@@@", 360 "@@@STEP_LOG_LINE@python.inline@@@@",
333 "@@@STEP_LOG_LINE@python.inline@@@@", 361 "@@@STEP_LOG_LINE@python.inline@@@@",
334 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 362 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
335 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 363 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
336 "@@@STEP_LOG_END@python.inline@@@" 364 "@@@STEP_LOG_END@python.inline@@@"
(...skipping 13 matching lines...) Expand all
350 "Release", 378 "Release",
351 "--src-dir", 379 "--src-dir",
352 "[BUILDER_CACHE]/linux_perf_bisect/src", 380 "[BUILDER_CACHE]/linux_perf_bisect/src",
353 "--build-archive-url", 381 "--build-archive-url",
354 "gs://chrome-perf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326ae e3e86ddfd4ebd0fe58cb9_123456.zip", 382 "gs://chrome-perf-tryjob/Linux Builder/full-build-linuxf27fede2220bcd326ae e3e86ddfd4ebd0fe58cb9_123456.zip",
355 "--master-name", 383 "--master-name",
356 "tryserver.chromium.perf", 384 "tryserver.chromium.perf",
357 "--build-number", 385 "--build-number",
358 "571" 386 "571"
359 ], 387 ],
388 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
360 "name": "extract build" 389 "name": "extract build"
361 }, 390 },
362 { 391 {
363 "cmd": [ 392 "cmd": [
364 "python", 393 "python",
365 "-u", 394 "-u",
366 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 395 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
367 "--target", 396 "--target",
368 "Release", 397 "Release",
369 "--xvfb", 398 "--xvfb",
370 "--factory-properties", 399 "--factory-properties",
371 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 400 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
372 "--build-properties", 401 "--build-properties",
373 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 402 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
374 "--step-name=Performance Test (With Patch) 1 of 1", 403 "--step-name=Performance Test (With Patch) 1 of 1",
375 "--builder-name=linux_perf_bisect", 404 "--builder-name=linux_perf_bisect",
376 "--slave-name=TestSlavename", 405 "--slave-name=TestSlavename",
377 "--build-number=571", 406 "--build-number=571",
378 "--run-python-script", 407 "--run-python-script",
379 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark", 408 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark",
380 "-v", 409 "-v",
381 "--browser=release", 410 "--browser=release",
382 "sunspider", 411 "sunspider",
383 "--reset-results", 412 "--reset-results",
384 "--upload-results", 413 "--upload-results",
385 "--results-label=Patch" 414 "--results-label=Patch"
386 ], 415 ],
416 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
387 "name": "Performance Test (With Patch) 1 of 1", 417 "name": "Performance Test (With Patch) 1 of 1",
388 "stderr": "/path/to/tmp/", 418 "stderr": "/path/to/tmp/",
389 "stdout": "/path/to/tmp/", 419 "stdout": "/path/to/tmp/",
390 "~followup_annotations": [ 420 "~followup_annotations": [
391 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@", 421 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@",
392 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", 422 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@",
393 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", 423 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@",
394 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@", 424 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@",
395 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@", 425 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@",
396 "@@@STEP_LOG_LINE@Captured Output@@@@", 426 "@@@STEP_LOG_LINE@Captured Output@@@@",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 "cmd": [ 542 "cmd": [
513 "python", 543 "python",
514 "-u", 544 "-u",
515 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 545 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
516 "--", 546 "--",
517 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 547 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
518 "----", 548 "----",
519 "ls", 549 "ls",
520 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip" 550 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip"
521 ], 551 ],
552 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
522 "name": "gsutil exists", 553 "name": "gsutil exists",
523 "~followup_annotations": [ 554 "~followup_annotations": [
524 "step returned non-zero exit code: 1", 555 "step returned non-zero exit code: 1",
525 "@@@STEP_EXCEPTION@@@" 556 "@@@STEP_EXCEPTION@@@"
526 ] 557 ]
527 }, 558 },
528 { 559 {
529 "cmd": [ 560 "cmd": [
530 "python", 561 "python",
531 "-u", 562 "-u",
532 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 563 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
533 "--show-path", 564 "--show-path",
534 "python", 565 "python",
535 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 566 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
536 ], 567 ],
568 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
537 "name": "cleanup_temp (2)" 569 "name": "cleanup_temp (2)"
538 }, 570 },
539 { 571 {
540 "cmd": [ 572 "cmd": [
541 "/opt/infra-tools/buildbucket", 573 "/opt/infra-tools/buildbucket",
542 "put", 574 "put",
543 "--host", 575 "--host",
544 "cr-buildbucket.appspot.com", 576 "cr-buildbucket.appspot.com",
545 "--service-account-json", 577 "--service-account-json",
546 "/creds/service_accounts/service-account-chromium-bisect.json", 578 "/creds/service_accounts/service-account-chromium-bisect.json",
547 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9.zip\\\ ", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"f27fede2220bcd326aee3 e86ddfd4ebd0fe58cb9\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \ "master:tryserver.chromium.perf\", \"user_agent:recipe\"]}" 579 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"123456\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect _builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-pe rf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86ddfd4ebd0fe58cb9.zip\\\ ", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"f27fede2220bcd326aee3 e86ddfd4ebd0fe58cb9\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \ "master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
548 ], 580 ],
581 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
549 "name": "buildbucket.put (2)", 582 "name": "buildbucket.put (2)",
550 "stdout": "/path/to/tmp/json", 583 "stdout": "/path/to/tmp/json",
551 "~followup_annotations": [ 584 "~followup_annotations": [
552 "@@@STEP_LOG_LINE@json.output@{@@@", 585 "@@@STEP_LOG_LINE@json.output@{@@@",
553 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@", 586 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
554 "@@@STEP_LOG_LINE@json.output@ {@@@", 587 "@@@STEP_LOG_LINE@json.output@ {@@@",
555 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 588 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
556 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@", 589 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@",
557 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@", 590 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@",
558 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@", 591 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@",
(...skipping 14 matching lines...) Expand all
573 ] 606 ]
574 }, 607 },
575 { 608 {
576 "cmd": [ 609 "cmd": [
577 "/opt/infra-tools/buildbucket", 610 "/opt/infra-tools/buildbucket",
578 "get", 611 "get",
579 "--host", 612 "--host",
580 "cr-buildbucket.appspot.com", 613 "cr-buildbucket.appspot.com",
581 "9016911228971028736" 614 "9016911228971028736"
582 ], 615 ],
616 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
583 "name": "buildbucket.get (2)", 617 "name": "buildbucket.get (2)",
584 "stdout": "/path/to/tmp/json", 618 "stdout": "/path/to/tmp/json",
585 "~followup_annotations": [ 619 "~followup_annotations": [
586 "@@@STEP_LOG_LINE@json.output@{@@@", 620 "@@@STEP_LOG_LINE@json.output@{@@@",
587 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 621 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
588 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@", 622 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@",
589 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@", 623 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@",
590 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", 624 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
591 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@", 625 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@",
592 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@", 626 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@",
593 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@", 627 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@",
594 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", 628 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@",
595 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@", 629 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@",
596 "@@@STEP_LOG_LINE@json.output@ }@@@", 630 "@@@STEP_LOG_LINE@json.output@ }@@@",
597 "@@@STEP_LOG_LINE@json.output@}@@@", 631 "@@@STEP_LOG_LINE@json.output@}@@@",
598 "@@@STEP_LOG_END@json.output@@@" 632 "@@@STEP_LOG_END@json.output@@@"
599 ] 633 ]
600 }, 634 },
601 { 635 {
602 "cmd": [ 636 "cmd": [
603 "python", 637 "python",
604 "-u", 638 "-u",
605 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 639 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
606 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 640 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
607 ], 641 ],
642 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
608 "name": "rmtree build directory (2)", 643 "name": "rmtree build directory (2)",
609 "~followup_annotations": [ 644 "~followup_annotations": [
610 "@@@STEP_LOG_LINE@python.inline@@@@", 645 "@@@STEP_LOG_LINE@python.inline@@@@",
611 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 646 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
612 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 647 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
613 "@@@STEP_LOG_LINE@python.inline@@@@", 648 "@@@STEP_LOG_LINE@python.inline@@@@",
614 "@@@STEP_LOG_LINE@python.inline@@@@", 649 "@@@STEP_LOG_LINE@python.inline@@@@",
615 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 650 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
616 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 651 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
617 "@@@STEP_LOG_END@python.inline@@@" 652 "@@@STEP_LOG_END@python.inline@@@"
(...skipping 13 matching lines...) Expand all
631 "Release", 666 "Release",
632 "--src-dir", 667 "--src-dir",
633 "[BUILDER_CACHE]/linux_perf_bisect/src", 668 "[BUILDER_CACHE]/linux_perf_bisect/src",
634 "--build-archive-url", 669 "--build-archive-url",
635 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip", 670 "gs://chrome-perf/Linux Builder/full-build-linuxf27fede2220bcd326aee3e86dd fd4ebd0fe58cb9.zip",
636 "--master-name", 671 "--master-name",
637 "tryserver.chromium.perf", 672 "tryserver.chromium.perf",
638 "--build-number", 673 "--build-number",
639 "571" 674 "571"
640 ], 675 ],
676 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
641 "name": "extract build (2)" 677 "name": "extract build (2)"
642 }, 678 },
643 { 679 {
644 "cmd": [ 680 "cmd": [
645 "python", 681 "python",
646 "-u", 682 "-u",
647 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 683 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
648 "--target", 684 "--target",
649 "Release", 685 "Release",
650 "--xvfb", 686 "--xvfb",
651 "--factory-properties", 687 "--factory-properties",
652 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 688 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
653 "--build-properties", 689 "--build-properties",
654 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 690 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" is_test\": true, \"issue\": \"12345\", \"mastername\": \"tryserver.chromium.perf \", \"patch_project\": \"chromium\", \"patch_storage\": \"rietveld\", \"patchset \": \"20001\", \"path_config\": \"kitchen\", \"project\": \"chrome\", \"recipe\" : \"bisection/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bo t@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chr omium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
655 "--step-name=Performance Test (Without Patch) 1 of 1", 691 "--step-name=Performance Test (Without Patch) 1 of 1",
656 "--builder-name=linux_perf_bisect", 692 "--builder-name=linux_perf_bisect",
657 "--slave-name=TestSlavename", 693 "--slave-name=TestSlavename",
658 "--build-number=571", 694 "--build-number=571",
659 "--run-python-script", 695 "--run-python-script",
660 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark", 696 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark",
661 "-v", 697 "-v",
662 "--browser=release", 698 "--browser=release",
663 "sunspider", 699 "sunspider",
664 "--upload-results", 700 "--upload-results",
665 "--results-label=TOT" 701 "--results-label=TOT"
666 ], 702 ],
703 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
667 "name": "Performance Test (Without Patch) 1 of 1", 704 "name": "Performance Test (Without Patch) 1 of 1",
668 "stderr": "/path/to/tmp/", 705 "stderr": "/path/to/tmp/",
669 "stdout": "/path/to/tmp/", 706 "stdout": "/path/to/tmp/",
670 "~followup_annotations": [ 707 "~followup_annotations": [
671 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@", 708 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@",
672 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", 709 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@",
673 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", 710 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@",
674 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@", 711 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@",
675 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@", 712 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@",
676 "@@@STEP_LOG_LINE@Captured Output@@@@", 713 "@@@STEP_LOG_LINE@Captured Output@@@@",
677 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis .com/chromium-telemetry/html-results/results-without_patch@@@", 714 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis .com/chromium-telemetry/html-results/results-without_patch@@@",
678 "@@@STEP_LOG_END@Captured Output@@@" 715 "@@@STEP_LOG_END@Captured Output@@@"
679 ] 716 ]
680 }, 717 },
681 { 718 {
682 "cmd": [], 719 "cmd": [],
720 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
683 "name": "Results", 721 "name": "Results",
684 "~followup_annotations": [ 722 "~followup_annotations": [
685 "@@@STEP_TEXT@", 723 "@@@STEP_TEXT@",
686 "===== PERF TRY JOB RESULTS =====", 724 "===== PERF TRY JOB RESULTS =====",
687 "", 725 "",
688 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider ", 726 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider ",
689 "Test Metric: dummy/dummy", 727 "Test Metric: dummy/dummy",
690 "Relative Change: 0.00000%", 728 "Relative Change: 0.00000%",
691 "Standard Error: +- 0.18047 delta", 729 "Standard Error: +- 0.18047 delta",
692 "", 730 "",
693 "Revision Mean Std.Error", 731 "Revision Mean Std.Error",
694 "Patch 5.805333333330.127614436662", 732 "Patch 5.805333333330.127614436662",
695 "No Patch 5.805333333330.127614436662", 733 "No Patch 5.805333333330.127614436662",
696 "@@@", 734 "@@@",
697 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@" 735 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@"
698 ] 736 ]
699 }, 737 },
700 { 738 {
701 "cmd": [ 739 "cmd": [
702 "python", 740 "python",
703 "-u", 741 "-u",
704 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" 742 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
705 ], 743 ],
744 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
706 "name": "Post bisect results", 745 "name": "Post bisect results",
707 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_ url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"change\": 0.0, \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-res ults/results-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --b rowser=release sunspider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [], \"result\": \"Revision Mean Std.Error\\nPatch 5.805333333330.12 7614436662\\nNo Patch 5.805333333330.127614436662\", \"status\": \"completed\ ", \"std_err\": 0.1804740670813644, \"try_job_id\": null}, \"url\": \"https://ch romeperf.appspot.com/post_bisect_results\"}", 746 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_ url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"change\": 0.0, \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-res ults/results-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --b rowser=release sunspider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [], \"result\": \"Revision Mean Std.Error\\nPatch 5.805333333330.12 7614436662\\nNo Patch 5.805333333330.127614436662\", \"status\": \"completed\ ", \"std_err\": 0.1804740670813644, \"try_job_id\": null}, \"url\": \"https://ch romeperf.appspot.com/post_bisect_results\"}",
708 "stdout": "/path/to/tmp/json", 747 "stdout": "/path/to/tmp/json",
709 "~followup_annotations": [ 748 "~followup_annotations": [
710 "@@@STEP_LOG_LINE@json.output@{@@@", 749 "@@@STEP_LOG_LINE@json.output@{@@@",
711 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", 750 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
712 "@@@STEP_LOG_LINE@json.output@}@@@", 751 "@@@STEP_LOG_LINE@json.output@}@@@",
713 "@@@STEP_LOG_END@json.output@@@" 752 "@@@STEP_LOG_END@json.output@@@"
714 ] 753 ]
715 }, 754 },
716 { 755 {
717 "name": "$result", 756 "name": "$result",
718 "recipe_result": null, 757 "recipe_result": null,
719 "status_code": 0 758 "status_code": 0
720 } 759 }
721 ] 760 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698