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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Android-NexusS-SGX540-Arm7-Release-Trybot

Issue 395443002: Run DM on all bots. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: cleanup slave 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 'all', 4 'all',
5 ], 5 ],
6 '_builder_name': 'Test-Android-NexusS-SGX540-Arm7-Release-Trybot', 6 '_builder_name': 'Test-Android-NexusS-SGX540-Arm7-Release-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 'timeout': <Object>, 885 'timeout': <Object>,
886 'workdir': 'build/skia', 886 'workdir': 'build/skia',
887 }, 887 },
888 ], 888 ],
889 [ 889 [
890 <Object>, 890 <Object>,
891 { 891 {
892 'alwaysRun': <Object>, 892 'alwaysRun': <Object>,
893 'command': [ 893 'command': [
894 'python', 894 'python',
895 '../../../../../../slave/skia_slave_scripts/run_dm.py',
896 '--autogen_svn_baseurl',
897 'bogusValueToFixSkBug2663',
898 '--configuration',
899 'Release',
900 '--deps_target_os',
901 'android',
902 '--builder_name',
903 'Test-Android-NexusS-SGX540-Arm7-Release-Trybot',
904 '--build_number',
905 <Object>,
906 '--target_platform',
907 'linux',
908 '--revision',
909 <Object>,
910 '--got_revision',
911 <Object>,
912 '--perf_output_basedir',
913 'None',
914 '--make_flags',
915 '""',
916 '--test_args',
917 '"--match ~Threaded"',
918 '--gm_args',
919 '""',
920 '--bench_args',
921 '""',
922 '--is_try',
923 'True',
924 '--bench_pictures_cfg',
925 'nexus_s',
926 '--device',
927 'nexus_s',
928 '--serial',
929 <Object>,
930 '--has_root',
931 <Object>,
932 '--android_sdk_root',
933 <Object>,
934 '--flavor',
935 'android',
936 ],
937 'description': 'RunDM',
938 'doStepIf': <Object>,
939 'env': {},
940 'exception_on_failure': <Object>,
941 'flunkOnFailure': <Object>,
942 'get_props_from_stdout': None,
943 'haltOnFailure': <Object>,
944 'hideStepIf': <Object>,
945 'is_rebaseline_step': <Object>,
946 'is_upload_step': <Object>,
947 'timeout': <Object>,
948 'workdir': 'build/skia',
949 },
950 ],
951 [
952 <Object>,
953 {
954 'alwaysRun': <Object>,
955 'command': [
956 'python',
895 '../../../../../../slave/skia_slave_scripts/run_gm.py', 957 '../../../../../../slave/skia_slave_scripts/run_gm.py',
896 '--autogen_svn_baseurl', 958 '--autogen_svn_baseurl',
897 'bogusValueToFixSkBug2663', 959 'bogusValueToFixSkBug2663',
898 '--configuration', 960 '--configuration',
899 'Release', 961 'Release',
900 '--deps_target_os', 962 '--deps_target_os',
901 'android', 963 'android',
902 '--builder_name', 964 '--builder_name',
903 'Test-Android-NexusS-SGX540-Arm7-Release-Trybot', 965 'Test-Android-NexusS-SGX540-Arm7-Release-Trybot',
904 '--build_number', 966 '--build_number',
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 'haltOnFailure': <Object>, 1557 'haltOnFailure': <Object>,
1496 'hideStepIf': <Object>, 1558 'hideStepIf': <Object>,
1497 'is_rebaseline_step': <Object>, 1559 'is_rebaseline_step': <Object>,
1498 'is_upload_step': <Object>, 1560 'is_upload_step': <Object>,
1499 'timeout': <Object>, 1561 'timeout': <Object>,
1500 'workdir': 'build/skia', 1562 'workdir': 'build/skia',
1501 }, 1563 },
1502 ], 1564 ],
1503 ], 1565 ],
1504 } 1566 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698