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

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

Issue 1758603004: Checking for failure in requested builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Updating expectations after rebase and sync. Yet again. 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"
(...skipping 13 matching lines...) Expand all
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\": \"\", @@@",
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@ \"good_revision\": \"314015\" , @@@", 35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@",
35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@", 36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@",
36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@", 37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@",
37 "@@@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\", @@@",
38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin ux_perf_tester\", @@@", 39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin ux_perf_tester\", @@@",
39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" , 40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" ,
40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@", 41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@",
41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", 42 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@",
42 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", 43 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@",
43 "@@@STEP_LOG_END@Bisect job configuration@@@" 44 "@@@STEP_LOG_END@Bisect job configuration@@@"
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 } 274 }
274 ], 275 ],
275 "~followup_annotations": [ 276 "~followup_annotations": [
276 "@@@STEP_NEST_LEVEL@1@@@" 277 "@@@STEP_NEST_LEVEL@1@@@"
277 ] 278 ]
278 }, 279 },
279 { 280 {
280 "cmd": [ 281 "cmd": [
281 "python", 282 "python",
282 "-u", 283 "-u",
283 "\nimport sys\nimport time\ntime.sleep(300)\nsys.exit(0)\n" 284 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
284 ], 285 ],
285 "cwd": "[SLAVE_BUILD]", 286 "cwd": "[SLAVE_BUILD]",
286 "name": "Waiting for chromium@a6298e4afe.sleeping", 287 "name": "Waiting for chromium@a6298e4afe.sleeping",
287 "~followup_annotations": [ 288 "~followup_annotations": [
288 "@@@STEP_NEST_LEVEL@1@@@", 289 "@@@STEP_NEST_LEVEL@1@@@",
289 "@@@STEP_LOG_LINE@python.inline@@@@", 290 "@@@STEP_LOG_LINE@python.inline@@@@",
290 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 291 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
291 "@@@STEP_LOG_LINE@python.inline@import time@@@", 292 "@@@STEP_LOG_LINE@python.inline@import time@@@",
292 "@@@STEP_LOG_LINE@python.inline@time.sleep(300)@@@", 293 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
293 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 294 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
294 "@@@STEP_LOG_END@python.inline@@@" 295 "@@@STEP_LOG_END@python.inline@@@"
295 ] 296 ]
296 }, 297 },
297 { 298 {
298 "cmd": [ 299 "cmd": [
299 "python", 300 "python",
300 "-u", 301 "-u",
301 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 302 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
302 "--", 303 "--",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 } 385 }
385 ], 386 ],
386 "~followup_annotations": [ 387 "~followup_annotations": [
387 "@@@STEP_NEST_LEVEL@1@@@" 388 "@@@STEP_NEST_LEVEL@1@@@"
388 ] 389 ]
389 }, 390 },
390 { 391 {
391 "cmd": [ 392 "cmd": [
392 "python", 393 "python",
393 "-u", 394 "-u",
394 "\nimport sys\nimport time\ntime.sleep(300)\nsys.exit(0)\n" 395 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
395 ], 396 ],
396 "cwd": "[SLAVE_BUILD]", 397 "cwd": "[SLAVE_BUILD]",
397 "name": "Waiting for chromium@00316c9ddf.sleeping", 398 "name": "Waiting for chromium@00316c9ddf.sleeping",
398 "~followup_annotations": [ 399 "~followup_annotations": [
399 "@@@STEP_NEST_LEVEL@1@@@", 400 "@@@STEP_NEST_LEVEL@1@@@",
400 "@@@STEP_LOG_LINE@python.inline@@@@", 401 "@@@STEP_LOG_LINE@python.inline@@@@",
401 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 402 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
402 "@@@STEP_LOG_LINE@python.inline@import time@@@", 403 "@@@STEP_LOG_LINE@python.inline@import time@@@",
403 "@@@STEP_LOG_LINE@python.inline@time.sleep(300)@@@", 404 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
404 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 405 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
405 "@@@STEP_LOG_END@python.inline@@@" 406 "@@@STEP_LOG_END@python.inline@@@"
406 ] 407 ]
407 }, 408 },
408 { 409 {
409 "cmd": [ 410 "cmd": [
410 "python", 411 "python",
411 "-u", 412 "-u",
412 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 413 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
413 "--", 414 "--",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 } 531 }
531 ], 532 ],
532 "~followup_annotations": [ 533 "~followup_annotations": [
533 "@@@STEP_NEST_LEVEL@1@@@" 534 "@@@STEP_NEST_LEVEL@1@@@"
534 ] 535 ]
535 }, 536 },
536 { 537 {
537 "cmd": [ 538 "cmd": [
538 "python", 539 "python",
539 "-u", 540 "-u",
540 "\nimport sys\nimport time\ntime.sleep(300)\nsys.exit(0)\n" 541 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
541 ], 542 ],
542 "cwd": "[SLAVE_BUILD]", 543 "cwd": "[SLAVE_BUILD]",
543 "name": "Waiting for chromium@dcdcdc0ff1.sleeping", 544 "name": "Waiting for chromium@dcdcdc0ff1.sleeping",
544 "~followup_annotations": [ 545 "~followup_annotations": [
545 "@@@STEP_NEST_LEVEL@1@@@", 546 "@@@STEP_NEST_LEVEL@1@@@",
546 "@@@STEP_LOG_LINE@python.inline@@@@", 547 "@@@STEP_LOG_LINE@python.inline@@@@",
547 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 548 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
548 "@@@STEP_LOG_LINE@python.inline@import time@@@", 549 "@@@STEP_LOG_LINE@python.inline@import time@@@",
549 "@@@STEP_LOG_LINE@python.inline@time.sleep(300)@@@", 550 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
550 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 551 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
551 "@@@STEP_LOG_END@python.inline@@@" 552 "@@@STEP_LOG_END@python.inline@@@"
552 ] 553 ]
553 }, 554 },
554 { 555 {
555 "cmd": [ 556 "cmd": [
556 "python", 557 "python",
557 "-u", 558 "-u",
558 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 559 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
559 "--", 560 "--",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 { 970 {
970 "allow_subannotations": true, 971 "allow_subannotations": true,
971 "cmd": [ 972 "cmd": [
972 "python", 973 "python",
973 "-u", 974 "-u",
974 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 975 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
975 "--target", 976 "--target",
976 "Release", 977 "Release",
977 "--xvfb", 978 "--xvfb",
978 "--factory-properties", 979 "--factory-properties",
979 "{\"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\", \"go od_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"rec ipe_tester_name\": \"linux_perf_tester\", \"repeat_count\": \"2\", \"skip_gclien t_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisec t\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:exam ple\", \"slavename\": \"dummyslave\"}", 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 "--build-properties", 981 "--build-properties",
981 "{\"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\", \"go od_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"rec ipe_tester_name\": \"linux_perf_tester\", \"repeat_count\": \"2\", \"skip_gclien t_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisec t\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:exam ple\", \"slavename\": \"dummyslave\"}", 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 "--step-name=Running Bisection", 983 "--step-name=Running Bisection",
983 "--builder-name=linux_perf_bisect", 984 "--builder-name=linux_perf_bisect",
984 "--slave-name=dummyslave", 985 "--slave-name=dummyslave",
985 "--run-python-script", 986 "--run-python-script",
986 "[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",
987 "-w", 988 "-w",
988 "[SLAVE_BUILD]", 989 "[SLAVE_BUILD]",
989 "--extra_src", 990 "--extra_src",
990 "dummy_extra_src", 991 "dummy_extra_src",
991 "--path_to_config", 992 "--path_to_config",
992 "/dummy/path/", 993 "/dummy/path/",
993 "--path_to_goma", 994 "--path_to_goma",
994 "[BUILD]/goma", 995 "[BUILD]/goma",
995 "--build-properties", 996 "--build-properties",
996 "{\"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\", \"go od_revision\": \"314015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"rec ipe_tester_name\": \"linux_perf_tester\", \"repeat_count\": \"2\", \"skip_gclien t_ops\": \"True\", \"test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisec t\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:exam ple\", \"slavename\": \"dummyslave\"}" 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 ], 998 ],
998 "cwd": "[SLAVE_BUILD]", 999 "cwd": "[SLAVE_BUILD]",
999 "name": "Running Bisection" 1000 "name": "Running Bisection"
1000 }, 1001 },
1001 { 1002 {
1002 "name": "$result", 1003 "name": "$result",
1003 "recipe_result": null, 1004 "recipe_result": null,
1004 "status_code": 0 1005 "status_code": 0
1005 } 1006 }
1006 ] 1007 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698