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

Side by Side Diff: scripts/slave/recipe_modules/skia/fake_specs.py

Issue 1859993003: Fix dimensions for Skia iOS Swarming bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: OS Created 4 years, 8 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
« no previous file with comments | « no previous file | scripts/slave/recipes/skia/skia.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is generated by the scripts/slave/skia/gen_buildbot_specs.py script. 1 # This file is generated by the scripts/slave/skia/gen_buildbot_specs.py script.
2 2
3 FAKE_SPECS = { 3 FAKE_SPECS = {
4 'Build-Mac-Clang-Arm7-Release-iOS': {
5 'build_targets': [
6 'most',
7 ],
8 'builder_cfg': {
9 'compiler': 'Clang',
10 'configuration': 'Release',
11 'extra_config': 'iOS',
12 'is_trybot': False,
13 'os': 'Mac',
14 'role': 'Build',
15 'target_arch': 'Arm7',
16 },
17 'configuration': 'Release',
18 'dm_flags': [
19 '--dummy-flags',
20 ],
21 'do_perf_steps': False,
22 'do_test_steps': False,
23 'env': {
24 'CC': '/usr/bin/clang',
25 'CXX': '/usr/bin/clang++',
26 'GYP_DEFINES':
27 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a'
28 's_errors=1'),
29 },
30 'nanobench_flags': [
31 '--dummy-flags',
32 ],
33 'upload_dm_results': True,
34 'upload_perf_results': False,
35 },
4 'Build-Mac-Clang-x86_64-Release-Swarming': { 36 'Build-Mac-Clang-x86_64-Release-Swarming': {
5 'build_targets': [ 37 'build_targets': [
6 'most', 38 'most',
7 ], 39 ],
8 'builder_cfg': { 40 'builder_cfg': {
9 'compiler': 'Clang', 41 'compiler': 'Clang',
10 'configuration': 'Release', 42 'configuration': 'Release',
11 'extra_config': 'Swarming', 43 'extra_config': 'Swarming',
12 'is_trybot': False, 44 'is_trybot': False,
13 'os': 'Mac', 45 'os': 'Mac',
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'compiler': 'Clang', 1109 'compiler': 'Clang',
1078 'configuration': 'Debug', 1110 'configuration': 'Debug',
1079 'cpu_or_gpu': 'GPU', 1111 'cpu_or_gpu': 'GPU',
1080 'cpu_or_gpu_value': 'SGX554', 1112 'cpu_or_gpu_value': 'SGX554',
1081 'is_trybot': False, 1113 'is_trybot': False,
1082 'model': 'iPad4', 1114 'model': 'iPad4',
1083 'os': 'iOS', 1115 'os': 'iOS',
1084 'role': 'Test', 1116 'role': 'Test',
1085 }, 1117 },
1086 'configuration': 'Debug', 1118 'configuration': 'Debug',
1119 'device_cfg': 'iPad4,1',
1087 'dm_flags': [ 1120 'dm_flags': [
1088 '--dummy-flags', 1121 '--dummy-flags',
1089 ], 1122 ],
1090 'do_perf_steps': True, 1123 'do_perf_steps': True,
1091 'do_test_steps': True, 1124 'do_test_steps': True,
1092 'env': { 1125 'env': {
1093 'CC': '/usr/bin/clang', 1126 'CC': '/usr/bin/clang',
1094 'CXX': '/usr/bin/clang++', 1127 'CXX': '/usr/bin/clang++',
1095 'GYP_DEFINES': 1128 'GYP_DEFINES':
1096 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' 1129 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a'
1097 's_errors=0'), 1130 's_errors=0'),
1098 }, 1131 },
1099 'nanobench_flags': [ 1132 'nanobench_flags': [
1100 '--dummy-flags', 1133 '--dummy-flags',
1101 ], 1134 ],
1102 'upload_dm_results': True, 1135 'upload_dm_results': True,
1103 'upload_perf_results': False, 1136 'upload_perf_results': False,
1104 }, 1137 },
1138 'Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release-Swarming': {
1139 'build_targets': [
1140 'iOSShell',
1141 ],
1142 'builder_cfg': {
1143 'arch': 'Arm7',
1144 'compiler': 'Clang',
1145 'configuration': 'Release',
1146 'cpu_or_gpu': 'GPU',
1147 'cpu_or_gpu_value': 'SGX554',
1148 'extra_config': 'Swarming',
1149 'is_trybot': False,
1150 'model': 'iPad4',
1151 'os': 'iOS',
1152 'role': 'Test',
1153 },
1154 'configuration': 'Release',
1155 'device_cfg': 'iPad4,1',
1156 'dm_flags': [
1157 '--dummy-flags',
1158 ],
1159 'do_perf_steps': False,
1160 'do_test_steps': True,
1161 'env': {
1162 'CC': '/usr/bin/clang',
1163 'CXX': '/usr/bin/clang++',
1164 'GYP_DEFINES':
1165 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a'
1166 's_errors=0'),
1167 },
1168 'nanobench_flags': [
1169 '--dummy-flags',
1170 ],
1171 'upload_dm_results': True,
1172 'upload_perf_results': False,
1173 },
1105 } 1174 }
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/recipes/skia/skia.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698