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

Side by Side Diff: infra/bots/recipe_modules/skia/fake_specs.py

Issue 2188543002: Add Vulkan runtime dll (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Remove Vulkan_flavor Created 4 years, 4 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 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is generated by the infra/bots/gen_buildbot_specs.py script. 5 # This file is generated by the infra/bots/gen_buildbot_specs.py script.
6 6
7 FAKE_SPECS = { 7 FAKE_SPECS = {
8 'Build-Mac-Clang-Arm7-Debug-Android': { 8 'Build-Mac-Clang-Arm7-Debug-Android': {
9 'build_targets': [ 9 'build_targets': [
10 'most', 10 'most',
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1171 'GYP_DEFINES': 1171 'GYP_DEFINES':
1172 ('skia_arch_type=x86_64 skia_release_optimization_level=1 skia_warn' 1172 ('skia_arch_type=x86_64 skia_release_optimization_level=1 skia_warn'
1173 'ings_as_errors=0'), 1173 'ings_as_errors=0'),
1174 }, 1174 },
1175 'nanobench_flags': [ 1175 'nanobench_flags': [
1176 '--dummy-flags', 1176 '--dummy-flags',
1177 ], 1177 ],
1178 'upload_dm_results': False, 1178 'upload_dm_results': False,
1179 'upload_perf_results': False, 1179 'upload_perf_results': False,
1180 }, 1180 },
1181 'Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Release-Vulkan': {
1182 'build_targets': [
1183 'dm',
1184 ],
1185 'builder_cfg': {
1186 'arch': 'x86_64',
1187 'compiler': 'MSVC',
1188 'configuration': 'Release',
1189 'cpu_or_gpu': 'GPU',
1190 'cpu_or_gpu_value': 'GTX660',
1191 'extra_config': 'Vulkan',
1192 'is_trybot': False,
1193 'model': 'ShuttleA',
1194 'os': 'Win10',
1195 'role': 'Test',
1196 },
1197 'configuration': 'Release_x64',
1198 'dm_flags': [
1199 '--dummy-flags',
1200 ],
1201 'do_perf_steps': False,
1202 'do_test_steps': True,
1203 'env': {
1204 'GYP_DEFINES':
1205 ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_vulkan=1 skia_warn'
1206 'ings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp'),
1207 },
1208 'nanobench_flags': [
1209 '--dummy-flags',
1210 ],
1211 'upload_dm_results': True,
1212 'upload_perf_results': False,
1213 },
1181 'Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release': { 1214 'Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release': {
1182 'build_targets': [ 1215 'build_targets': [
1183 'dm', 1216 'dm',
1184 ], 1217 ],
1185 'builder_cfg': { 1218 'builder_cfg': {
1186 'arch': 'x86_64', 1219 'arch': 'x86_64',
1187 'compiler': 'MSVC', 1220 'compiler': 'MSVC',
1188 'configuration': 'Release', 1221 'configuration': 'Release',
1189 'cpu_or_gpu': 'GPU', 1222 'cpu_or_gpu': 'GPU',
1190 'cpu_or_gpu_value': 'HD7770', 1223 'cpu_or_gpu_value': 'HD7770',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a' 1373 ('skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_warnings_a'
1341 's_errors=0'), 1374 's_errors=0'),
1342 }, 1375 },
1343 'nanobench_flags': [ 1376 'nanobench_flags': [
1344 '--dummy-flags', 1377 '--dummy-flags',
1345 ], 1378 ],
1346 'upload_dm_results': True, 1379 'upload_dm_results': True,
1347 'upload_perf_results': False, 1380 'upload_perf_results': False,
1348 }, 1381 },
1349 } 1382 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698