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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2841833003: Build browser tests on all gpu release bots (Closed)
Patch Set: Created 3 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 | « no previous file | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 57fde945f83ef0d203bb86f33b9ac76587640a69..1e0e91e01656cfd31edda02ce5791636be1d9ac3 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -64,11 +64,19 @@ WATERFALL = {
'type': Types.GPU,
'builders': {
- 'GPU Win Builder' : {},
+ 'GPU Win Builder' : {
+ # TODO(machenbach): Remove additional browser_tests here and on several
+ # release bots below when http://crbug.com/714976 is resolved.
+ 'additional_compile_targets' : [ "browser_tests" ],
+ },
'GPU Win Builder (dbg)' : {},
- 'GPU Mac Builder' : {},
+ 'GPU Mac Builder' : {
+ 'additional_compile_targets' : [ "browser_tests" ],
+ },
'GPU Mac Builder (dbg)' : {},
- 'GPU Linux Builder' : {},
+ 'GPU Linux Builder' : {
+ 'additional_compile_targets' : [ "browser_tests" ],
+ },
'GPU Linux Builder (dbg)' : {},
},
@@ -171,13 +179,23 @@ FYI_WATERFALL = {
'type': Types.GPU_FYI,
'builders': {
- 'GPU Win Builder' : {},
+ 'GPU Win Builder' : {
+ # TODO(machenbach): Remove additional browser_tests here and on several
+ # release bots below when http://crbug.com/714976 is resolved.
+ 'additional_compile_targets' : [ "browser_tests" ],
+ },
'GPU Win Builder (dbg)' : {},
- 'GPU Win x64 Builder' : {},
+ 'GPU Win x64 Builder' : {
+ 'additional_compile_targets' : [ "browser_tests" ],
+ },
'GPU Win x64 Builder (dbg)' : {},
- 'GPU Mac Builder' : {},
+ 'GPU Mac Builder' : {
+ 'additional_compile_targets' : [ "browser_tests" ],
+ },
'GPU Mac Builder (dbg)' : {},
- 'GPU Linux Builder' : {},
+ 'GPU Linux Builder' : {
+ 'additional_compile_targets' : [ "browser_tests" ],
+ },
'GPU Linux Builder (dbg)' : {},
'Linux ChromiumOS Builder' : {
'additional_compile_targets' : [ "All" ]
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698