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

Unified Diff: tools/buildbot_spec.py

Issue 1877883002: Fixes for CommandBuffer bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add dm flags and gyp_defines 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/buildbot_spec.json ('k') | tools/dm_flags.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/buildbot_spec.py
diff --git a/tools/buildbot_spec.py b/tools/buildbot_spec.py
index b549a1b08be815df146d41e23572d65803aa3d1a..17ccfec7983f85c3e911f632c6e75a78fdb5430d 100755
--- a/tools/buildbot_spec.py
+++ b/tools/buildbot_spec.py
@@ -160,6 +160,10 @@ def gyp_defines(builder_dict):
builder_dict.get('role') == 'Perf'):
gyp_defs['skia_dump_stats'] = '1'
+ # CommandBuffer.
+ if builder_dict.get('extra_config') == 'CommandBuffer':
+ gyp_defs['skia_command_buffer'] = '1'
+
return gyp_defs
@@ -365,6 +369,7 @@ def self_test():
'Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug',
'Test-ChromeOS-GCC-Link-CPU-AVX-x86_64-Debug',
'Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug',
+ 'Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer',
'Test-Mac10.8-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release',
'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage',
('Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-'
« no previous file with comments | « tools/buildbot_spec.json ('k') | tools/dm_flags.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698