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

Unified Diff: scripts/slave/recipes/android/tester.py

Issue 1025673003: Revert of Add a CQ tester (which will start as experimental) with N5's on L. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 9 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: scripts/slave/recipes/android/tester.py
diff --git a/scripts/slave/recipes/android/tester.py b/scripts/slave/recipes/android/tester.py
index a8aa4459e673e02c38a0422c4f4a888ba168da12..e055af5730ceba72ad11c2649c8e2e5aad7b479b 100644
--- a/scripts/slave/recipes/android/tester.py
+++ b/scripts/slave/recipes/android/tester.py
@@ -78,15 +78,6 @@
'target': 'Release',
'try': True,
},
- 'android_n5_rel_tests_recipe': {
- 'config': 'trybot_builder',
- 'instrumentation_tests': INSTRUMENTATION_TESTS,
- 'unittests': UNIT_TESTS,
- 'java_unittests': JAVA_UNIT_TESTS,
- 'python_unittests': PYTHON_UNIT_TESTS,
- 'target': 'Release',
- 'try': True,
- },
'EXAMPLE_android_rel_telemetry_tests_recipe': {
'config': 'main_builder',
'instrumentation_tests': [],

Powered by Google App Engine
This is Rietveld 408576698