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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1918823006: 🐾 Enable instrumentation tests on Android Swarm Builder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 89c7236ae337ff417cddd50e4eeb656fd8698f4d..60287c7cb6e91b1b5bfc5b7b4cd4f067bc84277f 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -128,6 +128,10 @@
"label": "//tools/battor_agent:battor_agent_unittests",
"type": "console_test_launcher",
},
+ "blimp_test_apk": {
+ "label": "//blimp/client:blimp_test_apk",
+ "type": "console_test_launcher",
+ },
"blimp_unittests": {
"label": "//blimp:blimp_unittests",
"type": "console_test_launcher",
@@ -183,6 +187,14 @@
"label": "//chrome_elf:chrome_elf_unittests",
"type": "raw",
},
+ "chrome_public_test_apk": {
+ "label": "//chrome/android:chrome_public_test_apk",
+ "type": "console_test_launcher",
+ },
+ "chrome_sync_shell_test_apk": {
+ "label": "//chrome/android:chrome_sync_shell_test_apk",
+ "type": "console_test_launcher",
+ },
"chromedriver_unittests": {
"label": "//chrome/test/chromedriver:chromedriver_unittests",
"type": "windowed_test_launcher",
@@ -219,6 +231,10 @@
"executable": "content_browsertests",
"args": ["--site-per-process", "--test-launcher-filter-file=../../testing/buildbot/filters/site-per-process.content_browsertests.filter"],
},
+ "content_shell_test_apk": {
+ "label": "//content/shell/android:content_shell_test_apk",
+ "type": "console_test_launcher",
+ },
"content_unittests": {
"label": "//content/test:content_unittests",
"type": "windowed_test_launcher",
« testing/buildbot/chromium.android.json ('K') | « testing/buildbot/chromium.android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698