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

Side by Side Diff: scripts/slave/recipes/bisect.expected/encoded_config_test.json

Issue 1062583003: Adding config step to output the bisect config dictionary. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@hax
Patch Set: Sorting keys. Created 5 years, 8 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_builder", 10 "linux_perf_bisect_builder",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "[DEPOT_TOOLS]/gclient.py", 67 "[DEPOT_TOOLS]/gclient.py",
68 "runhooks" 68 "runhooks"
69 ], 69 ],
70 "env": { 70 "env": {
71 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" 71 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
72 }, 72 },
73 "name": "gclient runhooks" 73 "name": "gclient runhooks"
74 }, 74 },
75 { 75 {
76 "cmd": [ 76 "cmd": [
77 "echo",
78 "{\n \"bad_revision\": \"src@a6298e4afedbf2cd461755ea6f45b0ad64222222\", \n \"bug_id\": \"425582\", \n \"builder_host\": \"master4.golo.chromium.org\", \n \"builder_port\": \"8341\", \n \"command\": \"tools/perf/run_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", \n \"dummy_builds\": true, \n \ "dummy_regression_confidence\": \"95\", \n \"good_revision\": \"306475\", \n \ "gs_bucket\": \"chrome-perf\", \n \"max_time_minutes\": \"5\", \n \"metric\": \"warm_times/page_load_time\", \n \"poll_sleep\": 0, \n \"repeat_count\": \"2\ ", \n \"test_type\": \"perf\", \n \"truncate_percent\": \"25\"\n}"
79 ],
80 "name": "config"
81 },
82 {
83 "cmd": [
77 "git", 84 "git",
78 "footers", 85 "footers",
79 "--position", 86 "--position",
80 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 87 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
81 ], 88 ],
82 "cwd": "[SLAVE_BUILD]/src", 89 "cwd": "[SLAVE_BUILD]/src",
83 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222", 90 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
84 "stdout": "/path/to/tmp/" 91 "stdout": "/path/to/tmp/"
85 }, 92 },
86 { 93 {
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 "stdout": "/path/to/tmp/" 1090 "stdout": "/path/to/tmp/"
1084 }, 1091 },
1085 { 1092 {
1086 "cmd": [ 1093 "cmd": [
1087 "cat" 1094 "cat"
1088 ], 1095 ],
1089 "name": "Results", 1096 "name": "Results",
1090 "stdin": "\n===== BISECT JOB RESULTS =====\nStatus: Successful\n\nTest Comma nd: tools/perf/run_benchmark -v --browser=release page_cycler.intl_ar_fa_he\nTes t Metric: warm_times/page_load_time\nRelative Change: 75.00%\nEstimated Confiden ce: 99.90%\nRetested CL with revert: Not Implemented.\n===== SUSPECTED CL(s) === ==\nSubject : Some random CL\nAuthor : DummyAuthor, dummy@nowhere.com\nCommit d escription:\n A long description for a CL.\nContaining multiple lines\nCommit : 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\nDate : 01/01/2015\n\ncommit_pos r evision_string mean_value std_err good_or_bad? test ed? culprit? \n306475 306475 80 10 good tested False \n306476 306476 70 2 good tested False \n306477 306477 15 1 bad tes ted True \n306478 src@a6298e4afedbf2cd461755ea6f45b0ad64222222 20 1 bad tested False \n\n==== INSTRUCTIONS TO REPRODUCE ==== \nTo run locally:\n - Use the test command given under 'BISECT JOB RESULTS' abov e.\n - Consider using a profiler. Pass --profiler=list to list available profile rs.\n\nTo reproduce on a performance try bot:\ntools/perf/run_benchmark -v --bro wser=<bot-name> page_cycler.intl_ar_fa_he\n(Where <bot-name> comes from tools/pe rf/run_benchmark --browser=list)\n\nFor more details please visit\nhttps://sites .google.com/a/chromium.org/dev/developers/performance-try-bots\n\n| O O | Visit http://www.chromium.org/developers/core-principles for Chrome's\n| X | policy on perf regressions. Contact chrome-perf-dashboard-team with any\n| / \\ | quest ions or suggestions about bisecting. THANK YOU." 1097 "stdin": "\n===== BISECT JOB RESULTS =====\nStatus: Successful\n\nTest Comma nd: tools/perf/run_benchmark -v --browser=release page_cycler.intl_ar_fa_he\nTes t Metric: warm_times/page_load_time\nRelative Change: 75.00%\nEstimated Confiden ce: 99.90%\nRetested CL with revert: Not Implemented.\n===== SUSPECTED CL(s) === ==\nSubject : Some random CL\nAuthor : DummyAuthor, dummy@nowhere.com\nCommit d escription:\n A long description for a CL.\nContaining multiple lines\nCommit : 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\nDate : 01/01/2015\n\ncommit_pos r evision_string mean_value std_err good_or_bad? test ed? culprit? \n306475 306475 80 10 good tested False \n306476 306476 70 2 good tested False \n306477 306477 15 1 bad tes ted True \n306478 src@a6298e4afedbf2cd461755ea6f45b0ad64222222 20 1 bad tested False \n\n==== INSTRUCTIONS TO REPRODUCE ==== \nTo run locally:\n - Use the test command given under 'BISECT JOB RESULTS' abov e.\n - Consider using a profiler. Pass --profiler=list to list available profile rs.\n\nTo reproduce on a performance try bot:\ntools/perf/run_benchmark -v --bro wser=<bot-name> page_cycler.intl_ar_fa_he\n(Where <bot-name> comes from tools/pe rf/run_benchmark --browser=list)\n\nFor more details please visit\nhttps://sites .google.com/a/chromium.org/dev/developers/performance-try-bots\n\n| O O | Visit http://www.chromium.org/developers/core-principles for Chrome's\n| X | policy on perf regressions. Contact chrome-perf-dashboard-team with any\n| / \\ | quest ions or suggestions about bisecting. THANK YOU."
1091 } 1098 }
1092 ] 1099 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698