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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_revisions.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@ \"bad_revision\": \"306476\", @@@", 261 "@@@STEP_LOG_LINE@json.output@ \"bad_revision\": \"306476\", @@@",
238 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark -v --browser=release sunspider\", @@@", 262 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark -v --browser=release sunspider\", @@@",
239 "@@@STEP_LOG_LINE@json.output@ \"good_revision\": \"306475\", @@@", 263 "@@@STEP_LOG_LINE@json.output@ \"good_revision\": \"306475\", @@@",
240 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@", 264 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@",
241 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@", 265 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@",
242 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", 266 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@",
243 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", 267 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "[GIT_CACHE]", 319 "[GIT_CACHE]",
296 "--rietveld_server", 320 "--rietveld_server",
297 "https://codereview.chromium.org", 321 "https://codereview.chromium.org",
298 "--output_json", 322 "--output_json",
299 "/path/to/tmp/json", 323 "/path/to/tmp/json",
300 "--revision", 324 "--revision",
301 "src@bad49c331def2a3bbf3ddd0096eb51551155", 325 "src@bad49c331def2a3bbf3ddd0096eb51551155",
302 "--force", 326 "--force",
303 "--output_manifest" 327 "--output_manifest"
304 ], 328 ],
329 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
305 "env": { 330 "env": {
306 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 331 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
307 }, 332 },
308 "name": "bot_update (without patch) - bad49c331def2a3bbf3ddd0096eb51551155", 333 "name": "bot_update (without patch) - bad49c331def2a3bbf3ddd0096eb51551155",
309 "~followup_annotations": [ 334 "~followup_annotations": [
310 "@@@STEP_TEXT@Some step text@@@", 335 "@@@STEP_TEXT@Some step text@@@",
311 "@@@STEP_LOG_LINE@json.output@{@@@", 336 "@@@STEP_LOG_LINE@json.output@{@@@",
312 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 337 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
313 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 338 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
314 "@@@STEP_LOG_LINE@json.output@ \"src\": \"bad49c331def2a3bbf3ddd0096eb5 1551155\"@@@", 339 "@@@STEP_LOG_LINE@json.output@ \"src\": \"bad49c331def2a3bbf3ddd0096eb5 1551155\"@@@",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "cmd": [ 412 "cmd": [
388 "python", 413 "python",
389 "-u", 414 "-u",
390 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 415 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
391 "--", 416 "--",
392 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 417 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
393 "----", 418 "----",
394 "ls", 419 "ls",
395 "gs://chrome-perf/Linux Builder/full-build-linuxbad49c331def2a3bbf3ddd0096 eb51551155.zip" 420 "gs://chrome-perf/Linux Builder/full-build-linuxbad49c331def2a3bbf3ddd0096 eb51551155.zip"
396 ], 421 ],
422 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
397 "name": "gsutil exists", 423 "name": "gsutil exists",
398 "~followup_annotations": [ 424 "~followup_annotations": [
399 "step returned non-zero exit code: 1", 425 "step returned non-zero exit code: 1",
400 "@@@STEP_EXCEPTION@@@" 426 "@@@STEP_EXCEPTION@@@"
401 ] 427 ]
402 }, 428 },
403 { 429 {
404 "cmd": [ 430 "cmd": [
405 "python", 431 "python",
406 "-u", 432 "-u",
407 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 433 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
408 "--show-path", 434 "--show-path",
409 "python", 435 "python",
410 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 436 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
411 ], 437 ],
438 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
412 "name": "cleanup_temp" 439 "name": "cleanup_temp"
413 }, 440 },
414 { 441 {
415 "cmd": [ 442 "cmd": [
416 "/opt/infra-tools/buildbucket", 443 "/opt/infra-tools/buildbucket",
417 "put", 444 "put",
418 "--host", 445 "--host",
419 "cr-buildbucket.appspot.com", 446 "cr-buildbucket.appspot.com",
420 "--service-account-json", 447 "--service-account-json",
421 "/creds/service_accounts/service-account-chromium-bisect.json", 448 "/creds/service_accounts/service-account-chromium-bisect.json",
422 "{\"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-linuxbad49c331def2a3bbf3ddd0096eb51551155.zip\\\", \ \\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"bad49c331def2a3bbf3ddd009 6eb51551155\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \"master: tryserver.chromium.perf\", \"user_agent:recipe\"]}" 449 "{\"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-linuxbad49c331def2a3bbf3ddd0096eb51551155.zip\\\", \ \\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"bad49c331def2a3bbf3ddd009 6eb51551155\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \"master: tryserver.chromium.perf\", \"user_agent:recipe\"]}"
423 ], 450 ],
451 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
424 "name": "buildbucket.put", 452 "name": "buildbucket.put",
425 "stdout": "/path/to/tmp/json", 453 "stdout": "/path/to/tmp/json",
426 "~followup_annotations": [ 454 "~followup_annotations": [
427 "@@@STEP_LOG_LINE@json.output@{@@@", 455 "@@@STEP_LOG_LINE@json.output@{@@@",
428 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@", 456 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
429 "@@@STEP_LOG_LINE@json.output@ {@@@", 457 "@@@STEP_LOG_LINE@json.output@ {@@@",
430 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 458 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
431 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@", 459 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"user.username\", @@@",
432 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@", 460 "@@@STEP_LOG_LINE@json.output@ \"created_by\": \"user:username@exam ple.com\", @@@",
433 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@", 461 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"1459200369835900\" , @@@",
(...skipping 14 matching lines...) Expand all
448 ] 476 ]
449 }, 477 },
450 { 478 {
451 "cmd": [ 479 "cmd": [
452 "/opt/infra-tools/buildbucket", 480 "/opt/infra-tools/buildbucket",
453 "get", 481 "get",
454 "--host", 482 "--host",
455 "cr-buildbucket.appspot.com", 483 "cr-buildbucket.appspot.com",
456 "9016911228971028736" 484 "9016911228971028736"
457 ], 485 ],
486 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
458 "name": "buildbucket.get", 487 "name": "buildbucket.get",
459 "stdout": "/path/to/tmp/json", 488 "stdout": "/path/to/tmp/json",
460 "~followup_annotations": [ 489 "~followup_annotations": [
461 "@@@STEP_LOG_LINE@json.output@{@@@", 490 "@@@STEP_LOG_LINE@json.output@{@@@",
462 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@", 491 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
463 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@", 492 "@@@STEP_LOG_LINE@json.output@ \"bucket\": \"master.tryserver.chromium. perf\", @@@",
464 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@", 493 "@@@STEP_LOG_LINE@json.output@ \"id\": \"9009962699124567824\", @@@",
465 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@", 494 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
466 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@", 495 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\", @@@",
467 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@", 496 "@@@STEP_LOG_LINE@json.output@ \"status_changed_utc\": \"Mon Jun 13 19: 32:37 2016\", @@@",
468 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@", 497 "@@@STEP_LOG_LINE@json.output@ \"updated_utc\": \"Mon Jun 13 19:32:37 2 016\", @@@",
469 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@", 498 "@@@STEP_LOG_LINE@json.output@ \"url\": \"http://build.chromium.org/p/t ryserver.chromium.perf/builders/linux_perf_bisect/builds/6537\", @@@",
470 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@", 499 "@@@STEP_LOG_LINE@json.output@ \"utcnow_utc\": \"Tue Jun 21 21:33:56 20 16\"@@@",
471 "@@@STEP_LOG_LINE@json.output@ }@@@", 500 "@@@STEP_LOG_LINE@json.output@ }@@@",
472 "@@@STEP_LOG_LINE@json.output@}@@@", 501 "@@@STEP_LOG_LINE@json.output@}@@@",
473 "@@@STEP_LOG_END@json.output@@@" 502 "@@@STEP_LOG_END@json.output@@@"
474 ] 503 ]
475 }, 504 },
476 { 505 {
477 "cmd": [ 506 "cmd": [
478 "python", 507 "python",
479 "-u", 508 "-u",
480 "\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", 509 "\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",
481 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 510 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
482 ], 511 ],
512 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
483 "name": "rmtree build directory", 513 "name": "rmtree build directory",
484 "~followup_annotations": [ 514 "~followup_annotations": [
485 "@@@STEP_LOG_LINE@python.inline@@@@", 515 "@@@STEP_LOG_LINE@python.inline@@@@",
486 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 516 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
487 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 517 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
488 "@@@STEP_LOG_LINE@python.inline@@@@", 518 "@@@STEP_LOG_LINE@python.inline@@@@",
489 "@@@STEP_LOG_LINE@python.inline@@@@", 519 "@@@STEP_LOG_LINE@python.inline@@@@",
490 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 520 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
491 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 521 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
492 "@@@STEP_LOG_END@python.inline@@@" 522 "@@@STEP_LOG_END@python.inline@@@"
(...skipping 13 matching lines...) Expand all
506 "Release", 536 "Release",
507 "--src-dir", 537 "--src-dir",
508 "[BUILDER_CACHE]/linux_perf_bisect/src", 538 "[BUILDER_CACHE]/linux_perf_bisect/src",
509 "--build-archive-url", 539 "--build-archive-url",
510 "gs://chrome-perf/Linux Builder/full-build-linuxbad49c331def2a3bbf3ddd0096 eb51551155.zip", 540 "gs://chrome-perf/Linux Builder/full-build-linuxbad49c331def2a3bbf3ddd0096 eb51551155.zip",
511 "--master-name", 541 "--master-name",
512 "tryserver.chromium.perf", 542 "tryserver.chromium.perf",
513 "--build-number", 543 "--build-number",
514 "571" 544 "571"
515 ], 545 ],
546 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
516 "name": "extract build" 547 "name": "extract build"
517 }, 548 },
518 { 549 {
519 "cmd": [ 550 "cmd": [
520 "python", 551 "python",
521 "-u", 552 "-u",
522 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 553 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
523 "--target", 554 "--target",
524 "Release", 555 "Release",
525 "--xvfb", 556 "--xvfb",
526 "--factory-properties", 557 "--factory-properties",
527 "{\"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\"}", 558 "{\"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\"}",
528 "--build-properties", 559 "--build-properties",
529 "{\"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\"}", 560 "{\"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\"}",
530 "--step-name=Performance Test (bad49c331def2a3bbf3ddd0096eb51551155) 1 of 1", 561 "--step-name=Performance Test (bad49c331def2a3bbf3ddd0096eb51551155) 1 of 1",
531 "--builder-name=linux_perf_bisect", 562 "--builder-name=linux_perf_bisect",
532 "--slave-name=TestSlavename", 563 "--slave-name=TestSlavename",
533 "--build-number=571", 564 "--build-number=571",
534 "--run-python-script", 565 "--run-python-script",
535 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark", 566 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark",
536 "-v", 567 "-v",
537 "--browser=release", 568 "--browser=release",
538 "sunspider", 569 "sunspider",
539 "--reset-results", 570 "--reset-results",
540 "--upload-results", 571 "--upload-results",
541 "--results-label=bad49c331def2a3bbf3ddd0096eb51551155" 572 "--results-label=bad49c331def2a3bbf3ddd0096eb51551155"
542 ], 573 ],
574 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
543 "name": "Performance Test (bad49c331def2a3bbf3ddd0096eb51551155) 1 of 1", 575 "name": "Performance Test (bad49c331def2a3bbf3ddd0096eb51551155) 1 of 1",
544 "stderr": "/path/to/tmp/", 576 "stderr": "/path/to/tmp/",
545 "stdout": "/path/to/tmp/", 577 "stdout": "/path/to/tmp/",
546 "~followup_annotations": [ 578 "~followup_annotations": [
547 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@", 579 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@",
548 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", 580 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@",
549 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", 581 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@",
550 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@", 582 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@",
551 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@", 583 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@",
552 "@@@STEP_LOG_LINE@Captured Output@@@@", 584 "@@@STEP_LOG_LINE@Captured Output@@@@",
(...skipping 22 matching lines...) Expand all
575 "[GIT_CACHE]", 607 "[GIT_CACHE]",
576 "--rietveld_server", 608 "--rietveld_server",
577 "https://codereview.chromium.org", 609 "https://codereview.chromium.org",
578 "--output_json", 610 "--output_json",
579 "/path/to/tmp/json", 611 "/path/to/tmp/json",
580 "--revision", 612 "--revision",
581 "src@d49c331def2a3bbf3ddd0096eb51551155", 613 "src@d49c331def2a3bbf3ddd0096eb51551155",
582 "--force", 614 "--force",
583 "--output_manifest" 615 "--output_manifest"
584 ], 616 ],
617 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
585 "env": { 618 "env": {
586 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 619 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
587 }, 620 },
588 "name": "bot_update (without patch) - d49c331def2a3bbf3ddd0096eb51551155", 621 "name": "bot_update (without patch) - d49c331def2a3bbf3ddd0096eb51551155",
589 "~followup_annotations": [ 622 "~followup_annotations": [
590 "@@@STEP_TEXT@Some step text@@@", 623 "@@@STEP_TEXT@Some step text@@@",
591 "@@@STEP_LOG_LINE@json.output@{@@@", 624 "@@@STEP_LOG_LINE@json.output@{@@@",
592 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 625 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
593 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 626 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
594 "@@@STEP_LOG_LINE@json.output@ \"src\": \"d49c331def2a3bbf3ddd0096eb515 51155\"@@@", 627 "@@@STEP_LOG_LINE@json.output@ \"src\": \"d49c331def2a3bbf3ddd0096eb515 51155\"@@@",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 "cmd": [ 700 "cmd": [
668 "python", 701 "python",
669 "-u", 702 "-u",
670 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 703 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
671 "--", 704 "--",
672 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 705 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
673 "----", 706 "----",
674 "ls", 707 "ls",
675 "gs://chrome-perf/Linux Builder/full-build-linuxd49c331def2a3bbf3ddd0096eb 51551155.zip" 708 "gs://chrome-perf/Linux Builder/full-build-linuxd49c331def2a3bbf3ddd0096eb 51551155.zip"
676 ], 709 ],
710 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
677 "name": "gsutil exists (2)" 711 "name": "gsutil exists (2)"
678 }, 712 },
679 { 713 {
680 "cmd": [ 714 "cmd": [
681 "python", 715 "python",
682 "-u", 716 "-u",
683 "\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", 717 "\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",
684 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release" 718 "[BUILDER_CACHE]/linux_perf_bisect/src/out/Release"
685 ], 719 ],
720 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
686 "name": "rmtree build directory (2)", 721 "name": "rmtree build directory (2)",
687 "~followup_annotations": [ 722 "~followup_annotations": [
688 "@@@STEP_LOG_LINE@python.inline@@@@", 723 "@@@STEP_LOG_LINE@python.inline@@@@",
689 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 724 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
690 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 725 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
691 "@@@STEP_LOG_LINE@python.inline@@@@", 726 "@@@STEP_LOG_LINE@python.inline@@@@",
692 "@@@STEP_LOG_LINE@python.inline@@@@", 727 "@@@STEP_LOG_LINE@python.inline@@@@",
693 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 728 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
694 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 729 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
695 "@@@STEP_LOG_END@python.inline@@@" 730 "@@@STEP_LOG_END@python.inline@@@"
(...skipping 13 matching lines...) Expand all
709 "Release", 744 "Release",
710 "--src-dir", 745 "--src-dir",
711 "[BUILDER_CACHE]/linux_perf_bisect/src", 746 "[BUILDER_CACHE]/linux_perf_bisect/src",
712 "--build-archive-url", 747 "--build-archive-url",
713 "gs://chrome-perf/Linux Builder/full-build-linuxd49c331def2a3bbf3ddd0096eb 51551155.zip", 748 "gs://chrome-perf/Linux Builder/full-build-linuxd49c331def2a3bbf3ddd0096eb 51551155.zip",
714 "--master-name", 749 "--master-name",
715 "tryserver.chromium.perf", 750 "tryserver.chromium.perf",
716 "--build-number", 751 "--build-number",
717 "571" 752 "571"
718 ], 753 ],
754 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
719 "name": "extract build (2)" 755 "name": "extract build (2)"
720 }, 756 },
721 { 757 {
722 "cmd": [ 758 "cmd": [
723 "python", 759 "python",
724 "-u", 760 "-u",
725 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 761 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
726 "--target", 762 "--target",
727 "Release", 763 "Release",
728 "--xvfb", 764 "--xvfb",
729 "--factory-properties", 765 "--factory-properties",
730 "{\"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\"}", 766 "{\"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\"}",
731 "--build-properties", 767 "--build-properties",
732 "{\"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\"}", 768 "{\"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\"}",
733 "--step-name=Performance Test (d49c331def2a3bbf3ddd0096eb51551155) 1 of 1" , 769 "--step-name=Performance Test (d49c331def2a3bbf3ddd0096eb51551155) 1 of 1" ,
734 "--builder-name=linux_perf_bisect", 770 "--builder-name=linux_perf_bisect",
735 "--slave-name=TestSlavename", 771 "--slave-name=TestSlavename",
736 "--build-number=571", 772 "--build-number=571",
737 "--run-python-script", 773 "--run-python-script",
738 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark", 774 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/perf/run_benchmark",
739 "-v", 775 "-v",
740 "--browser=release", 776 "--browser=release",
741 "sunspider", 777 "sunspider",
742 "--upload-results", 778 "--upload-results",
743 "--results-label=d49c331def2a3bbf3ddd0096eb51551155" 779 "--results-label=d49c331def2a3bbf3ddd0096eb51551155"
744 ], 780 ],
781 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
745 "name": "Performance Test (d49c331def2a3bbf3ddd0096eb51551155) 1 of 1", 782 "name": "Performance Test (d49c331def2a3bbf3ddd0096eb51551155) 1 of 1",
746 "stderr": "/path/to/tmp/", 783 "stderr": "/path/to/tmp/",
747 "stdout": "/path/to/tmp/", 784 "stdout": "/path/to/tmp/",
748 "~followup_annotations": [ 785 "~followup_annotations": [
749 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@", 786 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573] ms@@@",
750 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", 787 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@",
751 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", 788 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@",
752 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@", 789 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_failed= 0 count@@@",
753 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@", 790 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result s: num_errored= 0 count@@@",
754 "@@@STEP_LOG_LINE@Captured Output@@@@", 791 "@@@STEP_LOG_LINE@Captured Output@@@@",
755 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis .com/chromium-telemetry/html-results/results-without_patch@@@", 792 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis .com/chromium-telemetry/html-results/results-without_patch@@@",
756 "@@@STEP_LOG_END@Captured Output@@@" 793 "@@@STEP_LOG_END@Captured Output@@@"
757 ] 794 ]
758 }, 795 },
759 { 796 {
760 "cmd": [], 797 "cmd": [],
798 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
761 "name": "Results", 799 "name": "Results",
762 "~followup_annotations": [ 800 "~followup_annotations": [
763 "@@@STEP_TEXT@", 801 "@@@STEP_TEXT@",
764 "===== PERF TRY JOB RESULTS =====", 802 "===== PERF TRY JOB RESULTS =====",
765 "", 803 "",
766 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider ", 804 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider ",
767 "Test Metric: dummy/dummy", 805 "Test Metric: dummy/dummy",
768 "Relative Change: 0.00000%", 806 "Relative Change: 0.00000%",
769 "Standard Error: +- 0.18047 delta", 807 "Standard Error: +- 0.18047 delta",
770 "", 808 "",
771 "Revision Mean Std.Error", 809 "Revision Mean Std.Error",
772 "Patch 5.805333333330.127614436662", 810 "Patch 5.805333333330.127614436662",
773 "No Patch 5.805333333330.127614436662", 811 "No Patch 5.805333333330.127614436662",
774 "@@@", 812 "@@@",
775 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@" 813 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@"
776 ] 814 ]
777 }, 815 },
778 { 816 {
779 "cmd": [ 817 "cmd": [
780 "python", 818 "python",
781 "-u", 819 "-u",
782 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" 820 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
783 ], 821 ],
822 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
784 "name": "Post bisect results", 823 "name": "Post bisect results",
785 "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\"}", 824 "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\"}",
786 "stdout": "/path/to/tmp/json", 825 "stdout": "/path/to/tmp/json",
787 "~followup_annotations": [ 826 "~followup_annotations": [
788 "@@@STEP_LOG_LINE@json.output@{@@@", 827 "@@@STEP_LOG_LINE@json.output@{@@@",
789 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", 828 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
790 "@@@STEP_LOG_LINE@json.output@}@@@", 829 "@@@STEP_LOG_LINE@json.output@}@@@",
791 "@@@STEP_LOG_END@json.output@@@" 830 "@@@STEP_LOG_END@json.output@@@"
792 ] 831 ]
793 }, 832 },
794 { 833 {
795 "name": "$result", 834 "name": "$result",
796 "recipe_result": null, 835 "recipe_result": null,
797 "status_code": 0 836 "status_code": 0
798 } 837 }
799 ] 838 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698