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

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

Issue 2259823008: Move chromium.perf.fyi Galaxy S5 Perf from android/perf to chromium recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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/perf.py
diff --git a/scripts/slave/recipes/android/perf.py b/scripts/slave/recipes/android/perf.py
index 2732007cd112e87db0ffc3b9ca355d031a6f3207..2d12892e471ee8d907df0b79e3f2035d79b5bdc2 100644
--- a/scripts/slave/recipes/android/perf.py
+++ b/scripts/slave/recipes/android/perf.py
@@ -98,9 +98,6 @@ def _ChromiumPerfTesters():
def _ChromiumPerfFyiTesters():
testers = [
- _CreateTestSpec('Android Galaxy S5 Perf', 'android-galaxy-s5',
- required_apks=['ChromePublic.apk'], num_device_shards=7,
- num_host_shards=1, target_bits=32),
_CreateTestSpec('Android Power Nexus 5X Perf', 'android-power-nexus-5x',
required_apks=['ChromePublic.apk'], num_device_shards=7,
num_host_shards=1),

Powered by Google App Engine
This is Rietveld 408576698