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

Unified Diff: scripts/slave/recipe_modules/amp/example.py

Issue 1104533002: Add recipe for split AMP/local CQ. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Parent builder Android Builder (dbg) and expectation changes. 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/recipe_modules/amp/example.py
diff --git a/scripts/slave/recipe_modules/amp/example.py b/scripts/slave/recipe_modules/amp/example.py
index 554f394902f2d4751e20990d00df32f5b0024a84..2d9bcff7a824f0654d22963d17ada7c07e5d84af 100644
--- a/scripts/slave/recipe_modules/amp/example.py
+++ b/scripts/slave/recipe_modules/amp/example.py
@@ -26,24 +26,6 @@ BUILDERS = {
'api_port': '80',
'api_protocol': 'http',
},
- 'no_api_address': {
- 'device_name': ['SampleDevice'],
- 'device_os': ['SampleDeviceOS'],
- 'api_port': '80',
- 'api_protocol': 'http',
- },
- 'no_api_port': {
- 'device_name': ['SampleDevice'],
- 'device_os': ['SampleDeviceOS'],
- 'api_address': '127.0.0.1',
- 'api_protocol': 'http',
- },
- 'no_api_protocol': {
- 'device_name': ['SampleDevice'],
- 'device_os': ['SampleDeviceOS'],
- 'api_address': '127.0.0.1',
- 'api_port': '80',
- },
'split_example': {
'device_name': ['SampleDevice'],
'device_os': ['SampleDeviceOS'],
@@ -80,14 +62,6 @@ BUILDERS = {
'api_port': '80',
'api_protocol': 'http',
},
- 'device_os_and_minimum_device_os': {
- 'device_minimum_os': 'MinimumSampleDeviceOS',
- 'device_name': ['SampleDevice'],
- 'device_os': ['SampleDeviceOS'],
- 'api_address': '127.0.0.1',
- 'api_port': '80',
- 'api_protocol': 'http',
- },
'underspecified_with_timeout': {
'device_minimum_os': 'MinimumSampleDeviceOS',
'device_name': ['SampleDevice0', 'SampleDevice1'],

Powered by Google App Engine
This is Rietveld 408576698