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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-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-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-Trybot', 6 '_builder_name': 'Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 'timeout': <Object>, 1417 'timeout': <Object>,
1418 'workdir': 'build\skia', 1418 'workdir': 'build\skia',
1419 }, 1419 },
1420 ], 1420 ],
1421 [ 1421 [
1422 <Object>, 1422 <Object>,
1423 { 1423 {
1424 'alwaysRun': <Object>, 1424 'alwaysRun': <Object>,
1425 'command': [ 1425 'command': [
1426 'python', 1426 'python',
1427 '..\..\..\..\..\..\slave\skia_slave_scripts\run_nanobench.py ',
1428 '--autogen_svn_baseurl',
1429 'bogusValueToFixSkBug2663',
1430 '--configuration',
1431 'Debug',
1432 '--deps_target_os',
1433 'None',
1434 '--builder_name',
1435 'Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-Trybot',
1436 '--build_number',
1437 <Object>,
1438 '--target_platform',
1439 'win32',
1440 '--revision',
1441 <Object>,
1442 '--got_revision',
1443 <Object>,
1444 '--perf_output_basedir',
1445 'None',
1446 '--make_flags',
1447 '""',
1448 '--test_args',
1449 '""',
1450 '--gm_args',
1451 '""',
1452 '--bench_args',
1453 '"--config ANGLE"',
1454 '--is_try',
1455 'True',
1456 '--bench_pictures_cfg',
1457 'angle',
1458 '--flavor',
1459 'default',
1460 ],
1461 'description': 'RunNanobench',
1462 'doStepIf': <Object>,
1463 'env': {},
1464 'exception_on_failure': <Object>,
1465 'flunkOnFailure': <Object>,
1466 'get_props_from_stdout': None,
1467 'haltOnFailure': <Object>,
1468 'hideStepIf': <Object>,
1469 'is_rebaseline_step': <Object>,
1470 'is_upload_step': <Object>,
1471 'timeout': <Object>,
1472 'workdir': 'build\skia',
1473 },
1474 ],
1475 [
1476 <Object>,
1477 {
1478 'alwaysRun': <Object>,
1479 'command': [
1480 'python',
1427 '..\..\..\..\..\..\slave\skia_slave_scripts\bench_pictures.p y', 1481 '..\..\..\..\..\..\slave\skia_slave_scripts\bench_pictures.p y',
1428 '--autogen_svn_baseurl', 1482 '--autogen_svn_baseurl',
1429 'bogusValueToFixSkBug2663', 1483 'bogusValueToFixSkBug2663',
1430 '--configuration', 1484 '--configuration',
1431 'Debug', 1485 'Debug',
1432 '--deps_target_os', 1486 '--deps_target_os',
1433 'None', 1487 'None',
1434 '--builder_name', 1488 '--builder_name',
1435 'Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-Trybot', 1489 'Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-Trybot',
1436 '--build_number', 1490 '--build_number',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1573 'haltOnFailure': <Object>, 1627 'haltOnFailure': <Object>,
1574 'hideStepIf': <Object>, 1628 'hideStepIf': <Object>,
1575 'is_rebaseline_step': <Object>, 1629 'is_rebaseline_step': <Object>,
1576 'is_upload_step': <Object>, 1630 'is_upload_step': <Object>,
1577 'timeout': <Object>, 1631 'timeout': <Object>,
1578 'workdir': 'build\skia', 1632 'workdir': 'build\skia',
1579 }, 1633 },
1580 ], 1634 ],
1581 ], 1635 ],
1582 } 1636 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698