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

Unified Diff: testing/buildbot/tryserver.chromium.linux.json

Issue 1365823002: Add basic test suite for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_strings
Patch Set: Added top level test target Created 5 years, 3 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
« blimp/BUILD.gn ('K') | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/tryserver.chromium.linux.json
diff --git a/testing/buildbot/tryserver.chromium.linux.json b/testing/buildbot/tryserver.chromium.linux.json
index 1c90609090497ae9fa43093d317141514abdab19..374c305bd57d6b7e03de23bbd2b890c4fafef270 100644
--- a/testing/buildbot/tryserver.chromium.linux.json
+++ b/testing/buildbot/tryserver.chromium.linux.json
@@ -2,6 +2,7 @@
"android_chromium_gn_compile_dbg": {
"additional_compile_targets": [
"blimp",
+ "blimp_tests",
"chrome_public_apk",
"chrome_public_test_apk",
"content_shell_apk",
@@ -11,6 +12,7 @@
"android_chromium_gn_compile_rel": {
"additional_compile_targets": [
"blimp",
+ "blimp_tests",
"chrome_public_apk",
"chrome_public_test_apk",
"content_shell_apk",
@@ -117,6 +119,7 @@
"app_list_unittests",
"aura_unittests",
"blimp",
+ "blimp_tests",
Dirk Pranke 2015/09/25 20:27:29 We shouldn't be adding anything to the linux_chrom
nyquist 2015/09/25 20:34:30 We would still need it for the android bots, right
David Trainor- moved to gerrit 2015/09/25 21:50:30 Done.
"browser_tests",
"cacheinvalidation_unittests",
"cast_unittests",
@@ -166,6 +169,7 @@
"linux_chromium_gn_rel": {
"additional_compile_targets": [
"blimp",
+ "blimp_tests",
"browser_tests",
"mandoline:all"
],
« blimp/BUILD.gn ('K') | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698