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

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

Issue 2491033005: Recipe changes for chormium.android.fyi master (Closed)
Patch Set: Retrain Created 4 years, 1 month 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 9d83cafa2e71f11044fcb3d13f460b9417807678..d6214dde06a5e5d9b01c18ca80e1d5c8b9cecf25 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -1167,11 +1167,12 @@ def GenTests(api):
yield (
api.test('dynamic_instrumentation_test_with_timeout_scale') +
- api.properties.generic(mastername='chromium.android',
+ api.properties.generic(mastername='chromium.android.fyi',
buildername='Lollipop Low-end Tester',
+ parent_mastername='chromium.android',
parent_buildername='Android arm Builder (dbg)') +
api.override_step_data(
- 'read test spec (chromium.android.json)',
+ 'read test spec (chromium.android.fyi.json)',
api.json.output({
'Lollipop Low-end Tester': {
'instrumentation_tests': [

Powered by Google App Engine
This is Rietveld 408576698