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

Unified Diff: scripts/slave/recipes/chromium.py

Issue 1104533002: Add recipe for split AMP/local CQ. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Pass the correct arguments to AMPGTestTest Created 5 years, 6 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/chromium.py
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
index 06c824e1d9f9a62e1493676d5b4d8e7a90b4fedd..6c0b6c69257812822edf04e707a130b810b45980 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -4,6 +4,7 @@
DEPS = [
'adb',
+ 'amp',
'bisect_tester',
'chromium',
'chromium_android',
@@ -15,9 +16,9 @@ DEPS = [
'properties',
'python',
'raw_io',
- 'test_utils',
'step',
'swarming',
+ 'test_utils',
]

Powered by Google App Engine
This is Rietveld 408576698