| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 DEPS = [ | 5 DEPS = [ |
| 6 'adb', | 6 'adb', |
| 7 'bisect_tester', | 7 'bisect_tester', |
| 8 'depot_tools/bot_update', | 8 'depot_tools/bot_update', |
| 9 'chromium', | 9 'chromium', |
| 10 'chromium_android', | 10 'chromium_android', |
| (...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1160 'override_isolate_target': 'chrome_public_test_apk', | 1160 'override_isolate_target': 'chrome_public_test_apk', |
| 1161 } | 1161 } |
| 1162 ], | 1162 ], |
| 1163 }, | 1163 }, |
| 1164 }) | 1164 }) |
| 1165 ) | 1165 ) |
| 1166 ) | 1166 ) |
| 1167 | 1167 |
| 1168 yield ( | 1168 yield ( |
| 1169 api.test('dynamic_instrumentation_test_with_timeout_scale') + | 1169 api.test('dynamic_instrumentation_test_with_timeout_scale') + |
| 1170 api.properties.generic(mastername='chromium.android', | 1170 api.properties.generic(mastername='chromium.android.fyi', |
| 1171 buildername='Lollipop Low-end Tester', | 1171 buildername='Lollipop Low-end Tester', |
| 1172 parent_mastername='chromium.android', |
| 1172 parent_buildername='Android arm Builder (dbg)') + | 1173 parent_buildername='Android arm Builder (dbg)') + |
| 1173 api.override_step_data( | 1174 api.override_step_data( |
| 1174 'read test spec (chromium.android.json)', | 1175 'read test spec (chromium.android.fyi.json)', |
| 1175 api.json.output({ | 1176 api.json.output({ |
| 1176 'Lollipop Low-end Tester': { | 1177 'Lollipop Low-end Tester': { |
| 1177 'instrumentation_tests': [ | 1178 'instrumentation_tests': [ |
| 1178 { | 1179 { |
| 1179 'test': 'ChromePublicTest', | 1180 'test': 'ChromePublicTest', |
| 1180 'timeout_scale': 2, | 1181 'timeout_scale': 2, |
| 1181 } | 1182 } |
| 1182 ], | 1183 ], |
| 1183 }, | 1184 }, |
| 1184 }) | 1185 }) |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1567 yield ( | 1568 yield ( |
| 1568 api.test('ensure_goma_fail') + | 1569 api.test('ensure_goma_fail') + |
| 1569 api.properties( | 1570 api.properties( |
| 1570 mastername='chromium.fyi', | 1571 mastername='chromium.fyi', |
| 1571 buildername='Linux remote_run Builder', | 1572 buildername='Linux remote_run Builder', |
| 1572 slavename='build1-a1', | 1573 slavename='build1-a1', |
| 1573 buildnumber='77457', | 1574 buildnumber='77457', |
| 1574 path_config='kitchen') + | 1575 path_config='kitchen') + |
| 1575 api.override_step_data('ensure_goma.ensure_installed', retcode=1) | 1576 api.override_step_data('ensure_goma.ensure_installed', retcode=1) |
| 1576 ) | 1577 ) |
| OLD | NEW |