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

Unified Diff: testing/buildbot/chromium.android.json

Issue 1687863002: Add override_compile_targets to blimp_test_apk specification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.android.json
diff --git a/testing/buildbot/chromium.android.json b/testing/buildbot/chromium.android.json
index b89dfa62665256d9ce8bb858edc94377b224b593..1297d5e0760e32990ec50dcd383b334c8a72a170 100644
--- a/testing/buildbot/chromium.android.json
+++ b/testing/buildbot/chromium.android.json
@@ -410,6 +410,9 @@
"instrumentation_tests": [
{
"apk_under_test": "Blimp.apk",
+ "override_compile_targets": [
+ "blimp_test_apk"
+ ],
"test": "blimp_test_apk",
"test_apk": "BlimpTest.apk"
}
@@ -535,6 +538,9 @@
"instrumentation_tests": [
{
"apk_under_test": "Blimp.apk",
+ "override_compile_targets": [
+ "blimp_test_apk"
+ ],
"test": "blimp_test_apk",
"test_apk": "BlimpTest.apk"
}
@@ -660,6 +666,9 @@
"instrumentation_tests": [
{
"apk_under_test": "Blimp.apk",
+ "override_compile_targets": [
+ "blimp_test_apk"
+ ],
"test": "blimp_test_apk",
"test_apk": "BlimpTest.apk"
}
@@ -785,6 +794,9 @@
"instrumentation_tests": [
{
"apk_under_test": "Blimp.apk",
+ "override_compile_targets": [
+ "blimp_test_apk"
+ ],
"test": "blimp_test_apk",
"test_apk": "BlimpTest.apk"
}
@@ -910,6 +922,9 @@
"instrumentation_tests": [
{
"apk_under_test": "Blimp.apk",
+ "override_compile_targets": [
+ "blimp_test_apk"
+ ],
"test": "blimp_test_apk",
"test_apk": "BlimpTest.apk"
}
@@ -1035,6 +1050,9 @@
"instrumentation_tests": [
{
"apk_under_test": "Blimp.apk",
+ "override_compile_targets": [
+ "blimp_test_apk"
+ ],
"test": "blimp_test_apk",
"test_apk": "BlimpTest.apk"
}
@@ -1169,6 +1187,9 @@
"instrumentation_tests": [
{
"apk_under_test": "Blimp.apk",
+ "override_compile_targets": [
+ "blimp_test_apk"
+ ],
"test": "blimp_test_apk",
"test_apk": "BlimpTest.apk"
}
@@ -1294,6 +1315,9 @@
"instrumentation_tests": [
{
"apk_under_test": "Blimp.apk",
+ "override_compile_targets": [
+ "blimp_test_apk"
+ ],
"test": "blimp_test_apk",
"test_apk": "BlimpTest.apk"
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698