| Index: scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json
|
| diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json
|
| index 31678987bbafc4b710b36ff9447906260b26c1f0..f68aee9779afb6c93c1b3da4122afdfb61be9ad8 100644
|
| --- a/scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json
|
| +++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/reversed_basic.json
|
| @@ -285,9 +285,8 @@
|
| "properties": {
|
| "bisect_config": {
|
| "command": "src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases",
|
| - "max_time_minutes": "5",
|
| "metric": "mean_input_event_latency/mean_input_event_latency",
|
| - "repeat_count": "2",
|
| + "repeat_count": 5,
|
| "test_type": "perf"
|
| },
|
| "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
|
| @@ -322,9 +321,8 @@
|
| "properties": {
|
| "bisect_config": {
|
| "command": "src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases",
|
| - "max_time_minutes": "5",
|
| "metric": "mean_input_event_latency/mean_input_event_latency",
|
| - "repeat_count": "2",
|
| + "repeat_count": 5,
|
| "test_type": "perf"
|
| },
|
| "job_name": "dcdcdc0ff1122212323134879ddceeb1240b0988-test",
|
| @@ -500,9 +498,8 @@
|
| "properties": {
|
| "bisect_config": {
|
| "command": "src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases",
|
| - "max_time_minutes": "5",
|
| "metric": "mean_input_event_latency/mean_input_event_latency",
|
| - "repeat_count": "2",
|
| + "repeat_count": 5,
|
| "test_type": "perf"
|
| },
|
| "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
|
| @@ -560,6 +557,40 @@
|
| },
|
| {
|
| "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
|
| + "[19, 20, 21, 22, 23]",
|
| + "[19, 20, 21, 22, 23]",
|
| + "0.01"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "Checking sample difference",
|
| + "stdout": "/path/to/tmp/json",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
|
| + "@@@STEP_LOG_END@json.output (invalid)@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
|
| + "[12, 13, 14, 15, 16]",
|
| + "[19, 20, 21, 22, 23]",
|
| + "0.01"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "Checking sample difference (2)",
|
| + "stdout": "/path/to/tmp/json",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
|
| + "@@@STEP_LOG_END@json.output (invalid)@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| "git",
|
| "show",
|
| "--name-only",
|
|
|