aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/core/fake_specs.py
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-08-03 10:10:07 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-03 10:10:07 -0700
commit9e3d3d8b363edcdd81a13b2be046152c6bb839cd (patch)
tree6990534156adeba0e8d682939b41fd8e561b91d2 /infra/bots/recipe_modules/core/fake_specs.py
parenta746f7894ae96558abd0775aef68d895f99dd53b (diff)
Fix fake_specs.py, update recipe expectation
Diffstat (limited to 'infra/bots/recipe_modules/core/fake_specs.py')
-rw-r--r--infra/bots/recipe_modules/core/fake_specs.py59
1 files changed, 31 insertions, 28 deletions
diff --git a/infra/bots/recipe_modules/core/fake_specs.py b/infra/bots/recipe_modules/core/fake_specs.py
index 4b922b52e7..5041ca9beb 100644
--- a/infra/bots/recipe_modules/core/fake_specs.py
+++ b/infra/bots/recipe_modules/core/fake_specs.py
@@ -162,6 +162,37 @@ FAKE_SPECS = {
'upload_dm_results': True,
'upload_perf_results': False,
},
+ 'Build-Ubuntu-Clang-x86_64-Debug-GN': {
+ 'build_targets': [
+ 'most',
+ ],
+ 'builder_cfg': {
+ 'compiler': 'Clang',
+ 'configuration': 'Debug',
+ 'extra_config': 'GN',
+ 'is_trybot': False,
+ 'os': 'Ubuntu',
+ 'role': 'Build',
+ 'target_arch': 'x86_64',
+ },
+ 'configuration': 'Debug',
+ 'dm_flags': [
+ '--dummy-flags',
+ ],
+ 'do_perf_steps': False,
+ 'do_test_steps': False,
+ 'env': {
+ 'CC': '/usr/bin/clang',
+ 'CXX': '/usr/bin/clang++',
+ 'GYP_DEFINES':
+ 'skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_errors=1',
+ },
+ 'nanobench_flags': [
+ '--dummy-flags',
+ ],
+ 'upload_dm_results': True,
+ 'upload_perf_results': False,
+ },
'Build-Ubuntu-GCC-Arm64-Debug-Android_Vulkan': {
'build_targets': [
'most',
@@ -332,34 +363,6 @@ FAKE_SPECS = {
'upload_dm_results': True,
'upload_perf_results': False,
},
- 'Build-Ubuntu-Clang-x86_64-Debug-GN': {
- 'build_targets': [
- 'most',
- ],
- 'builder_cfg': {
- 'compiler': 'Clang',
- 'configuration': 'Debug',
- 'extra_config': 'GN',
- 'is_trybot': False,
- 'os': 'Ubuntu',
- 'role': 'Build',
- 'target_arch': 'x86_64',
- },
- 'configuration': 'Debug',
- 'dm_flags': [
- '--dummy-flags',
- ],
- 'do_perf_steps': False,
- 'do_test_steps': False,
- 'env': {
- 'GYP_DEFINES': 'skia_arch_type=x86_64 skia_warnings_as_errors=1',
- },
- 'nanobench_flags': [
- '--dummy-flags',
- ],
- 'upload_dm_results': True,
- 'upload_perf_results': False,
- },
'Build-Ubuntu-GCC-x86_64-Debug-GN': {
'build_targets': [
'most',