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

Unified Diff: testing/buildbot/chromium.gpu.fyi.json

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 | « testing/buildbot/chromium.gpu.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.gpu.fyi.json
diff --git a/testing/buildbot/chromium.gpu.fyi.json b/testing/buildbot/chromium.gpu.fyi.json
index a1e98038b76338e5378cffb72b745829c945ee70..868e7c2e58e7ba41a9f13422a04b6a0b30e48656 100644
--- a/testing/buildbot/chromium.gpu.fyi.json
+++ b/testing/buildbot/chromium.gpu.fyi.json
@@ -2722,13 +2722,29 @@
}
]
},
- "GPU Linux Builder": {},
+ "GPU Linux Builder": {
+ "additional_compile_targets": [
+ "browser_tests"
+ ]
+ },
"GPU Linux Builder (dbg)": {},
- "GPU Mac Builder": {},
+ "GPU Mac Builder": {
+ "additional_compile_targets": [
+ "browser_tests"
+ ]
+ },
"GPU Mac Builder (dbg)": {},
- "GPU Win Builder": {},
+ "GPU Win Builder": {
+ "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)": {},
"Linux ChromiumOS Builder": {
"additional_compile_targets": [
« no previous file with comments | « testing/buildbot/chromium.gpu.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698