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

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

Issue 2873833002: Rename android_webview_test_apk (Closed)
Patch Set: remove wrongly added gce_adb_wrapper deps Created 3 years, 7 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/chromium.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index 96d6aff9fd2e8310b06d842b2adf0a4d4afc46d8..922cea929e34b98c252a7e8204cb32fa5717d7c8 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -2706,22 +2706,6 @@
},
"ClangToTAndroid x64": {
"gtest_tests": [
- {
- "override_compile_targets": [
- "android_webview_test_apk"
- ],
- "override_isolate_target": "android_webview_test_apk",
- "swarming": {
- "can_use_on_swarming_builders": true,
- "dimension_sets": [
- {
- "android_devices": "1",
- "device_type": "coho"
- }
- ]
- },
- "test": "android_webview_test_apk"
- },
{
"override_isolate_target": "angle_unittests",
"swarming": {
@@ -3329,6 +3313,22 @@
},
"test": "webkit_unit_tests"
},
+ {
+ "override_compile_targets": [
+ "webview_instrumentation_test_apk"
+ ],
+ "override_isolate_target": "webview_instrumentation_test_apk",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "android_devices": "1",
+ "device_type": "coho"
+ }
+ ]
+ },
+ "test": "webview_instrumentation_test_apk"
+ },
{
"override_isolate_target": "wtf_unittests",
"swarming": {

Powered by Google App Engine
This is Rietveld 408576698