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

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

Issue 1782333002: Add bisect config validation. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 4 years, 9 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 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
11 }, 11 },
12 { 12 {
13 "cmd": [ 13 "cmd": [
14 "git", 14 "git",
15 "checkout", 15 "checkout",
16 "master" 16 "master"
17 ], 17 ],
18 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 18 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
19 "name": "git checkout" 19 "name": "git checkout"
20 }, 20 },
21 { 21 {
22 "cmd": [], 22 "cmd": [],
23 "cwd": "[SLAVE_BUILD]", 23 "cwd": "[SLAVE_BUILD]",
24 "name": "config", 24 "name": "config",
25 "~followup_annotations": [ 25 "~followup_annotations": [
26 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", 26 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@", 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@",
28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"\", @@@", 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@",
29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@", 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@",
30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@", 30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@",
31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@", 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@",
32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@", 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@",
33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@", 33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@",
34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@", 34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@",
35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@", 35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@",
36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@", 36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@",
37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@", 37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@",
38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@", 38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@",
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 { 970 {
971 "allow_subannotations": true, 971 "allow_subannotations": true,
972 "cmd": [ 972 "cmd": [
973 "python", 973 "python",
974 "-u", 974 "-u",
975 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 975 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
976 "--target", 976 "--target",
977 "Release", 977 "Release",
978 "--xvfb", 978 "--xvfb",
979 "--factory-properties", 979 "--factory-properties",
980 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"\", \"bu ilder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"bypas s_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --brow ser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"du mmy_job_names\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrom e-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/me an_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"repea t_count\": \"2\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"bu ildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}", 980 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"byp ass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --br owser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \" dummy_job_names\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chr ome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/ mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"rep eat_count\": \"2\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \" buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\ ", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
981 "--build-properties", 981 "--build-properties",
982 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"\", \"bu ilder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"bypas s_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --brow ser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"du mmy_job_names\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrom e-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/me an_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"repea t_count\": \"2\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"bu ildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}", 982 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"byp ass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --br owser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \" dummy_job_names\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chr ome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/ mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"rep eat_count\": \"2\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \" buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\ ", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}",
983 "--step-name=Running Bisection", 983 "--step-name=Running Bisection",
984 "--builder-name=linux_perf_bisect", 984 "--builder-name=linux_perf_bisect",
985 "--slave-name=dummyslave", 985 "--slave-name=dummyslave",
986 "--run-python-script", 986 "--run-python-script",
987 "[TMP_BASE]/fake_checkout_tmp_1/tools/run-bisect-perf-regression.py", 987 "[TMP_BASE]/fake_checkout_tmp_1/tools/run-bisect-perf-regression.py",
988 "-w", 988 "-w",
989 "[SLAVE_BUILD]", 989 "[SLAVE_BUILD]",
990 "--extra_src", 990 "--extra_src",
991 "dummy_extra_src", 991 "dummy_extra_src",
992 "--path_to_config", 992 "--path_to_config",
993 "/dummy/path/", 993 "/dummy/path/",
994 "--path_to_goma", 994 "--path_to_goma",
995 "[BUILD]/goma", 995 "[BUILD]/goma",
996 "--build-properties", 996 "--build-properties",
997 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"\", \"bu ilder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"bypas s_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --brow ser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \"du mmy_job_names\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chrom e-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/me an_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"repea t_count\": \"2\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \"bu ildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}" 997 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"byp ass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --br owser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \" dummy_job_names\": \"True\", \"good_revision\": \"314015\", \"gs_bucket\": \"chr ome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/ mean_input_event_latency\", \"recipe_tester_name\": \"linux_perf_tester\", \"rep eat_count\": \"2\", \"skip_gclient_ops\": \"True\", \"test_type\": \"perf\"}, \" buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\ ", \"recipe\": \"auto_bisect:example\", \"slavename\": \"dummyslave\"}"
998 ], 998 ],
999 "cwd": "[SLAVE_BUILD]", 999 "cwd": "[SLAVE_BUILD]",
1000 "name": "Running Bisection" 1000 "name": "Running Bisection"
1001 }, 1001 },
1002 { 1002 {
1003 "name": "$result", 1003 "name": "$result",
1004 "recipe_result": null, 1004 "recipe_result": null,
1005 "status_code": 0 1005 "status_code": 0
1006 } 1006 }
1007 ] 1007 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698