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

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

Issue 1610203003: Iteratively increase sample size for good/bad classification. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebasing Created 4 years, 10 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 { 278 {
279 "cmd": [], 279 "cmd": [],
280 "cwd": "[SLAVE_BUILD]", 280 "cwd": "[SLAVE_BUILD]",
281 "name": "Triggering test job for 314015", 281 "name": "Triggering test job for 314015",
282 "trigger_specs": [ 282 "trigger_specs": [
283 { 283 {
284 "builder_name": "linux_perf_tester", 284 "builder_name": "linux_perf_tester",
285 "properties": { 285 "properties": {
286 "bisect_config": { 286 "bisect_config": {
287 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 287 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
288 "max_time_minutes": "5",
289 "metric": "mean_input_event_latency/mean_input_event_latency", 288 "metric": "mean_input_event_latency/mean_input_event_latency",
290 "repeat_count": "2", 289 "repeat_count": 5,
291 "test_type": "perf" 290 "test_type": "perf"
292 }, 291 },
293 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test", 292 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
294 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip", 293 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
295 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 294 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
296 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 295 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
297 } 296 }
298 } 297 }
299 ] 298 ]
300 }, 299 },
(...skipping 14 matching lines...) Expand all
315 { 314 {
316 "cmd": [], 315 "cmd": [],
317 "cwd": "[SLAVE_BUILD]", 316 "cwd": "[SLAVE_BUILD]",
318 "name": "Triggering test job for 314017", 317 "name": "Triggering test job for 314017",
319 "trigger_specs": [ 318 "trigger_specs": [
320 { 319 {
321 "builder_name": "linux_perf_tester", 320 "builder_name": "linux_perf_tester",
322 "properties": { 321 "properties": {
323 "bisect_config": { 322 "bisect_config": {
324 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 323 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
325 "max_time_minutes": "5",
326 "metric": "mean_input_event_latency/mean_input_event_latency", 324 "metric": "mean_input_event_latency/mean_input_event_latency",
327 "repeat_count": "2", 325 "repeat_count": 5,
328 "test_type": "perf" 326 "test_type": "perf"
329 }, 327 },
330 "job_name": "dcdcdc0ff1122212323134879ddceeb1240b0988-test", 328 "job_name": "dcdcdc0ff1122212323134879ddceeb1240b0988-test",
331 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip", 329 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip",
332 "parent_got_revision": "dcdcdc0ff1122212323134879ddceeb1240b0988", 330 "parent_got_revision": "dcdcdc0ff1122212323134879ddceeb1240b0988",
333 "revision": "dcdcdc0ff1122212323134879ddceeb1240b0988" 331 "revision": "dcdcdc0ff1122212323134879ddceeb1240b0988"
334 } 332 }
335 } 333 }
336 ] 334 ]
337 }, 335 },
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 { 491 {
494 "cmd": [], 492 "cmd": [],
495 "cwd": "[SLAVE_BUILD]", 493 "cwd": "[SLAVE_BUILD]",
496 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", 494 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
497 "trigger_specs": [ 495 "trigger_specs": [
498 { 496 {
499 "builder_name": "linux_perf_tester", 497 "builder_name": "linux_perf_tester",
500 "properties": { 498 "properties": {
501 "bisect_config": { 499 "bisect_config": {
502 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 500 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
503 "max_time_minutes": "5",
504 "metric": "mean_input_event_latency/mean_input_event_latency", 501 "metric": "mean_input_event_latency/mean_input_event_latency",
505 "repeat_count": "2", 502 "repeat_count": 5,
506 "test_type": "perf" 503 "test_type": "perf"
507 }, 504 },
508 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test", 505 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
509 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip", 506 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip",
510 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222", 507 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
511 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222" 508 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222"
512 } 509 }
513 } 510 }
514 ] 511 ]
515 }, 512 },
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 "----", 550 "----",
554 "cat", 551 "cat",
555 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 552 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
556 ], 553 ],
557 "cwd": "[SLAVE_BUILD]", 554 "cwd": "[SLAVE_BUILD]",
558 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6 4222222", 555 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6 4222222",
559 "stdout": "/path/to/tmp/" 556 "stdout": "/path/to/tmp/"
560 }, 557 },
561 { 558 {
562 "cmd": [ 559 "cmd": [
560 "python",
561 "-u",
562 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
563 "[19, 20, 21, 22, 23]",
564 "[19, 20, 21, 22, 23]",
565 "0.01"
566 ],
567 "cwd": "[SLAVE_BUILD]",
568 "name": "Checking sample difference",
569 "stdout": "/path/to/tmp/json",
570 "~followup_annotations": [
571 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
572 "@@@STEP_LOG_END@json.output (invalid)@@@"
573 ]
574 },
575 {
576 "cmd": [
577 "python",
578 "-u",
579 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
580 "[12, 13, 14, 15, 16]",
581 "[19, 20, 21, 22, 23]",
582 "0.01"
583 ],
584 "cwd": "[SLAVE_BUILD]",
585 "name": "Checking sample difference (2)",
586 "stdout": "/path/to/tmp/json",
587 "~followup_annotations": [
588 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
589 "@@@STEP_LOG_END@json.output (invalid)@@@"
590 ]
591 },
592 {
593 "cmd": [
563 "git", 594 "git",
564 "show", 595 "show",
565 "--name-only", 596 "--name-only",
566 "--pretty=format:", 597 "--pretty=format:",
567 "dcdcdc0ff1122212323134879ddceeb1240b0988" 598 "dcdcdc0ff1122212323134879ddceeb1240b0988"
568 ], 599 ],
569 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 600 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
570 "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988", 601 "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988",
571 "stdout": "/path/to/tmp/" 602 "stdout": "/path/to/tmp/"
572 }, 603 },
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 "@@@STEP_LOG_LINE@json.output@}@@@", 796 "@@@STEP_LOG_LINE@json.output@}@@@",
766 "@@@STEP_LOG_END@json.output@@@" 797 "@@@STEP_LOG_END@json.output@@@"
767 ] 798 ]
768 }, 799 },
769 { 800 {
770 "name": "$result", 801 "name": "$result",
771 "recipe_result": null, 802 "recipe_result": null,
772 "status_code": 0 803 "status_code": 0
773 } 804 }
774 ] 805 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698