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

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

Issue 1573293002: Change auto_bisect to post results to perf dashboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: . Created 4 years, 10 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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "Avg dummy: 5.907711ms", 451 "Avg dummy: 5.907711ms",
452 "Sd dummy: 0.255921ms", 452 "Sd dummy: 0.255921ms",
453 "RESULT telemetry_page_measurement_results: num_failed= 0 count", 453 "RESULT telemetry_page_measurement_results: num_failed= 0 count",
454 "RESULT telemetry_page_measurement_results: num_errored= 0 count", 454 "RESULT telemetry_page_measurement_results: num_errored= 0 count",
455 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu lts/results-without_patch", 455 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu lts/results-without_patch",
456 "@@@", 456 "@@@",
457 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@" 457 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@"
458 ] 458 ]
459 }, 459 },
460 { 460 {
461 "cmd": [
462 "python",
463 "-u",
464 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
465 ],
466 "cwd": "[SLAVE_BUILD]",
467 "name": "Post bisect results",
468 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_ url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"cloud_link \": \"http://storage.googleapis.com/chromium-telemetry/html-results/results-with out_patch\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release su nspider\", \"metric\": null, \"status\": \"completed\", \"try_job_id\": null, \" warnings\": [\"No values from test with patch, or none from test without patch.\ \n Output with patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT telemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_measurement_results: num_errored= 0 count\\n\\nView online at http://storage.googleapis.com/chromium-telemetry/html- results/results-with_patch\\n\\n\\nOutput without patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT t elemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_m easurement_results: num_errored= 0 count\\n\\nView online at http://storage.goog leapis.com/chromium-telemetry/html-results/results-without_patch\\n\"]}, \"url\" : \"https://chromeperf.appspot.com/post_bisect_results\"}",
469 "stdout": "/path/to/tmp/json",
470 "~followup_annotations": [
471 "@@@STEP_LOG_LINE@json.output@{@@@",
472 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
473 "@@@STEP_LOG_LINE@json.output@}@@@",
474 "@@@STEP_LOG_END@json.output@@@"
475 ]
476 },
477 {
461 "name": "$result", 478 "name": "$result",
462 "recipe_result": null, 479 "recipe_result": null,
463 "status_code": 0 480 "status_code": 0
464 } 481 }
465 ] 482 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698