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

Unified Diff: infra/bots/recipe_modules/skia/fake_specs.py

Issue 2191663002: Fix silently-failing compile (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/bots/recipe_modules/skia/default_flavor.py ('k') | infra/bots/recipes/swarm_compile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipe_modules/skia/fake_specs.py
diff --git a/infra/bots/recipe_modules/skia/fake_specs.py b/infra/bots/recipe_modules/skia/fake_specs.py
index f31da5e97fa3e20f8e39e1e55f0fcbab22619f18..b83063dc3be3206d24209666897cb04ebcc031df 100644
--- a/infra/bots/recipe_modules/skia/fake_specs.py
+++ b/infra/bots/recipe_modules/skia/fake_specs.py
@@ -278,6 +278,33 @@ FAKE_SPECS = {
'upload_dm_results': True,
'upload_perf_results': False,
},
+ 'Build-Ubuntu-GCC-x86-Debug': {
+ 'build_targets': [
+ 'most',
+ ],
+ 'builder_cfg': {
+ 'compiler': 'GCC',
+ 'configuration': 'Debug',
+ 'is_trybot': False,
+ 'os': 'Ubuntu',
+ 'role': 'Build',
+ 'target_arch': 'x86',
+ },
+ 'configuration': 'Debug',
+ 'dm_flags': [
+ '--dummy-flags',
+ ],
+ 'do_perf_steps': False,
+ 'do_test_steps': False,
+ 'env': {
+ 'GYP_DEFINES': 'skia_arch_type=x86 skia_warnings_as_errors=1',
+ },
+ 'nanobench_flags': [
+ '--dummy-flags',
+ ],
+ 'upload_dm_results': True,
+ 'upload_perf_results': False,
+ },
'Build-Ubuntu-GCC-x86_64-Debug': {
'build_targets': [
'most',
@@ -1179,39 +1206,6 @@ FAKE_SPECS = {
'upload_dm_results': False,
'upload_perf_results': False,
},
- 'Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Release-Vulkan': {
- 'build_targets': [
- 'dm',
- ],
- 'builder_cfg': {
- 'arch': 'x86_64',
- 'compiler': 'MSVC',
- 'configuration': 'Release',
- 'cpu_or_gpu': 'GPU',
- 'cpu_or_gpu_value': 'GTX660',
- 'extra_config': 'Vulkan',
- 'is_trybot': False,
- 'model': 'ShuttleA',
- 'os': 'Win10',
- 'role': 'Test',
- },
- 'configuration': 'Release_x64',
- 'dm_flags': [
- '--dummy-flags',
- ],
- 'do_perf_steps': False,
- 'do_test_steps': True,
- 'env': {
- 'GYP_DEFINES':
- ('qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86_64 skia_vulkan=1 skia_warn'
- 'ings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp'),
- },
- 'nanobench_flags': [
- '--dummy-flags',
- ],
- 'upload_dm_results': True,
- 'upload_perf_results': False,
- },
'Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release': {
'build_targets': [
'dm',
« no previous file with comments | « infra/bots/recipe_modules/skia/default_flavor.py ('k') | infra/bots/recipes/swarm_compile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698