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

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

Issue 2200763002: Fix fake_specs.py, update recipe expectation (Closed) Base URL: https://skia.googlesource.com/skia.git@cleanup
Patch Set: More fixes 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 side-by-side diff with in-line comments
Download patch
Index: infra/bots/recipe_modules/core/fake_specs.py
diff --git a/infra/bots/recipe_modules/core/fake_specs.py b/infra/bots/recipe_modules/core/fake_specs.py
index 4b922b52e7da37ff580cf91081c43b12931d31e9..5041ca9bebfe621ede7904e7d135264098b106fd 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',
« no previous file with comments | « infra/bots/gen_buildbot_specs.py ('k') | infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-Clang-x86_64-Debug-GN.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698