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

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

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-Trybot', 6 '_builder_name': 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 'timeout': <Object>, 1467 'timeout': <Object>,
1468 'workdir': 'build/skia', 1468 'workdir': 'build/skia',
1469 }, 1469 },
1470 ], 1470 ],
1471 [ 1471 [
1472 <Object>, 1472 <Object>,
1473 { 1473 {
1474 'alwaysRun': <Object>, 1474 'alwaysRun': <Object>,
1475 'command': [ 1475 'command': [
1476 'python', 1476 'python',
1477 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
1478 '--autogen_svn_baseurl',
1479 'bogusValueToFixSkBug2663',
1480 '--configuration',
1481 'Debug',
1482 '--deps_target_os',
1483 'None',
1484 '--builder_name',
1485 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN-Trybot',
1486 '--build_number',
1487 <Object>,
1488 '--target_platform',
1489 'linux',
1490 '--revision',
1491 <Object>,
1492 '--got_revision',
1493 <Object>,
1494 '--perf_output_basedir',
1495 'None',
1496 '--make_flags',
1497 '""',
1498 '--test_args',
1499 '""',
1500 '--gm_args',
1501 '""',
1502 '--bench_args',
1503 '""',
1504 '--is_try',
1505 'True',
1506 '--bench_pictures_cfg',
1507 'default',
1508 '--sanitizer',
1509 'address',
1510 '--flavor',
1511 'xsan',
1512 ],
1513 'description': 'RunNanobench',
1514 'doStepIf': <Object>,
1515 'env': {},
1516 'exception_on_failure': <Object>,
1517 'flunkOnFailure': <Object>,
1518 'get_props_from_stdout': None,
1519 'haltOnFailure': <Object>,
1520 'hideStepIf': <Object>,
1521 'is_rebaseline_step': <Object>,
1522 'is_upload_step': <Object>,
1523 'timeout': <Object>,
1524 'workdir': 'build/skia',
1525 },
1526 ],
1527 [
1528 <Object>,
1529 {
1530 'alwaysRun': <Object>,
1531 'command': [
1532 'python',
1477 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 1533 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
1478 '--autogen_svn_baseurl', 1534 '--autogen_svn_baseurl',
1479 'bogusValueToFixSkBug2663', 1535 'bogusValueToFixSkBug2663',
1480 '--configuration', 1536 '--configuration',
1481 'Debug', 1537 'Debug',
1482 '--deps_target_os', 1538 '--deps_target_os',
1483 'None', 1539 'None',
1484 '--builder_name', 1540 '--builder_name',
1485 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN-Trybot', 1541 'Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN-Trybot',
1486 '--build_number', 1542 '--build_number',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 'haltOnFailure': <Object>, 1685 'haltOnFailure': <Object>,
1630 'hideStepIf': <Object>, 1686 'hideStepIf': <Object>,
1631 'is_rebaseline_step': <Object>, 1687 'is_rebaseline_step': <Object>,
1632 'is_upload_step': <Object>, 1688 'is_upload_step': <Object>,
1633 'timeout': <Object>, 1689 'timeout': <Object>,
1634 'workdir': 'build/skia', 1690 'workdir': 'build/skia',
1635 }, 1691 },
1636 ], 1692 ],
1637 ], 1693 ],
1638 } 1694 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698