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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/windows_bisector.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\": \"chr omium_rel_win7\", @@@", 39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"chr omium_rel_win7\", @@@",
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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 } 276 }
276 ], 277 ],
277 "~followup_annotations": [ 278 "~followup_annotations": [
278 "@@@STEP_NEST_LEVEL@1@@@" 279 "@@@STEP_NEST_LEVEL@1@@@"
279 ] 280 ]
280 }, 281 },
281 { 282 {
282 "cmd": [ 283 "cmd": [
283 "python", 284 "python",
284 "-u", 285 "-u",
285 "\nimport sys\nimport time\ntime.sleep(300)\nsys.exit(0)\n" 286 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
286 ], 287 ],
287 "cwd": "[SLAVE_BUILD]", 288 "cwd": "[SLAVE_BUILD]",
288 "name": "Waiting for chromium@a6298e4afe.sleeping", 289 "name": "Waiting for chromium@a6298e4afe.sleeping",
289 "~followup_annotations": [ 290 "~followup_annotations": [
290 "@@@STEP_NEST_LEVEL@1@@@", 291 "@@@STEP_NEST_LEVEL@1@@@",
291 "@@@STEP_LOG_LINE@python.inline@@@@", 292 "@@@STEP_LOG_LINE@python.inline@@@@",
292 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 293 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
293 "@@@STEP_LOG_LINE@python.inline@import time@@@", 294 "@@@STEP_LOG_LINE@python.inline@import time@@@",
294 "@@@STEP_LOG_LINE@python.inline@time.sleep(300)@@@", 295 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
295 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 296 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
296 "@@@STEP_LOG_END@python.inline@@@" 297 "@@@STEP_LOG_END@python.inline@@@"
297 ] 298 ]
298 }, 299 },
299 { 300 {
300 "cmd": [ 301 "cmd": [
301 "python", 302 "python",
302 "-u", 303 "-u",
303 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 304 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
304 "--", 305 "--",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 } 387 }
387 ], 388 ],
388 "~followup_annotations": [ 389 "~followup_annotations": [
389 "@@@STEP_NEST_LEVEL@1@@@" 390 "@@@STEP_NEST_LEVEL@1@@@"
390 ] 391 ]
391 }, 392 },
392 { 393 {
393 "cmd": [ 394 "cmd": [
394 "python", 395 "python",
395 "-u", 396 "-u",
396 "\nimport sys\nimport time\ntime.sleep(300)\nsys.exit(0)\n" 397 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
397 ], 398 ],
398 "cwd": "[SLAVE_BUILD]", 399 "cwd": "[SLAVE_BUILD]",
399 "name": "Waiting for chromium@00316c9ddf.sleeping", 400 "name": "Waiting for chromium@00316c9ddf.sleeping",
400 "~followup_annotations": [ 401 "~followup_annotations": [
401 "@@@STEP_NEST_LEVEL@1@@@", 402 "@@@STEP_NEST_LEVEL@1@@@",
402 "@@@STEP_LOG_LINE@python.inline@@@@", 403 "@@@STEP_LOG_LINE@python.inline@@@@",
403 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 404 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
404 "@@@STEP_LOG_LINE@python.inline@import time@@@", 405 "@@@STEP_LOG_LINE@python.inline@import time@@@",
405 "@@@STEP_LOG_LINE@python.inline@time.sleep(300)@@@", 406 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
406 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 407 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
407 "@@@STEP_LOG_END@python.inline@@@" 408 "@@@STEP_LOG_END@python.inline@@@"
408 ] 409 ]
409 }, 410 },
410 { 411 {
411 "cmd": [ 412 "cmd": [
412 "python", 413 "python",
413 "-u", 414 "-u",
414 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 415 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
415 "--", 416 "--",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 } 533 }
533 ], 534 ],
534 "~followup_annotations": [ 535 "~followup_annotations": [
535 "@@@STEP_NEST_LEVEL@1@@@" 536 "@@@STEP_NEST_LEVEL@1@@@"
536 ] 537 ]
537 }, 538 },
538 { 539 {
539 "cmd": [ 540 "cmd": [
540 "python", 541 "python",
541 "-u", 542 "-u",
542 "\nimport sys\nimport time\ntime.sleep(300)\nsys.exit(0)\n" 543 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
543 ], 544 ],
544 "cwd": "[SLAVE_BUILD]", 545 "cwd": "[SLAVE_BUILD]",
545 "name": "Waiting for chromium@dcdcdc0ff1.sleeping", 546 "name": "Waiting for chromium@dcdcdc0ff1.sleeping",
546 "~followup_annotations": [ 547 "~followup_annotations": [
547 "@@@STEP_NEST_LEVEL@1@@@", 548 "@@@STEP_NEST_LEVEL@1@@@",
548 "@@@STEP_LOG_LINE@python.inline@@@@", 549 "@@@STEP_LOG_LINE@python.inline@@@@",
549 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 550 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
550 "@@@STEP_LOG_LINE@python.inline@import time@@@", 551 "@@@STEP_LOG_LINE@python.inline@import time@@@",
551 "@@@STEP_LOG_LINE@python.inline@time.sleep(300)@@@", 552 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
552 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 553 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
553 "@@@STEP_LOG_END@python.inline@@@" 554 "@@@STEP_LOG_END@python.inline@@@"
554 ] 555 ]
555 }, 556 },
556 { 557 {
557 "cmd": [ 558 "cmd": [
558 "python", 559 "python",
559 "-u", 560 "-u",
560 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 561 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
561 "--", 562 "--",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 "@@@STEP_LOG_LINE@json.output@}@@@", 832 "@@@STEP_LOG_LINE@json.output@}@@@",
832 "@@@STEP_LOG_END@json.output@@@" 833 "@@@STEP_LOG_END@json.output@@@"
833 ] 834 ]
834 }, 835 },
835 { 836 {
836 "name": "$result", 837 "name": "$result",
837 "recipe_result": null, 838 "recipe_result": null,
838 "status_code": 0 839 "status_code": 0
839 } 840 }
840 ] 841 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698