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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/basic_bisect_script.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": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test", 292 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
294 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip", 293 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip",
295 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222", 294 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
296 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222" 295 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222"
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": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test", 328 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
331 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip", 329 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
332 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 330 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
333 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 331 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
334 } 332 }
335 } 333 }
336 ] 334 ]
337 }, 335 },
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 { 498 {
501 "cmd": [], 499 "cmd": [],
502 "cwd": "[SLAVE_BUILD]", 500 "cwd": "[SLAVE_BUILD]",
503 "name": "Triggering test job for dcdcdc0ff1122212323134879ddceeb1240b0988", 501 "name": "Triggering test job for dcdcdc0ff1122212323134879ddceeb1240b0988",
504 "trigger_specs": [ 502 "trigger_specs": [
505 { 503 {
506 "builder_name": "linux_perf_tester", 504 "builder_name": "linux_perf_tester",
507 "properties": { 505 "properties": {
508 "bisect_config": { 506 "bisect_config": {
509 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 507 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
510 "max_time_minutes": "5",
511 "metric": "mean_input_event_latency/mean_input_event_latency", 508 "metric": "mean_input_event_latency/mean_input_event_latency",
512 "repeat_count": "2", 509 "repeat_count": 5,
513 "test_type": "perf" 510 "test_type": "perf"
514 }, 511 },
515 "job_name": "dcdcdc0ff1122212323134879ddceeb1240b0988-test", 512 "job_name": "dcdcdc0ff1122212323134879ddceeb1240b0988-test",
516 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip", 513 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip",
517 "parent_got_revision": "dcdcdc0ff1122212323134879ddceeb1240b0988", 514 "parent_got_revision": "dcdcdc0ff1122212323134879ddceeb1240b0988",
518 "revision": "dcdcdc0ff1122212323134879ddceeb1240b0988" 515 "revision": "dcdcdc0ff1122212323134879ddceeb1240b0988"
519 } 516 }
520 } 517 }
521 ] 518 ]
522 }, 519 },
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "----", 557 "----",
561 "cat", 558 "cat",
562 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results" 559 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
563 ], 560 ],
564 "cwd": "[SLAVE_BUILD]", 561 "cwd": "[SLAVE_BUILD]",
565 "name": "gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb12 40b0988", 562 "name": "gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb12 40b0988",
566 "stdout": "/path/to/tmp/" 563 "stdout": "/path/to/tmp/"
567 }, 564 },
568 { 565 {
569 "cmd": [ 566 "cmd": [
567 "python",
568 "-u",
569 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
570 "[19, 20, 21, 22, 23]",
571 "[12, 13, 14, 15, 16]",
572 "0.01"
573 ],
574 "cwd": "[SLAVE_BUILD]",
575 "name": "Checking sample difference",
576 "stdout": "/path/to/tmp/json",
577 "~followup_annotations": [
578 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
579 "@@@STEP_LOG_END@json.output (invalid)@@@"
580 ]
581 },
582 {
583 "cmd": [
584 "python",
585 "-u",
586 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
587 "[12, 13, 14, 15, 16]",
588 "[12, 13, 14, 15, 16]",
589 "0.01"
590 ],
591 "cwd": "[SLAVE_BUILD]",
592 "name": "Checking sample difference (2)",
593 "stdout": "/path/to/tmp/json",
594 "~followup_annotations": [
595 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
596 "@@@STEP_LOG_END@json.output (invalid)@@@"
597 ]
598 },
599 {
600 "cmd": [
570 "git", 601 "git",
571 "show", 602 "show",
572 "--name-only", 603 "--name-only",
573 "--pretty=format:", 604 "--pretty=format:",
574 "dcdcdc0ff1122212323134879ddceeb1240b0988" 605 "dcdcdc0ff1122212323134879ddceeb1240b0988"
575 ], 606 ],
576 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 607 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
577 "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988", 608 "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988",
578 "stdout": "/path/to/tmp/" 609 "stdout": "/path/to/tmp/"
579 }, 610 },
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 ], 958 ],
928 "cwd": "[SLAVE_BUILD]", 959 "cwd": "[SLAVE_BUILD]",
929 "name": "Running Bisection" 960 "name": "Running Bisection"
930 }, 961 },
931 { 962 {
932 "name": "$result", 963 "name": "$result",
933 "recipe_result": null, 964 "recipe_result": null,
934 "status_code": 0 965 "status_code": 0
935 } 966 }
936 ] 967 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698