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

Unified Diff: testing/buildbot/chromium.gpu.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 | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.gpu.json
diff --git a/testing/buildbot/chromium.gpu.json b/testing/buildbot/chromium.gpu.json
index 1d7cd34e7e34e2dcb4a234fb1698e2ecfabd7515..43b6080a0f4945ad1a233ced594567007e43cae5 100644
--- a/testing/buildbot/chromium.gpu.json
+++ b/testing/buildbot/chromium.gpu.json
@@ -1,11 +1,23 @@
{
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {},
- "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)": {},
"Linux Debug (NVIDIA)": {
"gtest_tests": [
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698