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

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: post_bisect to post_bisect_results Created 4 years, 11 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "Avg dummy: 5.907711ms", 433 "Avg dummy: 5.907711ms",
434 "Sd dummy: 0.255921ms", 434 "Sd dummy: 0.255921ms",
435 "RESULT telemetry_page_measurement_results: num_failed= 0 count", 435 "RESULT telemetry_page_measurement_results: num_failed= 0 count",
436 "RESULT telemetry_page_measurement_results: num_errored= 0 count", 436 "RESULT telemetry_page_measurement_results: num_errored= 0 count",
437 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu lts/results-without_patch", 437 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu lts/results-without_patch",
438 "@@@", 438 "@@@",
439 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@" 439 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr y/html-results/results-without_patch@@@"
440 ] 440 ]
441 }, 441 },
442 { 442 {
443 "cmd": [
444 "python",
445 "-u",
446 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
447 ],
448 "cwd": "[SLAVE_BUILD]",
449 "name": "Post bisect results",
450 "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\"}",
451 "stdout": "/path/to/tmp/json",
452 "~followup_annotations": [
453 "@@@STEP_LOG_LINE@json.output@{@@@",
454 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
455 "@@@STEP_LOG_LINE@json.output@}@@@",
456 "@@@STEP_LOG_END@json.output@@@"
457 ]
458 },
459 {
443 "name": "$result", 460 "name": "$result",
444 "recipe_result": null, 461 "recipe_result": null,
445 "status_code": 0 462 "status_code": 0
446 } 463 }
447 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698