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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/basic.json

Issue 1149013006: Execute the script using python api module. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 7 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 "echo", 4 "echo",
5 "{\n \"bad_revision\": \"314017\", \n \"bug_id\": \"\", \n \"builder_ho st\": \"master4.golo.chromium.org\", \n \"builder_port\": \"8341\", \n \"comma nd\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrol ling_cases\", \n \"dummy_builds\": \"True\", \n \"good_revision\": \"314015\", \n \"gs_bucket\": \"chrome-perf\", \n \"max_time_minutes\": \"5\", \n \"metr ic\": \"mean_input_event_latency/mean_input_event_latency\", \n \"repeat_count\ ": \"2\", \n \"skip_gclient_ops\": \"True\", \n \"test_type\": \"perf\", \n \ "truncate_percent\": \"0\"\n}" 5 "{\n \"bad_revision\": \"314017\", \n \"bug_id\": \"\", \n \"builder_ho st\": \"master4.golo.chromium.org\", \n \"builder_port\": \"8341\", \n \"comma nd\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrol ling_cases\", \n \"dummy_builds\": \"True\", \n \"good_revision\": \"314015\", \n \"gs_bucket\": \"chrome-perf\", \n \"max_time_minutes\": \"5\", \n \"metr ic\": \"mean_input_event_latency/mean_input_event_latency\", \n \"repeat_count\ ": \"2\", \n \"skip_gclient_ops\": \"True\", \n \"test_type\": \"perf\", \n \ "truncate_percent\": \"0\"\n}"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]", 7 "cwd": "[SLAVE_BUILD]",
8 "name": "config" 8 "name": "config"
9 }, 9 },
10 { 10 {
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 "runhooks" 721 "runhooks"
722 ], 722 ],
723 "cwd": "[SLAVE_BUILD]", 723 "cwd": "[SLAVE_BUILD]",
724 "env": { 724 "env": {
725 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" 725 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
726 }, 726 },
727 "name": "gclient runhooks" 727 "name": "gclient runhooks"
728 }, 728 },
729 { 729 {
730 "cmd": [ 730 "cmd": [
731 "python",
732 "-u",
731 "[TMP_BASE]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py", 733 "[TMP_BASE]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py",
732 "-w", 734 "-w",
733 "[SLAVE_BUILD]" 735 "[SLAVE_BUILD]"
734 ], 736 ],
735 "cwd": "[SLAVE_BUILD]", 737 "cwd": "[SLAVE_BUILD]",
736 "name": "Preparing for Bisection" 738 "name": "Preparing for Bisection"
737 }, 739 },
738 { 740 {
739 "allow_subannotations": true, 741 "allow_subannotations": true,
740 "cmd": [ 742 "cmd": [
(...skipping 20 matching lines...) Expand all
761 "/dummy/path/", 763 "/dummy/path/",
762 "--path_to_goma", 764 "--path_to_goma",
763 "[BUILD]/goma", 765 "[BUILD]/goma",
764 "--build-properties", 766 "--build-properties",
765 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"\", \"bu ilder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"comma nd\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrol ling_cases\", \"dummy_builds\": \"True\", \"good_revision\": \"314015\", \"gs_bu cket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_e vent_latency/mean_input_event_latency\", \"repeat_count\": \"2\", \"skip_gclient _ops\": \"True\", \"test_type\": \"perf\", \"truncate_percent\": \"0\"}, \"build ername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \" recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}" 767 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"\", \"bu ilder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"comma nd\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrol ling_cases\", \"dummy_builds\": \"True\", \"good_revision\": \"314015\", \"gs_bu cket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_e vent_latency/mean_input_event_latency\", \"repeat_count\": \"2\", \"skip_gclient _ops\": \"True\", \"test_type\": \"perf\", \"truncate_percent\": \"0\"}, \"build ername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \" recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}"
766 ], 768 ],
767 "cwd": "[SLAVE_BUILD]", 769 "cwd": "[SLAVE_BUILD]",
768 "name": "Running Bisection" 770 "name": "Running Bisection"
769 } 771 }
770 ] 772 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698