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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN

Issue 393593003: Run nanobench on perf bots. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: list binary Created 6 years, 5 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 'TargetPath': <Object>, 2 'TargetPath': <Object>,
3 '_build_targets': [ 3 '_build_targets': [
4 'most', 4 'most',
5 ], 5 ],
6 '_builder_name': 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN', 6 '_builder_name': 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1411 'timeout': <Object>, 1411 'timeout': <Object>,
1412 'workdir': 'build/skia', 1412 'workdir': 'build/skia',
1413 }, 1413 },
1414 ], 1414 ],
1415 [ 1415 [
1416 <Object>, 1416 <Object>,
1417 { 1417 {
1418 'alwaysRun': <Object>, 1418 'alwaysRun': <Object>,
1419 'command': [ 1419 'command': [
1420 'python', 1420 'python',
1421 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
1422 '--autogen_svn_baseurl',
1423 'bogusValueToFixSkBug2663',
1424 '--configuration',
1425 'Debug',
1426 '--deps_target_os',
1427 'None',
1428 '--builder_name',
1429 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN',
1430 '--build_number',
1431 <Object>,
1432 '--target_platform',
1433 'linux',
1434 '--revision',
1435 <Object>,
1436 '--got_revision',
1437 <Object>,
1438 '--perf_output_basedir',
1439 'None',
1440 '--make_flags',
1441 '""',
1442 '--test_args',
1443 '""',
1444 '--gm_args',
1445 '""',
1446 '--bench_args',
1447 '""',
1448 '--is_try',
1449 'False',
1450 '--bench_pictures_cfg',
1451 'default',
1452 '--sanitizer',
1453 'address',
1454 '--flavor',
1455 'xsan',
1456 ],
1457 'description': 'RunNanobench',
1458 'doStepIf': <Object>,
1459 'env': {},
1460 'exception_on_failure': <Object>,
1461 'flunkOnFailure': <Object>,
1462 'get_props_from_stdout': None,
1463 'haltOnFailure': <Object>,
1464 'hideStepIf': <Object>,
1465 'is_rebaseline_step': <Object>,
1466 'is_upload_step': <Object>,
1467 'timeout': <Object>,
1468 'workdir': 'build/skia',
1469 },
1470 ],
1471 [
1472 <Object>,
1473 {
1474 'alwaysRun': <Object>,
1475 'command': [
1476 'python',
1421 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 1477 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
1422 '--autogen_svn_baseurl', 1478 '--autogen_svn_baseurl',
1423 'bogusValueToFixSkBug2663', 1479 'bogusValueToFixSkBug2663',
1424 '--configuration', 1480 '--configuration',
1425 'Debug', 1481 'Debug',
1426 '--deps_target_os', 1482 '--deps_target_os',
1427 'None', 1483 'None',
1428 '--builder_name', 1484 '--builder_name',
1429 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN', 1485 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN',
1430 '--build_number', 1486 '--build_number',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 'haltOnFailure': <Object>, 1629 'haltOnFailure': <Object>,
1574 'hideStepIf': <Object>, 1630 'hideStepIf': <Object>,
1575 'is_rebaseline_step': <Object>, 1631 'is_rebaseline_step': <Object>,
1576 'is_upload_step': <Object>, 1632 'is_upload_step': <Object>,
1577 'timeout': <Object>, 1633 'timeout': <Object>,
1578 'workdir': 'build/skia', 1634 'workdir': 'build/skia',
1579 }, 1635 },
1580 ], 1636 ],
1581 ], 1637 ],
1582 } 1638 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698