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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/missing_metric_test.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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 { 273 {
274 "cmd": [], 274 "cmd": [],
275 "cwd": "[SLAVE_BUILD]", 275 "cwd": "[SLAVE_BUILD]",
276 "name": "Triggering test job for 314015", 276 "name": "Triggering test job for 314015",
277 "trigger_specs": [ 277 "trigger_specs": [
278 { 278 {
279 "builder_name": "linux_perf_tester", 279 "builder_name": "linux_perf_tester",
280 "properties": { 280 "properties": {
281 "bisect_config": { 281 "bisect_config": {
282 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 282 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
283 "max_time_minutes": "5",
284 "metric": "mean_input_event_latency/mean_input_event_latency", 283 "metric": "mean_input_event_latency/mean_input_event_latency",
285 "repeat_count": "2", 284 "repeat_count": 5,
286 "test_type": "perf" 285 "test_type": "perf"
287 }, 286 },
288 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test", 287 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
289 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip", 288 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip",
290 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222", 289 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
291 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222" 290 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222"
292 } 291 }
293 } 292 }
294 ] 293 ]
295 }, 294 },
(...skipping 14 matching lines...) Expand all
310 { 309 {
311 "cmd": [], 310 "cmd": [],
312 "cwd": "[SLAVE_BUILD]", 311 "cwd": "[SLAVE_BUILD]",
313 "name": "Triggering test job for 314017", 312 "name": "Triggering test job for 314017",
314 "trigger_specs": [ 313 "trigger_specs": [
315 { 314 {
316 "builder_name": "linux_perf_tester", 315 "builder_name": "linux_perf_tester",
317 "properties": { 316 "properties": {
318 "bisect_config": { 317 "bisect_config": {
319 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 318 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
320 "max_time_minutes": "5",
321 "metric": "mean_input_event_latency/mean_input_event_latency", 319 "metric": "mean_input_event_latency/mean_input_event_latency",
322 "repeat_count": "2", 320 "repeat_count": 5,
323 "test_type": "perf" 321 "test_type": "perf"
324 }, 322 },
325 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test", 323 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
326 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip", 324 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
327 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 325 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
328 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 326 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
329 } 327 }
330 } 328 }
331 ] 329 ]
332 }, 330 },
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "cwd": "[SLAVE_BUILD]", 427 "cwd": "[SLAVE_BUILD]",
430 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111", 428 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
431 "stdout": "/path/to/tmp/" 429 "stdout": "/path/to/tmp/"
432 }, 430 },
433 { 431 {
434 "name": "$result", 432 "name": "$result",
435 "recipe_result": null, 433 "recipe_result": null,
436 "status_code": 0 434 "status_code": 0
437 } 435 }
438 ] 436 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698